Status Platform GET
GET /api/platform/accounting/status/{platform}
Gets the service status of an accounting platform.
URL Parameters
platform* | string |
---|
Responses
200 OK
code | string | |
---|---|---|
description | string | |
responseTime | integer | |
detailUrl | string |
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
Example Success Response
{
"code": "string",
"description": "string",
"responseTime": 0,
"detailUrl": "string"
}