Confirm Request
Link API Postman
Confirm to end of the Energy rental.
Name
Type
Description
Name
Type
Description
{
"confirmation_results": [
{
"order_id": string, // id of order
"is_success": boolean, //he status of the cancel action
"fail_reason": string,// By default, a successful cancel returns null. If the cancel fails, it will return the reason for failure.
}
]
}Last updated