POST api/AdminChatNotiff/GetBackground

AdmGetBackground

Request Information

URI Parameters

None.

Body Parameters

GetBackground_Request
NameDescriptionTypeAdditional information
BackgroundID

integer

None.

BackgroundActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "BackgroundID": 1,
  "BackgroundActive": true,
  "UserUUIDCur": "22e0b6d3-2efc-4ebc-8caf-663c318293bf"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]