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": "677f6bb3-03fc-4b0c-911f-05b79a862fbf" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.