POST api/Profile/UploadProfilePhotoBase64

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "profilePhotoId": 1,
  "ssouuId": "62df030f-992c-4bad-a785-da52ea1b373b",
  "photoLink": "sample string 2",
  "addedBy": "sample string 3",
  "addedDate": "2024-05-06T04:50:48.2229492+00:00",
  "updatedBy": "sample string 4",
  "updatedDate": "2024-05-06T04:50:48.2229492+00:00",
  "imageName": "sample string 5",
  "base64Image": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.