POST api/v1/AccessCard/SK_ReadAccessTokenV2
Request Information
URI Parameters
None.
Body Parameters
SKToken| Name | Description | Type | Additional information |
|---|---|---|---|
| _SystemCode | string |
None. |
|
| _UserID | integer |
None. |
|
| _Token | Collection of byte |
None. |
|
| _DataFormat | DATA_FORMAT |
None. |
|
| _PinCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_SystemCode": "sample string 1",
"_UserID": 2,
"_Token": [
64,
64
],
"_DataFormat": 0,
"_PinCode": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.