POST addCarouselImageDetails
Request Information
URI Parameters
None.
Body Parameters
ImageModelName | Description | Type | Additional information |
---|---|---|---|
CarouselId | integer |
None. |
|
ImageLink | string |
None. |
|
HeaderText | string |
None. |
|
HeaderTextIt | string |
None. |
|
ParagraphText | string |
None. |
|
ParagraphTextIt | string |
None. |
|
ButtonText | string |
None. |
|
ButtonTextIt | string |
None. |
|
ButtonLink | string |
None. |
|
ButtonLinkIt | string |
None. |
|
International | integer |
None. |
|
Usa | integer |
None. |
|
Italy | integer |
None. |
|
IsHidden | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CarouselId": 1, "ImageLink": "sample string 2", "HeaderText": "sample string 3", "HeaderTextIt": "sample string 4", "ParagraphText": "sample string 5", "ParagraphTextIt": "sample string 6", "ButtonText": "sample string 7", "ButtonTextIt": "sample string 8", "ButtonLink": "sample string 9", "ButtonLinkIt": "sample string 10", "International": 11, "Usa": 12, "Italy": 13, "IsHidden": 14 }
application/xml, text/xml
Sample:
<ImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaleffiAPI.Models"> <ButtonLink>sample string 9</ButtonLink> <ButtonLinkIt>sample string 10</ButtonLinkIt> <ButtonText>sample string 7</ButtonText> <ButtonTextIt>sample string 8</ButtonTextIt> <CarouselId>1</CarouselId> <HeaderText>sample string 3</HeaderText> <HeaderTextIt>sample string 4</HeaderTextIt> <ImageLink>sample string 2</ImageLink> <International>11</International> <IsHidden>14</IsHidden> <Italy>13</Italy> <ParagraphText>sample string 5</ParagraphText> <ParagraphTextIt>sample string 6</ParagraphTextIt> <Usa>12</Usa> </ImageModel>
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. |