Logo
Siemens Xcelerator Developer Portal API Documentation

Posts a new redlining document for a specific revision.

POST {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/documents/:docid/redlinings?overlayid=<string>&lcid=<string>

 

Body PARAM

Key Datatype Required Description 
overlayid
string Overlay Id
lcid
string Project language



HEADERS

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




RESPONSES

status





Curl
curl -X POST '//public/api/projects/v1/dbs/:dbid/projects/:projid/documents/:docid/redlinings?overlayid=<string>&lcid=<string>?overlayid=<string>&lcid=<string>' -H 'Comos-API-Session: <string>' -H 'Accept: application/json'

ENDPOINTS