POST v1/themes/{id}/upload-programLogo

Upload a Program Logo to a Theme

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Created Status on successful upload.

ThemeImagePostResponse
NameDescriptionTypeAdditional information
Url

string

None.

Response Codes

  • 200 OK: Program Logo successfully uploaded.
  • 400 BadRequest: Data validation failed, see the response body for more information.
  • 401 Unauthorized:
  • 500 InternalServerError:

Response Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1"
}

text/html

Sample:
{"Url":"sample string 1"}

application/xml, text/xml

Sample:
<ThemeImagePostResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITAGroup.TaxValidation.Api.Contracts.v1.Responses">
  <Url>sample string 1</Url>
</ThemeImagePostResponse>