storefronts / Customer account
POST
/__runtime/user/rma/{rma_number}/messagesPOST /__runtime/user/rma/{rma_number}/messages
A description is not available in the current release metadata.
GETPOST
Code examples
Integration
POST /__runtime/user/rma/{rma_number}/messages
Environment
BASE_URLcurl --request POST \
--url "${BASE_URL}/__runtime/user/rma/example_rma_number/messages?project_id=VALUE&page=VALUE&per_page=VALUE&q=VALUE" \
--header "Content-Type: application/json" \
--data @request.jsonResponse
Response examples are not available in the current release metadata.
Authentication
Authentication requirements are not specified for this operation.
Authentication
- Requirement
- Not specified
- Credential type
- Not specified
- Scopes
- Not specified
Headers
Path Parameters
| Name | Required | Type |
|---|---|---|
rma_number | Yes | Not specified |
Query Parameters
| Name | Required | Type |
|---|---|---|
project_id | Yes | RuntimeRmaListQuery |
page | No | RuntimeRmaListQuery |
per_page | No | RuntimeRmaListQuery |
q | No | RuntimeRmaListQuery |
Request Body
Schema: RuntimeRmaMessagePayload
| Field | Required | Type |
|---|---|---|
body | Yes | Not specified |
attachments | Yes | Not specified |
Response Body
Errors
Availability
- Available in
- v0.1.0
- Available since
- v0.1.0
- Implementation
- Available
- Deprecation
- Not specified
- Rate limits
- Not specified