Add IC card
https://api.sciener.com/v3/identityCard/addForReversedCardNumber
Call this api after you calling the SDK method to add an IC card
1. Description
Name | Type | Required | Description |
clientId | String | Y | The app_id which is assigned by system when you create an application |
accessToken | String | Y | Access token |
lockId | Int | Y | Lock ID |
cardNumber | String | Y | IC card number |
cardName | String | N | IC card name |
startDate | Long | N | The time when it becomes valid, timestamp in milliseconds |
endDate | Long | N | The time when it is expired, timestamp in milliseconds |
addType | Int | N | Adding method:1-via phone bluetooth, 2-via gateway, 3-via NB-IoT. The default value is 1 and should call SDK method to add passcode first. If you use the method 2, you can call this api directly. |
date | Long | Y | Current time (timestamp in millisecond) |
2.Response
Parameter | Type | Description |
cardId | Int | IC card id |
3.Example of response
{
"cardId": 24242
}