POST api/getMenuBackGroundImageBySite

Request Information

URI Parameters

None.

Body Parameters

MenuBackgroundImageRequest
NameDescriptionTypeAdditional information
SchoolId

globally unique identifier

None.

ImgDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolId": "96392258-47af-4bd9-9833-8bf9723592c4",
  "ImgDate": "2025-12-06T03:49:59.9457551+00:00"
}

application/xml, text/xml

Sample:
<MenuBackgroundImageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.Primero.Business">
  <ImgDate>2025-12-06T03:49:59.9457551+00:00</ImgDate>
  <SchoolId>96392258-47af-4bd9-9833-8bf9723592c4</SchoolId>
</MenuBackgroundImageRequest>

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 'MenuBackgroundImageRequest'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>