GET dealer/parts_stock
Parts stock lookup from SAP Material Enquiry
Request Information
Parameters
| Name | Description |
|---|---|
Dealer
[Mandatory, string]
|
Dealer number. |
Key
[Mandatory, string]
|
Dealer API key. |
MaterialNo
[Mandatory, string]
|
Material number to lookup. |
Request body formats
Query String
Example:
?Dealer=83289&Key=********-**50-****-****-11599*******&MaterialNo=13102KRM315
Response Information
Response body formats
application/json
Example:
{
"MaterialNo": "13102KRM315",
"CurrentStock": 15.0
}
Or Bad Response:
{
"Error": "INVALID_REQUEST",
"Message": "Missing or invalid fields in request"
}
Notes
The 'Key' parameter should be provided in the query string and is masked in the example for security.