Patches a document or multiple documents
Version 1.0
Endpoint
PATCH
https://pinv.dev.att.com/products
Copy
This endpoint allows you to patch a specific TMF637 product/s based on the given input. ### What is `eTag`? `eTag` is a unique identifier for the entire document. It is used to ensure that the document being updated has not been modified by another process since it was last retrieved. If the provided `eTag` does not match the current `eTag` of the document, the update will fail with a `412 Precondition Failed` error. ### What is `partialEtags`? `partialEtags` is a set of unique identifiers for specific parts of the document. It allows you to validate and update only certain sections of the document without requiring the entire document to match. Each key in `partialEtags` corresponds to a specific part of the document (e.g., `relatedParty`, `place`, etc.). ### Important Note: - You can provide either `eTag` or `partialEtags`, but **not both** in the same request. - If neither is provided, the patch operation will proceed without validation. Returns the patched document afterwards. See examples for usage.
http
scheme:bearer
bearerFormat:JWT
Body Parameters
- Requiredcan be ONE OF the following schemas:
- schema#0object
- schema#1array of objects
Responses
Success response
Body
application/json
- objectRequired
- status
- timestampstring
- responseDataarray of objects