711proxy EAPI
  1. EAPI
711proxy EAPI
  • EAPI
    • GET TOKEN
      POST
    • GET Enterprise Balance
      GET
    • Create Order
      POST
    • GET ORDER STATUS
      GET
    • Apply Restitution Order
      POST
    • Change UserPass Status
      POST
    • Create Allocation Order
      POST
    • Whitelist
      POST
    • WhitelistInfo
      POST
    • Statement
      POST
  1. EAPI

Apply Restitution Order

POST
/eapi/restitution/
EAPI
Apply Restitution Order

Request

Header Params
Authorization
string 
required
Authorization
Example:
Bearer
Body Params application/json
order_no
string 
required
Order number
Example
{
    "order_no": ""
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://server.711proxy.com/eapi/restitution/' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json' \
--data-raw '{
    "order_no": ""
}'

Responses

🟢200
*/*
OK
Body
code
integer 
optional
msg
string 
optional
order_no
string 
optional
Example
{
    "code": 0,
    "msg": "string",
    "order_no": "string"
}
Previous
GET ORDER STATUS
Next
Change UserPass Status
Built with