POST api/POS/JournalHistoryLong
Request Information
URI Parameters
None.
Body Parameters
JournalItemCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreNbr | integer |
None. |
|
| UPC | integer |
None. |
|
| UserID | integer |
None. |
|
| sDate | string |
None. |
|
| eDate | string |
None. |
|
| Link | integer |
None. |
|
| Model | integer |
None. |
|
| DocNum | integer |
None. |
|
| Program | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StoreNbr": 1,
"UPC": 2,
"UserID": 3,
"sDate": "sample string 4",
"eDate": "sample string 5",
"Link": 6,
"Model": 7,
"DocNum": 8,
"Program": "sample string 9"
}
application/xml, text/xml
Sample:
<JournalItemCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBIC_WebApi.Models"> <DocNum>8</DocNum> <Link>6</Link> <Model>7</Model> <Program>sample string 9</Program> <StoreNbr>1</StoreNbr> <UPC>2</UPC> <UserID>3</UserID> <eDate>sample string 5</eDate> <sDate>sample string 4</sDate> </JournalItemCriteria>
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.