POST updateContactText
Request Information
URI Parameters
None.
Body Parameters
ContactTextModelName | Description | Type | Additional information |
---|---|---|---|
ContactTextId | integer |
None. |
|
Header | string |
None. |
|
Description | string |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ContactTextId": 1, "Header": "sample string 2", "Description": "sample string 3", "Lang": "sample string 4" }
application/xml, text/xml
Sample:
<ContactTextModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaleffiAPI.Models"> <ContactTextId>1</ContactTextId> <Description>sample string 3</Description> <Header>sample string 2</Header> <Lang>sample string 4</Lang> </ContactTextModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |