POST api/v1/AccessCard/UpdateAccessCard
Request Information
URI Parameters
None.
Body Parameters
AccessCard| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessCardID | integer |
None. |
|
| _BadgeLabel | string |
None. |
|
| _AccessCardStatus | ACCESSCARD_STATUS |
None. |
|
| _BadgeNumber | string |
None. |
|
| _MifareCard | MifareCard |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccessCardID": 1,
"_BadgeLabel": "sample string 2",
"_AccessCardStatus": 0,
"_BadgeNumber": "sample string 3",
"_MifareCard": {
"AccessCardID": 1,
"_MediumType": 0,
"_SerialNumber": "sample string 2",
"_Technology": 0
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.