POST ProofRecipient/update
Request Information
URI Parameters
None.
Body Parameters
DtoUpdateProofRecipientMasterById| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| JobStatus | string |
None. |
|
| IsActive | boolean |
None. |
|
| EditableLink | string |
None. |
|
| NoneditableLink | string |
None. |
|
| LinkFolder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"JobStatus": "sample string 2",
"IsActive": true,
"EditableLink": "sample string 4",
"NoneditableLink": "sample string 5",
"LinkFolder": "sample string 6"
}
application/xml, text/xml
Sample:
<DtoUpdateProofRecipientMasterById xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Interface.Business.Dtos.ProofRecipientMaster"> <EditableLink>sample string 4</EditableLink> <Id>1</Id> <IsActive>true</IsActive> <JobStatus>sample string 2</JobStatus> <LinkFolder>sample string 6</LinkFolder> <NoneditableLink>sample string 5</NoneditableLink> </DtoUpdateProofRecipientMasterById>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.