POST CustomerAdditionalContactDetail/Save
Saves the specified Customer Additional Contact Detail.
Request Information
URI Parameters
None.
Body Parameters
The Customer Additional Contact Detail.
Customer Additional Contact DetailName | Type | Additional information | Description |
---|---|---|---|
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 |
|
string |
String length: inclusive between 0 and 100 |
||
OutstandingInvoices | nullable bool |
None. |
|
OverdueInvoices | nullable bool |
None. |
Request 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 }
Response Information
Resource Description
Customer Additional Contact DetailName | Type | Additional information | Description |
---|---|---|---|
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 |
|
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 }