POST api/Contact/Contact
Request Information
URI Parameters
None.
Body Parameters
CustomerContact| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthenticationCode | string |
None. |
|
| ContactId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| LanguageId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthenticationCode": "sample string 1",
"ContactId": 2,
"CustomerId": 1,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Phone": "sample string 5",
"Email": "sample string 6",
"LanguageId": 7
}
text/html
Sample:
{"AuthenticationCode":"sample string 1","ContactId":2,"CustomerId":1,"FirstName":"sample string 3","LastName":"sample string 4","Phone":"sample string 5","Email":"sample string 6","LanguageId":7}
application/xml, text/xml
Sample:
<CustomerContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyAccounting.ViewModel"> <AuthenticationCode>sample string 1</AuthenticationCode> <ContactId>2</ContactId> <CustomerId>1</CustomerId> <Email>sample string 6</Email> <FirstName>sample string 3</FirstName> <LanguageId>7</LanguageId> <LastName>sample string 4</LastName> <Phone>sample string 5</Phone> </CustomerContact>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |