POST api/candidates/Submit
Request Information
URI Parameters
None.
Body Parameters
SubmitCandidateApplicationCommandRequestName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.