From now on you can use rawwrite query parameter when performing a POST request on the /{tenant}/{client}/data/{type}
endpoint.
Use the new parameter to insert the body of your request into the database in exactly the same form as you send it in your request.
When using this new query parameter, remember that the body of the request must contain at least these basic metadata attributes:
- id
- createdAt
- modifiedAt
- version
Please, keep in mind that in case, the document with the same id attribute already exists, the document is fully replaced. Because the operation performed on the database replaces the document in the database, do not set the patch query parameter to true
when the rawwrite query parameter is set to true
.
If you find any information that is unclear or incorrect, please let us know so that we can improve the Dev Portal content.
Use our private help channel. Receive updates over email and contact our specialists directly.
If you need more information about this topic, visit hybris Experts to post your own question and interact with our community and experts.