POST api/AdminMedia/SavePhotoToId
AdmSavePhoto
Request Information
URI Parameters
None.
Body Parameters
SavePhoto| Name | Description | Type | Additional 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": "a5196c5f-e9d7-4f05-bb75-05b9958c55f7",
"PhotoActive": true,
"PhotoDefault": true,
"Photo": "QEA=",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2",
"IDID": "sample string 3",
"IDName": "sample string 4",
"UserUUIDCur": "f7149ec2-c0ab-4c24-a112-73f930e82565"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}