disputeStatus resource type
Represents a dispute status in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET disputeStatus | disputeStatus | Gets a dispute status object. |
DELETE disputeStatus | none | Deletes a dispute status object. |
POST disputeStatus | disputeStatus | Creates a dispute status object. |
PATCH disputeStatus | disputeStatus | Updates a dispute status object. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the dispute status. Non-editable. |
code | string | The code of the dispute status. |
displayName | string | Specifies the dispute status's name. This name will appear on all sales documents for the dispute status. |
JSON representation
Here is a JSON representation of the disputeStatus resource.
{
"id": "GUID",
"code": "string",
"displayName": "string"
}
Related information
GET disputeStatus DELETE disputeStatus POST disputeStatus PATCH disputeStatus