Transfer
Endpoints
Get entity list
/processes/{processcode}/transfers |
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
processCode |
Process code |
string |
Query |
page |
Page index |
integer (int32) |
Query |
size |
Entity count per page |
integer (int32) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Successfull |
< Transfer > array |
400 |
Functionnal error |
No Content |
500 |
Internal server error |
No Content |
Data structure
Transfer
Transfer.
Name | Description | Value |
---|---|---|
companyCustomerCode |
Company customer code |
string |
companySupplierCode |
Company supplier code |
string |
customerCode |
Customer code |
string |
endDate |
End date |
datetime (ISO-8601) |
isValidated |
Is validated ? |
boolean |
itemCode |
Item code |
string |
quantity |
Quantity |
double |
startDate |
Start date |
datetime (ISO-8601) |
supplierCode |
Supplier code |
string |
unitCode |
Unit code |
string |