POST api/v1/AccessCard/SK_ReadAccessToken

Request Information

URI Parameters

None.

Body Parameters

SKToken
NameDescriptionTypeAdditional information
_SystemCode

string

None.

_UserID

integer

None.

_Token

Collection of byte

None.

_DataFormat

DATA_FORMAT

None.

_PinCode

integer

None.

_SerialNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "_SystemCode": "sample string 1",
  "_UserID": 2,
  "_Token": [
    64,
    64
  ],
  "_DataFormat": 0,
  "_PinCode": 1,
  "_SerialNumber": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.