Search Customer Location Master API
Inbound | GET | /master/customers/{customerCode}/locations/{customerLocationCode}
Summary
This API returns customer location master data available for a customer code and customer location code in Omni.
Description
This API returns customer location master data available for a customer code and customer location code in Omni. Can be used to search the customer location before creating/updating.
Request
EmptyBody
Response
{
"customerCode": "customerCode",
"customerLocationCode": "customerLocationCode",
"gstin": "ABBDEG67889",
"billingAddress": {
"name": "name",
"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"
},
"shippingAddress": {
"name": "name",
"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"
}
}
HttpStatus : 200
Parameter Name | Data Type | Description |
| String | Code of already created customer in Increff Omni by ERP |
| String | GSTIN number |
| String | Code of new location to be added |
| Object | Address of vendor’s location |
| String | Name of vendor’s location |
| String | 1st line of vendor location’s address |
| String | 2nd line of vendor location’s address |
| String | 3rd line of vendor location’s address |
| String | City of vendor’s location |
| String | State of vendor’s location |
| String | ZIP/Pin code of vendor’s location |
| String | Country of vendor’s location |
| String | Email of vendor’s location |
| Object | Address of vendor’s location |
| String | Name of vendor’s location |
| String | 1st line of vendor location’s address |
| String | 2nd line of vendor location’s address |
| String | 3rd line of vendor location’s address |
| String | City of vendor’s location |
| String | State of vendor’s location |
| String | ZIP/Pin code of vendor’s location |
| String | Country of vendor’s location |
| String | Email of vendor’s location |