POST api/Inventory/AddCC
Request Information
URI Parameters
None.
Body Parameters
CycleCountBM| Name | Description | Type | Additional information |
|---|---|---|---|
| CCDate | date |
Required |
|
| Whse | string |
Required |
|
| StructureCode | string |
None. |
|
| QRCode | string |
Required |
|
| DocType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CCDate": "2025-12-09T21:25:32.8478131+02:00",
"Whse": "sample string 2",
"StructureCode": "sample string 3",
"QRCode": "sample string 4",
"DocType": "sample string 5"
}
application/xml, text/xml
Sample:
<CycleCountBM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWIPIs"> <CCDate>2025-12-09T21:25:32.8478131+02:00</CCDate> <DocType>sample string 5</DocType> <QRCode>sample string 4</QRCode> <StructureCode>sample string 3</StructureCode> <Whse>sample string 2</Whse> </CycleCountBM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />