POST api/{locate}/sap/item-onhand
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locate | string |
Required |
Body Parameters
ReqClsSAPItemOnhand| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
None. |
|
| token | string |
None. |
|
| partnertoken | string |
None. |
|
| itemlist | Collection of ReqClsSAPOITW |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": "sample string 1",
"token": "sample string 2",
"partnertoken": "sample string 3",
"itemlist": {
"$id": "2",
"$values": [
{
"$id": "3",
"itemcode": "sample string 1",
"whscode": "sample string 2"
},
{
"$ref": "3"
}
]
}
}
application/xml, text/xml
Sample:
<ReqClsSAPItemOnhand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/W1Services.Controllers">
<itemlist>
<ReqClsSAPOITW>
<itemcode>sample string 1</itemcode>
<whscode>sample string 2</whscode>
</ReqClsSAPOITW>
<ReqClsSAPOITW>
<itemcode>sample string 1</itemcode>
<whscode>sample string 2</whscode>
</ReqClsSAPOITW>
</itemlist>
<partnertoken>sample string 3</partnertoken>
<token>sample string 2</token>
<type>sample string 1</type>
</ReqClsSAPItemOnhand>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResCls| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.