POST api/v1/me/requests/job-letter

Request Information

URI Parameters

None.

Body Parameters

JobLetterRequestDto
NameDescriptionTypeAdditional information
RequestBy

string

None.

Attention

string

None.

Address

string

None.

SpecialInstructions

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RequestBy": "sample string 1",
  "Attention": "sample string 2",
  "Address": "sample string 3",
  "SpecialInstructions": "sample string 4"
}

application/xml, text/xml

Sample:
<MeRequestsController.JobLetterRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Address>sample string 3</Address>
  <Attention>sample string 2</Attention>
  <RequestBy>sample string 1</RequestBy>
  <SpecialInstructions>sample string 4</SpecialInstructions>
</MeRequestsController.JobLetterRequestDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.