Delete External Consignment

Delete External Consignment

How to use this Endpoint

Endpoint to Post to run this endpoint
/api/QuoteProcess/DeleteExternalConsignment

Consignment generated by IQ and Courier company are unique.
Hence posting the Consignment via this payload, will remove the Consignment in printIQ
{
  "cRef": "ConsignmentNumberHere"
}



However, please be aware, removing the Consignment will not changed the Job Status and Dispatch Status.


Job Status will still be marked as completed.


    • Related Articles

    • Add External Consignment

      How to use this endpoint You can add an Consignment in IQ via AddExternalConsignments Endpoint. /api/QuoteProcess/AddExternalConsignment Required payload to Postback to AddExternalConsignment Endpoint { "ExternalConsignment": { "ConsignmentNo": ...
    • Generating Consignment Box and Carton Quantity Labels

      There are a couple of methods for printing consignment labels for your boxes or cartons for dispatch. The box quantity on the main screen is very basic, it just does a simple division to calculate the number of items per box. You tell IQ how many ...
    • FREIGHT - TIG Integration - Workflow

      QUOTE STAGE: When IQ is linked to your TIG account, you will see any TIG freight options in the ‘Delivery Method’ list along with any standard options like pickup and custom: **Note: We pass the weight and dimensions through to TIG for price ...
    • Webhook - Create Consignment

      If CreateConsigment webhook is enabled in printIQ, the payload will be sent immediately after a consignment is created. You can download the sample payload via the attachments. Update history: v47.2 (4th quarter 2023): Add 3 fields to the ...
    • Remove an Operation on a Job in printIQ

      OPTION 1 FROM THE JOB PLANNING SCREEN   From the Job Details Board you can either navigate your way to the Job Planning Screen.     Once there, if the operation is visible to the Planning Board (this is controlled at the operation level) then you can ...