POST api/v1/AccessCard/BulkAction
Request Information
URI Parameters
None.
Body Parameters
BulkTypeOfAccessCard| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionType | BULK_ACTION_TYPE |
None. |
|
| Templates | Collection of AccessCard |
None. |
|
| Filter | SearchFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActionType": 0,
"Templates": [
{
"AccessCardID": 1,
"_BadgeLabel": "sample string 2",
"_AccessCardStatus": 0,
"_BadgeNumber": "sample string 3",
"_MifareCard": {
"AccessCardID": 1,
"_MediumType": 0,
"_SerialNumber": "sample string 2",
"_Technology": 0
}
},
{
"AccessCardID": 1,
"_BadgeLabel": "sample string 2",
"_AccessCardStatus": 0,
"_BadgeNumber": "sample string 3",
"_MifareCard": {
"AccessCardID": 1,
"_MediumType": 0,
"_SerialNumber": "sample string 2",
"_Technology": 0
}
}
],
"Filter": {
"_Limit": 1,
"_Skip": 2,
"_Sort": 0,
"_Filter": 0,
"_FromPeriod": "2025-12-06T03:16:56.7099196+00:00",
"_ToPeriod": "2025-12-06T03:16:56.7099196+00:00",
"_UseUpdatedDate": true
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.