GET CustomerAdditionalContactDetail/Get/{id}

Gets the specified Customer Additional Contact Detail based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The identifier.

Body Parameters

None.

Response Information

Resource Description

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
}