POST api/CustomLogo
Request Information
URI Parameters
None.
Body Parameters
CustomLogoVM| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomLogoId | integer |
None. |
|
| Name | string |
None. |
|
| LogoPicture | string |
None. |
|
| CustomLogoPositionId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"customLogoId": 1,
"name": "sample string 2",
"logoPicture": "sample string 3",
"customLogoPositionId": 4
}
text/html
Sample:
{"customLogoId":1,"name":"sample string 2","logoPicture":"sample string 3","customLogoPositionId":4}
application/xml, text/xml
Sample:
<CustomLogoVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.ViewModels.ViewModels.CustomLogo"> <CustomLogoId>1</CustomLogoId> <CustomLogoPositionId>4</CustomLogoPositionId> <LogoPicture>sample string 3</LogoPicture> <Name>sample string 2</Name> </CustomLogoVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.