Documentation
Supplier status
Supplier status
GET/supplier/v1/quotation/notes Retrieve quotation information
Through this API remarks from PostNL on a quotation can be received.
By stating your apikey and supplierID you receive all notes of quotations from PostNL available for you. Each note can be received only once.
The fields apikey and SupplierID should be provided, QuotationNRPostNL can be specified to receive notes of a specific quotation.
{ |
POST/supplier/v1/quotation/notes Provide quotation information
Through this API remarks on a quotation can be posted for PostNL
{ "SupplierID": "string", "QuotationNrPostNL": "string", "Note": "string" } |
All fields are required.
{ |
GET/supplier/v1/workorder/notes Retrieve workorder information
Through this API remarks from PostNL on a workorder can be received.
All fields are required
{ |
POST/supplier/v1/workorder/notes Provide workorder information
Through this API remarks on a workorder can be posted for PostNL
{ |
{ |