GET SupplierAdditionalContactDetail/GetAdditionalContactDetails/{id}
Gets the Additional Contacts listing for a specific Supplier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
Supplier Id |
Body Parameters
None.
Response Information
Resource Description
Collection of Supplier Additional Contact Detail| Name | Type | Additional information | Description |
|---|---|---|---|
| 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 |
|
| 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"
},
{
"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"
}
]