POST api/CV/AcceptOrReject/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

DocumentInfo
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.