order_id: The ID of the order to be split. - You can take it from /orders response.data.order_id{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"message": {
"type": "string"
},
"status_emd": {
"type": "array"
}
}
}
curl --location -g --request GET 'https://stage-api.etm-system.ru/api/air/orders/{{order_id}}/refund' \
--header 'Accept: application/json' \
--header 'Etm-Auth-Key: ' \
--header 'Content-Type: application/json'{
"status": "ok",
"message": "",
"status_emd": []
}