JiwaAPI

<back to all web services

OscarInventoryPriceGETRequest

Requires Authentication
The following routes are available for this service:
GET/OscarInventory/Pricing/{IN_LogicalID}/{Date}/{Quantity}Retrieves prices for a list of part numbers, for a given debtor, warehouse, date and quantity
OscarInventoryPriceGETRequest Parameters:
NameParameterData TypeRequiredDescription
InventoryIDInquerystring[]No
PartNoInquerystring[]No
AAPIInquerystring[]No
DebtorIDquerystringNo
IN_LogicalIDpathstringNo
DatepathDateTimeNo
QuantitypathdecimalNo
Statusqueryshort?No
StatusInqueryshort[]No

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /OscarInventory/Pricing/{IN_LogicalID}/{Date}/{Quantity} HTTP/1.1 
Host: 10.150.151.12 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

[{"InventoryID":"String","PartNo":"String","AAPI":"String","Price":0,"IncludesTax":false,"Status":0}]