POST api/INTv1/MifareCard/INT_GetMcGuestCard

Request Information

URI Parameters

None.

Body Parameters

McCardInput
NameDescriptionTypeAdditional information
_Op

OP

None.

_Rooms

Collection of Object

None.

_Auths

string

None.

_Office

integer

None.

_ExpDate

date

None.

_InitDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_Op": 0,
  "_Rooms": null,
  "_Auths": "sample string 1",
  "_Office": 2,
  "_ExpDate": "2025-12-06T16:45:07.6420058+00:00",
  "_InitDate": "2025-12-06T16:45:07.6420058+00:00"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.