Patch Sender

The PATCH /senders/{senderId} endpoint partially updates the details of an existing sender record.

Implementation Guide:

  • Prerequisite: Ensure that the GET /sender-fields endpoint is called first to retrieve the necessary fields for updating a sender record.
  • Dynamic Fields: The fields required for updating a sender record are dynamic and may change based on the sender type and other factors. Always use the latest field requirements from the GET /sender-fields endpoint.
  • Validation: Validate the request body against the field requirements obtained from the GET /sender-fields endpoint to ensure all included fields are correctly formatted.

Note : The PATCH /senders endpoint performs a partial update, only modifying the fields included in the request. Any field not included in the field collection is left unchanged. This differs from the PUT /senders endpoint, which replaces the sender's information entirely.

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here!