POST api/INTv1/MifareCard/INT_GetMcGuestCard
Request Information
URI Parameters
None.
Body Parameters
McCardInput| Name | Description | Type | Additional 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-06T11:06:59.7547912+00:00",
"_InitDate": "2025-12-06T11:06:59.7547912+00:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.