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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

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