POST api/AdminMedia/SavePhotoToId

AdmSavePhoto

Request Information

URI Parameters

None.

Body Parameters

SavePhoto
NameDescriptionTypeAdditional information
PhotoUUID

globally unique identifier

None.

PhotoActive

boolean

None.

PhotoDefault

boolean

None.

Photo

Collection of byte

None.

PhotoName

string

None.

PhotoURL

string

None.

IDID

string

None.

IDName

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PhotoUUID": "1a21b66e-9613-4d53-a07f-7bbd21edba52",
  "PhotoActive": true,
  "PhotoDefault": true,
  "Photo": "QEA=",
  "PhotoName": "sample string 1",
  "PhotoURL": "sample string 2",
  "IDID": "sample string 3",
  "IDName": "sample string 4",
  "UserUUIDCur": "76dfb673-fffe-4fe7-af28-279fd9b6e3e8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}