PUT api/indcert/profileimage?contactId={contactId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contactId | globally unique identifier |
Required |
Body Parameters
ProfileImageName | Description | Type | Additional 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.