POST api/Master/PutStowageMaster

Request Information

URI Parameters

None.

Body Parameters

StowageMaster
NameDescriptionTypeAdditional information
SM_ID

integer

None.

SM_NUM

string

None.

SM_BLOCK

string

None.

SM_WAREHOUSE

string

None.

SM_STATUS

string

None.

SM_CP_ID

integer

None.

SM_CREATED_BY

integer

None.

SM_STATUS_CODE

string

None.

SM_MAX_WGT

decimal number

None.

SM_MAX_CBM

decimal number

None.

SM_TYPE

string

None.

SM_START_COL

integer

None.

SM_START_ROW

integer

None.

SM_WIDTH_CELL

integer

None.

SM_HEIGHT_CELL

integer

None.

SM_BORDER_CLR

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SM_ID": 1,
  "SM_NUM": "sample string 1",
  "SM_BLOCK": "sample string 2",
  "SM_WAREHOUSE": "sample string 3",
  "SM_STATUS": "sample string 4",
  "SM_CP_ID": 1,
  "SM_CREATED_BY": 1,
  "SM_STATUS_CODE": "sample string 5",
  "SM_MAX_WGT": 1.1,
  "SM_MAX_CBM": 1.1,
  "SM_TYPE": "sample string 6",
  "SM_START_COL": 1,
  "SM_START_ROW": 1,
  "SM_WIDTH_CELL": 1,
  "SM_HEIGHT_CELL": 1,
  "SM_BORDER_CLR": "sample string 7"
}

application/xml, text/xml

Sample:
<StowageMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SM_BLOCK>sample string 2</SM_BLOCK>
  <SM_BORDER_CLR>sample string 7</SM_BORDER_CLR>
  <SM_CP_ID>1</SM_CP_ID>
  <SM_CREATED_BY>1</SM_CREATED_BY>
  <SM_HEIGHT_CELL>1</SM_HEIGHT_CELL>
  <SM_ID>1</SM_ID>
  <SM_MAX_CBM>1.1</SM_MAX_CBM>
  <SM_MAX_WGT>1.1</SM_MAX_WGT>
  <SM_NUM>sample string 1</SM_NUM>
  <SM_START_COL>1</SM_START_COL>
  <SM_START_ROW>1</SM_START_ROW>
  <SM_STATUS>sample string 4</SM_STATUS>
  <SM_STATUS_CODE>sample string 5</SM_STATUS_CODE>
  <SM_TYPE>sample string 6</SM_TYPE>
  <SM_WAREHOUSE>sample string 3</SM_WAREHOUSE>
  <SM_WIDTH_CELL>1</SM_WIDTH_CELL>
</StowageMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.