Last updated 3 months ago
Was this helpful?
Create a new document in catalog management.
Json representation of the document
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/catalog/products/{productId}/documents' \ --header 'Content-Type: multipart/form-data' \ --form 'document=[object Object]' \ --form 'file=binary'
{ "domainEvents": [ { "timeStamp": "2025-04-01T22:02:38.302Z" } ], "markedForDelete": true, "markedForUpdate": true, "documentId": { "value": "text", "postfixNumber": 1 }, "fileId": { "value": "text" }, "url": "text", "language": "text", "status": "Draft", "isDeleted": true }