Last updated 4 months ago
Was this helpful?
Create a new document in catalog management.
Json representation of the document
POST /public/v1/catalog/products/{productId}/documents HTTP/1.1 Host: api.platform.softwareone.com Content-Type: multipart/form-data Accept: */* Content-Length: 137 { "document": { "Name": "text", "Description": "text", "Language": "text", "DocumentType": "Online", "Url": "text", "DisplayOrder": 1 }, "file": "binary" }
Created
{ "domainEvents": [ { "timeStamp": "2025-04-22T03:56:33.337Z" } ], "markedForDelete": true, "markedForUpdate": true, "documentId": { "value": "text", "postfixNumber": 1 }, "fileId": { "value": "text" }, "url": "text", "language": "text", "status": "Draft", "isDeleted": true }