Comments from Joris Berthelot on slack.
the ATS endpoint spec is the following:
POST /rest/dms/event HTTP/1.1
Host: customer-system.luceosoltions.com
Content-Type: application/json
[
{ "id": 1, "event": "Signed" } ,
{ "id": 2, "event": "Opened" } ,
{ "id": 3, "event": "Signed" }
]
This is a demo request.
Request body is a collection of documents { id, event }
When a candidate signs a document, you can immediately send us back the event related to the document.
CC – Shamooka Mohapatra , Samir , Swapnil Pandhare
As per discussion with Joris. This needs to confirm that any post api at CBAT end. If so (after confirmation) we need to taken into development.