POST api/candidates/Submit

Request Information

URI Parameters

None.

Body Parameters

SubmitCandidateApplicationCommandRequest
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

IsAgree

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "1cc349b6-7d93-48f9-aca6-060cb04263d4",
  "IsAgree": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.