Logo
Siemens Xcelerator Developer Portal API Documentation

EStamp the given pdf document.

POST {{baseUrl}}/public/api/dbs/:dbid/documents/actions/estamp

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Comos-API-Session
string (Required) Comos SessionId that needs to be passed with every request except Login
Content-Type
string
Accept
string




RESPONSES

status OK

{}



Curl
curl -X POST '//public/api/dbs/:dbid/documents/actions/estamp' -H 'Comos-API-Session: <string>' -H 'Content-Type: multipart/form-data' -H 'Accept: application/json' -F '{"name"=>"documentcontent", "value"=>nil, "datatype"=>"null"}='

ENDPOINTS