Pull Order API
The Pull order API will allow us in fetching the already existing order in the system.
Pull Order.
Authentication:
Basic <Your Token>Request Body
Name
Mandatory
Type
Description
{
"cmId": 1000298, //Required field, value must be > 0.
"name": "",
"phone": "",
"email": "",
"customerIds": "191696570",
"leadIdStr": "",
"enquiryIds": "",
"clientReferenceIds": "",
"attr1": "",
"attr2": "",
"attr3": "",
"attr4": "",
"attr5": "",
"attr6": "",
"attr7": "",
"attr8": "",
"attr9": "",
"attr10": "",
"attr11": "",
"attr12": "",
"attr13": "",
"attr14": "",
"attr15": "",
"viewId": "2",
"orderIds": "",
"erpOrderId": "",
"createStartDate": "",
"createEndDate": "",
"bookingStatus": "",
"bookingSubStatus": "",
"bookingStartDate": "",
"bookingEndDate": "",
"creatorIdStr": "",
"assignIdStr": "",
"zoneIdStr": "",
"blockId": "",
"unitId": "",
"approvalDesignationIds": "",
"agreementStartDate": "",
"agreementEndDate": "",
"erpInvoiceId": "",
"sortParam": "",
"limit": "",
"offset": ""
}Response Body
Response
Response Messages
Error Codes
Error Codes
Description
Example of a working curl
Last updated