POST api/getMenuBackGroundImageBySite
Request Information
URI Parameters
None.
Body Parameters
MenuBackgroundImageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolId | globally unique identifier |
None. |
|
| ImgDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolId": "a5e048fa-5098-4c55-a99a-7ddf1a07b469",
"ImgDate": "2026-03-07T05:55:11.2407352+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>2026-03-07T05:55:11.2407352+00:00</ImgDate> <SchoolId>a5e048fa-5098-4c55-a99a-7ddf1a07b469</SchoolId> </MenuBackgroundImageRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse 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>