POST api/CandidateProfileAcknowledgement
Request Information
URI Parameters
None.
Body Parameters
CandidateProfileAcknowledgementName | Description | Type | Additional information |
---|---|---|---|
InnovId | integer |
None. |
|
status | string |
None. |
|
AcknowledgementSignature | string |
None. |
|
ImageDocArray | string |
None. |
|
Source | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "InnovId": 1, "status": "sample string 2", "AcknowledgementSignature": "sample string 3", "ImageDocArray": "sample string 4", "Source": "sample string 5" }
application/xml, text/xml
Sample:
<CandidateProfileAcknowledgement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <AcknowledgementSignature>sample string 3</AcknowledgementSignature> <ImageDocArray>sample string 4</ImageDocArray> <InnovId>1</InnovId> <Source>sample string 5</Source> <status>sample string 2</status> </CandidateProfileAcknowledgement>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CandidateProfileAcknowledgementStatusName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "Message": "sample string 2" }
application/xml, text/xml
Sample:
<CandidateProfileAcknowledgementStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <Message>sample string 2</Message> <status>sample string 1</status> </CandidateProfileAcknowledgementStatus>