POST api/MWM4/PostCheckStockLevels?UD1={UD1}&UD2={UD2}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UD1 | string |
Required |
|
| UD2 | string |
Required |
Body Parameters
Dictionary of string [key] and integer [value]Request Formats
application/json, text/json
Sample:
{
"sample string 1": 2,
"sample string 3": 4
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringint>
<Key>sample string 1</Key>
<Value>2</Value>
</KeyValueOfstringint>
<KeyValueOfstringint>
<Key>sample string 3</Key>
<Value>4</Value>
</KeyValueOfstringint>
</ArrayOfKeyValueOfstringint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of string [key] and integer [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": 2,
"sample string 3": 4
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringint>
<Key>sample string 1</Key>
<Value>2</Value>
</KeyValueOfstringint>
<KeyValueOfstringint>
<Key>sample string 3</Key>
<Value>4</Value>
</KeyValueOfstringint>
</ArrayOfKeyValueOfstringint>