POST api/candidates/SendAdmitCardToAllCandidate
Request Information
URI Parameters
None.
Body Parameters
ServiceRequestOfSendAdmitCardToAllCandidateRequestName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserId | globally unique identifier |
None. |
|
StateId | integer |
None. |
|
StatePostId | integer |
None. |
|
StatePostSubjectId | integer |
None. |
|
Entity | SendAdmitCardToAllCandidateRequest |
None. |
|
EntityState | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserId": "1065b887-7312-4070-9067-33ba224e8d69", "StateId": 1, "StatePostId": 2, "StatePostSubjectId": 3, "Entity": { "Ids": [ 1, 2 ] }, "EntityState": 4 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.