Skip to main content
Skip table of contents

Perform Cleaning - Invalidate Cleaning

The option “invalidate eECD” allows to switch from the digital eECD process to a paper ECD process after a digital cleaning has been completed and signed off by the cleaner. Such scenario might occur due to a sudden change in transport planning where the dispatcher wants to re-assign his equipment from an originally planned eECD cleaned container to a paper ECD cleaned container and where the new assigned loading location is not yet ready to accept a digital eECD. In other words, the cleaning process that originally started as a digital eECD process is continued on paper so the loader/loading operator can signoff manually on the manual paper ECD.

When an eECD is invalidated, an eECD credit is being reversed while the eECD number is being used. At the same time, the eECD status turns “INVALID” , a status which recorded in the eECD booklet and on the eECD pdf.

 

Invalidate cleaning

PUT {eECDAPI}/equipment/{equipmentId}/cleaningactions/{cleaningActionId}/invalidate

Usage

  • Revokes a cleaning action, to be replaced by a paper version. Only completed cleaning actions can be invalidated.

Query string parameters

  • EquimentID: The equiment ID for which the cleaning must be invalidated (Required)

  • CleaningActionID: The ID of the completed Cleaning action that must be invalidated (Required)

Response

CODE
{
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "lastStatusDate": "2024-01-22T15:49:54.365Z",
    "status": "REQUESTED",
    "cleanedBy": {
        "locationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "locationName": "string",
        "supervisor": "string",
        "organisationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "organisationName": "string",
        "addressLines": {
            "Street and number": "string",
            "City": "string",
            "Country": "string",
            "Postal code": "string"
        },
        "phone": "string",
        "fax": "string",
        "website": "string"
    },
    "references": {
        "customerReference": "string",
        "internalReference": "string"
    },
    "process": {
        "startedAt": "2024-01-22T15:49:54.365Z",
        "endedAt": "2024-01-22T15:49:54.365Z",
        "completedAt": "2024-01-22T15:49:54.365Z",
        "representativeName": "string",
        "createdBy": "string",
        "createdById": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "createdAt": "2024-01-22T15:49:54.365Z",
        "cleaningPerformedBy": "string"
    },
    "signoff": {
        "driverName": "string",
        "signature": "string",
        "signedAt": "2024-01-22T15:49:54.365Z",
        "driverComments": "string"
    },
    "eEcd": {
        "reference": "string",
        "valid": true,
        "expired": true
    },
    "depotDeclarationAttachment": {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "originalFilename": "string",
        "documentType": "UNKNOWN"
    },
    "attachments": [
        {
            "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
            "originalFilename": "string",
            "documentType": "UNKNOWN"
 }
 ],
    "cleanerComments": "string",
    "type": "STANDARD",
    "isUnaccompanied": true,
    "eEco": {
        "reference": "string",
        "estimatedTimeOfArrival": "2024-01-22T15:49:54.365Z",
        "estimatedTimeOfPickup": "2024-01-22T15:49:54.365Z",
        "safetyInfo": {
            "tankUnderPressure": true,
            "nitrogenInTank": true,
            "solidNoPressure": true
        },
        "agentRequest": "string",
        "otherRequests": "string",
        "issueDate": "2024-01-22T15:49:54.365Z"
    },
    "isConsumed": true,
    "reClean": true,
    "displayStatus": "string",
    "equipmentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "comments": [
        {
            "comment": "string",
            "createdById": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
            "createdBy": "string",
            "createdOn": "2024-01-22T15:49:54.365Z"
 }
 ],
    "compartments": [
        {
            "key": "string",
            "cleaning": {
                "codes": [
 "string"
 ],
                "additional": "string",
                "commentsPerCode": {
                    "additionalProp1": "string",
                    "additionalProp2": "string",
                    "additionalProp3": "string"
                }
            },
            "previousLoad": {
                "productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                "sellerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                "sellerName": "string",
                "productType": "CHEMICAL",
                "articleNumber": "string",
                "articleName": "string",
                "unNr": "string"
            },
            "valid": true,
            "isPolymerComplete": true
 }
 ],
    "nextLoadRequiresLocationCertifiedSellers": [
 "3fa85f64-5717-4562-b3fc-2c963f66afa6"
 ],
    "isOneTimeEquipment": true,
    "carrierName": "string",
    "carrierAddress": "string",
    "carrierContactDetail": "string"
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.