Search Customer Master API
Inbound | GET | /master/customers/{customerCode}
Summary
This api returns customer masters data present in Increff Omni.
Description
This api returns customer masters data present in Increff Omni.
Request
EmptyBody
Response
{
"customerCode": "ErpCustomerCode",
"name": "name",
"address": {
"name": "customerName",
"line1": "address line 1",
"line2": "address line 2",
"line3": "address line 3",
"city": "Bengaluru",
"state": "Karnataka",
"zip": "560076",
"country": "INDIA",
"email": "email.com",
"phone": "9999999999"
},
"priority": 1
}
HttpStatus : 200
Parameter Name | Data Type | Description |
| String | Code used by ERP to identify customers |
| String | Name of customer |
| Object | Address of customer |
| String | Name of customer |
| String | 1st line of customer’s address |
| String | 2nd line of customer’s address |
| String | 3rd line of customer’s address |
| String | City of customer |
| String | State of customer |
| String | ZIP/Pin code of customer |
| String | Country of customer |
| String | Email of customer |
| Integer | Priority of customer during picking |
, multiple selections available,
Related content
Search Vendor Master API
Search Vendor Master API
More like this
Search Return Order API
Search Return Order API
More like this
Create Vendor Masters API
Create Vendor Masters API
More like this
Create Vendor Master API (Beta)
Create Vendor Master API (Beta)
More like this
Get Locations Details API
Get Locations Details API
More like this
Create Inward Order API
Create Inward Order API
Read with this