Skip to end of banner
Go to start of banner

Search Customer Master API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Inbound | GET | /master/customers/{customerCode}

Summary

This api returns customer masters data present in Assure.

Description

This api returns customer masters data present in Assure.

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"
  }
}

HttpStatus : 200

Parameter Name

Data Type

Description

customerCode

String

Code used by ERP to identify customers

name

String

Name of customer

address

Object

Address of customer

address.name

String

Name of customer

address.line1

String

1st line of customer’s address

address.line2

String

2nd line of customer’s address

address.line3

String

3rd line of customer’s address

address.city

String

City of customer

address.state

String

State of customer

address.zip

String

ZIP/Pin code of customer

address.country

String

Country of customer

address.email

String

Email of customer

  • No labels