POST SupplierAdditionalContactDetail/Save
Saves the specified Supplier Additional Contact Detail.
Request Information
URI Parameters
None.
Body Parameters
The Supplier Additional Contact Detail.
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 |
Request 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"
}
Response Information
Resource Description
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"
}