GET SupplierAdditionalContactDetail/Get/{id}

Gets the specified Supplier 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

Supplier Additional Contact Detail
NameTypeAdditional informationDescription
ID integer

None.

SupplierId 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

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SupplierId": 2,
  "ContactName": "sample string 3",
  "Designation": "sample string 4",
  "Telephone": "sample string 5",
  "Fax": "sample string 6",
  "Mobile": "sample string 7",
  "Email": "sample string 8"
}