POST api/candidates/SendAdmitCard

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestOfSendAdmitCardCommandRequest
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

globally unique identifier

None.

StateId

integer

None.

StatePostId

integer

None.

StatePostSubjectId

integer

None.

Entity

SendAdmitCardCommandRequest

None.

EntityState

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": "0a979eb4-f927-4536-a1fd-6bf524925967",
  "StateId": 1,
  "StatePostId": 2,
  "StatePostSubjectId": 3,
  "Entity": {
    "EmailId": "sample string 1",
    "Id": 2,
    "UserId": "502987c1-0333-4785-a219-90ff814b325d"
  },
  "EntityState": 4
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.