patch
https://sandbox-api.readyremit.com/v1/senders/
The PATCH /senders/{senderId} endpoint partially updates the details of an existing sender record.
Implementation Guide:
- Prerequisite: Ensure that the
GET /sender-fieldsendpoint 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-fieldsendpoint. - Validation: Validate the request body against the field requirements obtained from the
GET /sender-fieldsendpoint 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.
