Retrieves the properties and relationships of a dispute status object for Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/disputeStatus({id})
Request headers
| Header | Value |
|---|---|
| Authorization | Bearer {token}. Required. |
Request body
Don't supply a request body for this method.
Response
If successful, this method returns a 200 OK response code and a disputeStatus object in the response body.
Example
Request
Here's an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/disputeStatus({id})
Response
Here's an example of the response.
{
"id": "REVIEW",
"code": "REVIEW",
"displayName": "Under Review",
"lastModifiedDateTime": "2025-04-12T09:45:23Z"
}
Related information
Tips for working with the APIs
disputeStatus
DELETE disputeStatus
POST disputeStatus
PATCH disputeStatus