POST api/Magazijn/AddScanItem?webchan={webchan}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| webchan | string |
Required |
Body Parameters
ScanParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| artnr | string |
Required |
|
| klantartnr | string |
None. |
|
| stock | integer |
Required |
|
| maglst | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"artnr": "sample string 1",
"klantartnr": "sample string 2",
"stock": 3,
"maglst": "sample string 4"
}
application/xml, text/xml
Sample:
<ScanParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MarketToolsCIS_API"> <artnr>sample string 1</artnr> <klantartnr>sample string 2</klantartnr> <maglst>sample string 4</maglst> <stock>3</stock> </ScanParamModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.