POST api/ot/CandidateOTPoint
Request Information
URI Parameters
None.
Body Parameters
ServiceRequestOfListOfCandidateOtPointCommandRequestName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserId | globally unique identifier |
None. |
|
StateId | integer |
None. |
|
StatePostId | integer |
None. |
|
StatePostSubjectId | integer |
None. |
|
Entity | Collection of CandidateOtPointCommandRequest |
None. |
|
EntityState | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserId": "173f0b6d-e597-4431-b29f-37d95ce12181", "StateId": 1, "StatePostId": 2, "StatePostSubjectId": 3, "Entity": [ { "ApplicationId": "sample string 1", "Point": 2.0, "PointPercentage": 3.0 }, { "ApplicationId": "sample string 1", "Point": 2.0, "PointPercentage": 3.0 } ], "EntityState": 4 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.