POST api/School/ValidateCandidateProfile
Request Information
URI Parameters
None.
Body Parameters
ValidateCandidateProfileCommandRequestName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserId": "ecd2549e-dc36-4e31-bb11-0c0c909f2673" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.