Automate post JSON data based on defined interval within SMART Documents System, informing out-going system of document to be canceled and removed from the system.
Defined within SMART Documents System.
{
"user":{
"Email":"{user_login@email.com}",
"Password":"{password}"
},
"employees":[
{
"IDCard":"{identification_number}",
"STATUS":"CCC",
"By":"{user@email.com}",
"Date":"{DD-MM-YYYY}"
},
{
"IDCard":"{identification_number}",
"STATUS":"CCC",
"By":"{user@email.com}",
"Date":"{DD-MM-YYYY}"
}
]
}
[
{
"Status":"Success",
"Message":"{ERROR MESSAGE}"
}
]