POST api/v1/MifareCard/CreateMifareCard

Request Information

URI Parameters

None.

Body Parameters

MifareCard
NameDescriptionTypeAdditional information
AccessCardID

integer

None.

_MediumType

MEDIUM_TYPE

None.

_SerialNumber

string

None.

_Technology

CARD_TECH

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessCardID": 1,
  "_MediumType": 0,
  "_SerialNumber": "sample string 2",
  "_Technology": 0
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.