POST v2/inventoryserial/{COMcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
SerialCountSaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| XSLautoNo | integer |
None. |
|
| XSCautoNo | integer |
None. |
|
| FoundFlag | integer |
None. |
|
| MarkComplete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"XSLautoNo": 1,
"XSCautoNo": 2,
"FoundFlag": 3,
"MarkComplete": true
}
application/xml, text/xml
Sample:
<SerialCountSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPRING_WEBAPI.Models"> <FoundFlag>3</FoundFlag> <MarkComplete>true</MarkComplete> <XSCautoNo>2</XSCautoNo> <XSLautoNo>1</XSLautoNo> </SerialCountSaveRequest>
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.