Edit cards examples

Редактирование карты

Изменить в карте с номер RFID 0030007035BB описание на "1234".

Запрос

http://pl-new.petroline.net.ua/index.php?r=terminals/API&hashkey=c3284d0f94606de1fd2af172aba15bf3&mode=set&type=cards&number=0030007035BB&description=1234

Ответ

{
    status: 200,
    message: "OK"
}

Изменить в карте с номер RFID 0030007035BB состояние с активна на заблокирована.

Запрос

http://pl-new.petroline.net.ua/index.php?r=terminals/API&hashkey=c3284d0f94606de1fd2af172aba15bf3&mode=set&type=cards&number=0030007035BB&state=0

Ответ

{
    status: 200,
    message: "OK"
}

Изменить в карте с номер RFID 0030007035BB состояние с активна на активна.

Запрос

http://pl-new.petroline.net.ua/index.php?r=terminals/API&hashkey=c3284d0f94606de1fd2af172aba15bf3&mode=set&type=cards&number=0030007035BB&state=0

Ответ

{
    status: 400,
    message: "Save error, nothing to change"
}

Изменить в карте с номер RFID 0030007035BB срок действия на "2019-12-31".

Запрос

http://pl-new.petroline.net.ua/index.php?r=terminals/API&hashkey=c3284d0f94606de1fd2af172aba15bf3&mode=set&type=cards&number=0030007035BB&expire=2019-12-31

Ответ

{
    status: 200,
    message: "OK"
}

Last updated