PUT api/indcert/profileimage?contactId={contactId}

Update profile image of a contact.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactId

Guid 00000000-0000-0000-0000-000000000000

globally unique identifier

Required

Body Parameters

ProfileImage
NameDescriptionTypeAdditional information
Base64Image

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Base64Image": "sample string 1"
}

application/xml, text/xml

Sample:
<ProfileImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
  <Base64Image>sample string 1</Base64Image>
</ProfileImage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.