POST api/CareSheet/Settings/Info?subscriptionID={subscriptionID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID | string |
Required |
Body Parameters
CareSheetSettingsName | Description | Type | Additional information |
---|---|---|---|
LogoUrl | string |
None. |
|
InfoLine1 | string |
None. |
|
InfoLine2 | string |
None. |
|
InfoLine3 | string |
None. |
|
InfoLine4 | string |
None. |
|
UseLogo | boolean |
None. |
|
PetTypeAds | Dictionary of string [key] and string [value] |
None. |
|
PetTypePreviews | Dictionary of string [key] and string [value] |
None. |
|
PreviewCareSheetUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LogoUrl": "sample string 1", "InfoLine1": "sample string 2", "InfoLine2": "sample string 3", "InfoLine3": "sample string 4", "InfoLine4": "sample string 5", "UseLogo": true, "PetTypeAds": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "PetTypePreviews": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "PreviewCareSheetUrl": "sample string 7" }
application/xml, text/xml
Sample:
<CareSheetSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities"> <InfoLine1>sample string 2</InfoLine1> <InfoLine2>sample string 3</InfoLine2> <InfoLine3>sample string 4</InfoLine3> <InfoLine4>sample string 5</InfoLine4> <LogoUrl>sample string 1</LogoUrl> <PetTypeAds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </PetTypeAds> <PetTypePreviews xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </PetTypePreviews> <PreviewCareSheetUrl>sample string 7</PreviewCareSheetUrl> <UseLogo>true</UseLogo> </CareSheetSettings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.