api-key: ********************
curl --location --request GET 'https://api.logictrade.cloud/rest/v1/purchaseorders?pageSize=100&pageNumber=1&number=I24000001&reference=&origenCode=&supplierNumber=R000000009&modifiedAfter=2024-04-12T13:49:51.141Z' \
--header 'api-key;'
{
"pagination": {
"totalResults": 0,
"pageNumber": 0,
"pageSize": 0,
"totalPages": 0
},
"results": [
{
"id": 0,
"number": "string",
"reference": "string",
"date": "2019-08-24",
"status": "string",
"supplier": {
"id": 0,
"number": "string",
"companyName": "string",
"phoneNumber": "string",
"mobileNumber": "string",
"email": "string",
"remark": "string",
"leadTimeInWeeks": 0,
"orderQuantityMultiple": 0,
"address": {
"name": "string",
"street": "string",
"houseNumber": "string",
"zipCode": "string",
"city": "string",
"country": "string",
"phoneNumber": "string"
},
"ibanNumber": "string",
"bicCode": "string",
"cocNumber": "string",
"modifiedDate": "2019-08-24T14:15:22Z",
"createdDate": "2019-08-24T14:15:22Z"
},
"origin": {
"id": 0,
"code": "string",
"description": "string"
},
"comment": {
"intern": "string",
"extern": "string"
},
"lines": [
{
"id": 0,
"lineNumber": 0,
"code": "string",
"description": "string",
"customerReference": "string",
"quantity": 0,
"partPrice": 0,
"discount": 0,
"linePrice": 0,
"comment": {
"intern": "string",
"extern": "string"
},
"configuration": {
"id": 0,
"items": [
{
"option": "string",
"optionBarcode": "string",
"optionCode": "string",
"value": "string",
"valueBarcode": "string",
"valueCode": "string"
}
]
},
"confirmation": {
"confirmed": true,
"date": "2019-08-24",
"number": "string"
},
"delivery": {
"expectedDate": "string",
"confirmedDeliveryDate": "2019-08-24T14:15:22Z"
}
}
],
"totalPrice": 0,
"modifiedDate": "2019-08-24T14:15:22Z",
"createdDate": "2019-08-24T14:15:22Z"
}
]
}