Asset Upload Binary
- 1 Minute to read
- DarkLight
Asset Upload Binary
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
To upload asset binary data, mention the following in the postman and then click Send.
POST
Query Parameters
Expand to see the parameters and description
Parameter | Parameter Type | Data Type | Accepted Values | Description |
dataOwner | Required | String | GUID | The same as company ID representing your company. |
fileName | Required | String | Valid Filename | Desired file name to be used in CXH. Do not recommend using the following characters & % < > ! / \ | , $ @ |
Specify the required values for params dataOwner and fileName.
Headers
Authorization: Specify required Auth Token in the header.
Request Parameters
Expand to see the parameters and description
Parameter | Parameter Type | Data Type | Accepted Values | Description |
File binary data | Required | File/Folder | TBC | Binary content of the asset file to be uploaded. |
Request
Select Required file from binary.
Response 200 OK
"d5e2b9e5-45c1-4bb9-a8d1-4d25bc1bc5c9"
Was this article helpful?