GET CustomerAdditionalContactDetail/GetAdditionalContactDetails/{id}

Gets the Additional Contacts Listing for a specific Customer.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

Customer Id

Body Parameters

None.

Response Information

Resource Description

Collection of Customer Additional Contact Detail
NameTypeAdditional informationDescription
BusinessBaseHashId string

None.

IsDirty bool

None.

ID integer

None.

CustomerId integer

None.

ContactName string

String length: inclusive between 0 and 100

Designation string

String length: inclusive between 0 and 50

Telephone string

String length: inclusive between 0 and 30

Fax string

String length: inclusive between 0 and 30

Mobile string

String length: inclusive between 0 and 30

Email string

String length: inclusive between 0 and 100

OutstandingInvoices nullable bool

None.

OverdueInvoices nullable bool

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "CustomerId": 3,
    "ContactName": "sample string 4",
    "Designation": "sample string 5",
    "Telephone": "sample string 6",
    "Fax": "sample string 7",
    "Mobile": "sample string 8",
    "Email": "sample string 9",
    "OutstandingInvoices": true,
    "OverdueInvoices": true,
    "BusinessBaseHashId": "MAA%3d-pipjsNlYS1g%3d",
    "IsDirty": true
  },
  {
    "ID": 1,
    "CustomerId": 3,
    "ContactName": "sample string 4",
    "Designation": "sample string 5",
    "Telephone": "sample string 6",
    "Fax": "sample string 7",
    "Mobile": "sample string 8",
    "Email": "sample string 9",
    "OutstandingInvoices": true,
    "OverdueInvoices": true,
    "BusinessBaseHashId": "MAA%3d-pipjsNlYS1g%3d",
    "IsDirty": true
  }
]