Cancel Document


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.


Endpoint URL

Defined within SMART Documents System.


Post JSON Example

{  
   "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}"
      }
   ]
}

Response

[  
   {  
      "Status":"Success",
      "Message":"{ERROR MESSAGE}"
   }
]