Hello friends,
First of all i wish you Happy new year and all the best to all of yours!
Second. Ive got an ANPR Hikvision DS-TCG406-E. Trying to make a laravel webapp to add/delete/show(search) plates number.
In this way I read a lot about ISAPI. For now i just can manage to add a plate number to the camera via /ISAPI/Traffic/channels/1/licensePlateAuditData/record?format=json

Unfortunately can`t delete plates from the camera (i think). Im using /ISAPI/Traffic/channels/1/DelLicensePlateAuditData?format=json. The id that i used is from above method like (P0202AK with ID=7)

When i try above method, license plate still presist in WebUI of the camera. Also try to add and delete via postman, but just add function work ok:

Delete show the same status, but doesnt delete the row from WEBUI:

Try to search/show the ID`s in allowList, but unfortunately without any success /ISAPI/Traffic/channels/1/searchLPListAudit?format=json

I will be so aprichiated if anyone can help me. Thanks in advance!
First of all i wish you Happy new year and all the best to all of yours!
Second. Ive got an ANPR Hikvision DS-TCG406-E. Trying to make a laravel webapp to add/delete/show(search) plates number.
In this way I read a lot about ISAPI. For now i just can manage to add a plate number to the camera via /ISAPI/Traffic/channels/1/licensePlateAuditData/record?format=json

Unfortunately can`t delete plates from the camera (i think). Im using /ISAPI/Traffic/channels/1/DelLicensePlateAuditData?format=json. The id that i used is from above method like (P0202AK with ID=7)

When i try above method, license plate still presist in WebUI of the camera. Also try to add and delete via postman, but just add function work ok:

Delete show the same status, but doesnt delete the row from WEBUI:

Try to search/show the ID`s in allowList, but unfortunately without any success /ISAPI/Traffic/channels/1/searchLPListAudit?format=json

I will be so aprichiated if anyone can help me. Thanks in advance!
Last edited: