POST api/CV/AcceptOrReject/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
DocumentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| documentname | string |
None. |
|
| contactId | integer |
None. |
|
| accept | integer |
None. |
|
| comment | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"documentname": "sample string 1",
"contactId": 2,
"accept": 3,
"comment": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.