Documentation

Cancelling transportation order

JSON query schema

JSON query example:

{
    DELIVERY_ID: 694,
    REQUEST_ID: "4757aca4931a4f029f49c0db4374d13d",
}

Example with successful cancellation:

{
    SUCCESS: "Y"
}

Example of response with unsuccessful attempt to cancel the order:

{
    SUCCESS: "N",
    REASON: {
        TEXT: "Delivery can not be cancelled at this moment. Performer has already arrived to the destination."
    },
}


© «Bitrix24», 2001-2024
Up