POST api/POS/InsertSignQue?UPC={UPC}&Qty={Qty}&StoreNbr={StoreNbr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UPC | integer |
Required |
|
| Qty | integer |
Required |
|
| StoreNbr | integer |
Required |
Body Parameters
LexmarkUserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserKey | string |
None. |
|
| ActiveToken | string |
None. |
|
| BatchId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserKey": "sample string 1",
"ActiveToken": "sample string 2",
"BatchId": "sample string 3"
}
application/xml, text/xml
Sample:
<LexmarkUserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBIC_WebApi.Models"> <ActiveToken>sample string 2</ActiveToken> <BatchId>sample string 3</BatchId> <UserKey>sample string 1</UserKey> </LexmarkUserInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.