POST api/Master/PutStowageMaster
Request Information
URI Parameters
None.
Body Parameters
StowageMaster| Name | Description | Type | Additional 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. |
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
}
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_CP_ID>1</SM_CP_ID> <SM_CREATED_BY>1</SM_CREATED_BY> <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_STATUS>sample string 4</SM_STATUS> <SM_STATUS_CODE>sample string 5</SM_STATUS_CODE> <SM_WAREHOUSE>sample string 3</SM_WAREHOUSE> </StowageMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |