Request
Body Params application/json
{
"expire": "timestamp",
"flow": "0",
"host": "host.com"
}
Request Code Samples
curl --location --request POST 'https://server.711proxy.com/eapi/order/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"expire": "timestamp",
"flow": "0",
"host": "host.com"
}'
Responses
{
"code": 0,
"msg": "string",
"error": null,
"username": "string",
"passwd": "string",
"host": "string",
"port": "string",
"proto": "string",
"expire": "string",
"un": "string",
"order_flow": "string",
"order_flow_after": "string",
"order_flow_befor": "string",
"order_no": "string",
"restitution_no": "string",
"un_flow": "string",
"un_flow_used": "string",
"un_status": true
}
Modified at 2024-11-27 05:48:18