POST api/Profile/SaveProfilePhoto

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": "a11655c3-d6c5-428e-b5e9-4ab0dc43c61c",
  "photoLink": "sample string 2",
  "addedBy": "sample string 3",
  "addedDate": "2024-05-06T04:50:47.3265321+00:00",
  "updatedBy": "sample string 4",
  "updatedDate": "2024-05-06T04:50:47.3265321+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.