POST updateHomeText
Request Information
URI Parameters
None.
Body Parameters
HomeTextModelName | Description | Type | Additional information |
---|---|---|---|
HomeTextId | integer |
None. |
|
MainHeader | string |
None. |
|
MainDescription | string |
None. |
|
Header1 | string |
None. |
|
Header2 | string |
None. |
|
Header3 | string |
None. |
|
Header4 | string |
None. |
|
Description1 | string |
None. |
|
Description2 | string |
None. |
|
Description3 | string |
None. |
|
Description4 | string |
None. |
|
ProductsHeader | string |
None. |
|
SchemesHeader | string |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "HomeTextId": 1, "MainHeader": "sample string 2", "MainDescription": "sample string 3", "Header1": "sample string 4", "Header2": "sample string 5", "Header3": "sample string 6", "Header4": "sample string 7", "Description1": "sample string 8", "Description2": "sample string 9", "Description3": "sample string 10", "Description4": "sample string 11", "ProductsHeader": "sample string 12", "SchemesHeader": "sample string 13", "Lang": "sample string 14" }
application/xml, text/xml
Sample:
<HomeTextModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaleffiAPI.Models"> <Description1>sample string 8</Description1> <Description2>sample string 9</Description2> <Description3>sample string 10</Description3> <Description4>sample string 11</Description4> <Header1>sample string 4</Header1> <Header2>sample string 5</Header2> <Header3>sample string 6</Header3> <Header4>sample string 7</Header4> <HomeTextId>1</HomeTextId> <Lang>sample string 14</Lang> <MainDescription>sample string 3</MainDescription> <MainHeader>sample string 2</MainHeader> <ProductsHeader>sample string 12</ProductsHeader> <SchemesHeader>sample string 13</SchemesHeader> </HomeTextModel>
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. |