Send message about dispute to other party

POST {{base_url}}/v1/customer/disputes/:dispute_id/send-message

Sends a message about a dispute, by ID, to the other party in the dispute. Merchants and customers can only send messages if the dispute_life_cycle_stage value is INQUIRY .

Request Body

{"message"=>"Shipment is in progress."}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"links":[{"href":"https://api-m.sandbox.paypal.com/v1/customer/disputes/PP-R-EYZ-10065656","rel":"detail","method":"GET"}]}