GET POS/Customers/{id} Try Now

Gets the Customer by specified identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
CustomerId
The customer identifier.
string
None.
ShippingInfo
The shipping information.
ContactResponse
None.
BillingInfo
The billing information.
ContactResponse
None.
Notes
The notes.
string
None.
IsPreferredVendor
A value indicating whether this instance is preferred vendor.
boolean
None.
IsPreferredClient
A value indicating whether this instance is preferred client.
boolean
None.
PaymentMethod
The payment mode.
PaymentMode
None.
ZoneCode
The zone.
Zone
None.
ClientType
The type of the client.
string
None.
CustomerNumber
The customer number.
long
None.
Tags
The tags.
Collection of string
None.
IsDeleted
To indicate if customer or contact get deleted.
boolean
None.
MasterZonecode
Zone
None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerId": "",
  "ShippingInfo": {
    "ContactId": "",
    "CustomerId": "",
    "Company": "",
    "JobTitle": "",
    "FirstName": "",
    "LastName": "",
    "Address1": "",
    "Address2": "",
    "Email": "",
    "CountryId": "",
    "Country": "",
    "StateId": "",
    "State": "",
    "StateOther": "",
    "City": "",
    "Zip": "",
    "ReferenceId": "",
    "Phones": [
      {
        "PhoneId": "",
        "PhoneType": "Home",
        "Phone": "",
        "Extension": "",
        "IsPrimary": true,
        "IsDeleted": true
      }
    ],
    "TimeZoneId": ""
  },
  "BillingInfo": {
    "ContactId": "",
    "CustomerId": "",
    "Company": "",
    "JobTitle": "",
    "FirstName": "",
    "LastName": "",
    "Address1": "",
    "Address2": "",
    "Email": "",
    "CountryId": "",
    "Country": "",
    "StateId": "",
    "State": "",
    "StateOther": "",
    "City": "",
    "Zip": "",
    "ReferenceId": "",
    "Phones": [
      {
        "PhoneId": "",
        "PhoneType": "Home",
        "Phone": "",
        "Extension": "",
        "IsPrimary": true,
        "IsDeleted": true
      }
    ],
    "TimeZoneId": ""
  },
  "Notes": "",
  "IsPreferredVendor": true,
  "IsPreferredClient": true,
  "PaymentMethod": "Any",
  "ZoneCode": "Any",
  "ClientType": "",
  "CustomerNumber": 4,
  "Tags": [
    ""
  ],
  "IsDeleted": true,
  "MasterZonecode": "Any"
}