curl--location--request POST 'http://test-cn.your-api-server.com/appointment001/cancel/'
返回响应
🟢200成功
application/json
Body
code
integer|null
可选
contains the HTTP response status code as an integer.
status
string|null
可选
contains the text: “success”, “fail”, or “error”. Where “fail” is for HTTP status response values from 500-599, “error” is for statuses 400-499, and “success” is for everything else (e.g. 1XX, 2XX and 3XX responses).
message
string|null
可选
returned message.
data
object()
可选
that contains the response body. In the case of “error” or “fail” statuses, this contains the cause, or exception name.