V0 Endpoint
Update Reference Field / Update All References Field
You can use this endpoint to update reference field from Customer or Job. api/QuoteProcess/UpdateReferenceField { "Customer": "string", "Job": "string", "ReferenceName": "string", "ReferenceValue": "string" } Please note UpdateReferenceField are used ...
Get Reference Field Endpoint
With printIQ API, you can see the reference field from the job using Get Reference field. Endpoint: api/QuoteProcess/GetReferenceFields { "Customer": "string", // Will return Customer Reference "Job": "string" // Will return Reference that's ...
AcceptQuote End Point
You can Accept a Quote via AcceptQuote End point. api/QuoteProcess/AcceptQuote Below for the required field to accept the Quote. { "QuoteNo": "Q005218v2", } If you required to Create an Invoice after you accept a Quote, then you can pass the payload ...
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 ...
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": ...