Post MessageAsk AIpost https://api.sandbox.eu.ppro.com/v1/disputes/{disputeId}/messagesUse this endpoint to post messages to a dispute when the POST MESSAGE capability is allowedPath ParamsdisputeIdstringrequiredDispute ID starting with 'dispute_' followed by 21 characters.Body Paramscontentstringrequiredlength between 0 and 512The message contentHeadersRequest-ReferencestringOptional Reference for the request. This is used to identify the request in debugging.Request-Idempotency-KeystringOptional Idempotency Key for the request. Sending duplicate requests will result in 409 HTTP status code.Responses 201Successfully posted the message for a dispute 400Bad Request 404Not found 409Duplicate request received with the same idempotency key. 500Internal Server ErrorUpdated 3 months ago