POST v2/inventorycountreset/{COMcode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
COMcode

string

Required

Body Parameters

InventoryCountResetRequest
NameDescriptionTypeAdditional information
XSCautoNo

integer

None.

TagID

integer

None.

Sto

string

None.

Request Formats

application/json, text/json

Sample:
{
  "XSCautoNo": 1,
  "TagID": 2,
  "Sto": "sample string 3"
}

application/xml, text/xml

Sample:
<InventoryCountResetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPRING_WEBAPI.Models">
  <Sto>sample string 3</Sto>
  <TagID>2</TagID>
  <XSCautoNo>1</XSCautoNo>
</InventoryCountResetRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.