Project:
|
eBL API (Provider) : Public abstract <<ArchiMate_ApplicationInterface>> ApplicationInterface
EBL (Implemented by provider)<br/><br/>It is possible to use the eBL API as a standalone API. In that case use one of the poll endPoints:<br/><br/>GET /v3/shipping-instructions/{documentReference} # For Shipping Instructions status<br/>GET /v3/transport-documents/{transportDocumentReference} # For Transport Document status<br/><br/>in order to poll information about status changes.<br/><br/>Note: All /v3/shipping-instructions and /v3/transport-documents endPoints must be implmented by the provider.<br/>
|