Print eECD Documents
By definition, a digital eECD process should run without paper and a digital eECD should never be printed as pdf document because it brings no added value in a paperless driven supply chain where users should be able to exchange data and collaborate without exchanging printed papers. This is also the starting principle within the eECD project.and therefore a printed eECD is of no use and is marked as “This not a valid copy”.
However, because some people in the chain still want to receive/see a pdf copy as helping aid and because there is a transition time required to make the move from paper to digital, there is still the option foreseen to issue/download and print an eECD pdf copy once the eECD cleaning transactions are completed and signed off by all parties. This “frozen” eECD pdf electronic copy is also filed in the decentralized digital eECD archive of each supply chain actor and this a as frozen document and copy for later consultation if this would be required.
The first time an eECD pdf can be printed is after cleaner and driver signoff.
Get an eECD Document
GET {eecdapi}/equipment/{equipmentId}/cleaningactions/{cleaningId}/document
Usage
Download an eECD document to the offline world based on a cleaning still available in the booklet.
Parameters
equipmentId: The ID of the equiment for which the eECD needs to be downloaded
cleaningId: The specific cleaning ID that needs to be downloaded
languageCode: optional language code in which the document needs to be downloaded
Information
The fileName field from the response is a link. The document itself can be downloaded by opening the file.
Body
Download document
{
"fileName": "string",
"stream": {
"canTimeout": true,
"readTimeout": 0,
"writeTimeout": 0,
"canRead": true,
"canSeek": true,
"canWrite": true,
"capacity": 0,
"length": 0,
"position": 0
},
"contentType": "string",
"downloadToDisk": true
}