StocksStockrequests
Get Oustanding Stock Requests
Get oustanding stock requests with or without filters (startDate, endDate and productCode). Authorize with basic auth
GET
/v1/batches/stocks/stockrequests
AuthorizationBasic <token>
Basic Authorization header using the Bearer scheme.
In: header
Authorization<token>
JWT Authorization header using the Bearer scheme.
In: header
Query Parameters
startDate?string
Format
date-time
endDate?string
Format
date-time
p?string
Response Body
curl -X GET "https://loading/v1/batches/stocks/stockrequests?startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z&p=string"
{
"importTaskGuid": "12fc4914-3218-43c0-afda-4651810d5aa2",
"feedType": "string",
"processed": true,
"dateProcessed": "2019-08-24T14:15:22Z",
"updatedCount": 0,
"errorCount": 0,
"success": true
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
{
"message": "string",
"code": 0
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
How is this guide?