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

HTTP + XML

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

<ArrayOfOscarInventoryPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JiwaFinancials.Jiwa.JiwaServiceModel">
  <OscarInventoryPrice>
    <AAPI>String</AAPI>
    <IncludesTax>false</IncludesTax>
    <InventoryID>String</InventoryID>
    <PartNo>String</PartNo>
    <Price>0</Price>
    <Status>0</Status>
  </OscarInventoryPrice>
</ArrayOfOscarInventoryPrice>