POST tenant/getBackgroundBase64

Request Information

URI Parameters

None.

Body Parameters

BackgroundImageRefresh
NameDescriptionTypeAdditional information
BackgroundImageDate

date

None.

TenantId

integer

None.

ImageId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BackgroundImageDate": "2026-04-17T11:36:18.1385485+00:00",
  "TenantId": 1,
  "ImageId": 1
}

text/html

Sample:
{"BackgroundImageDate":"2026-04-17T11:36:18.1385485+00:00","TenantId":1,"ImageId":1}

application/xml, text/xml

Sample:
<BackgroundImageRefresh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Tenants">
  <BackgroundImageDate>2026-04-17T11:36:18.1385485+00:00</BackgroundImageDate>
  <ImageId>1</ImageId>
  <TenantId>1</TenantId>
</BackgroundImageRefresh>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BackgroundImageRefresh'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.