Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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's a JSON representation of the disputeStatus resource.
{
"id": "GUID",
"code": "string",
"displayName": "string"
}
Related information
GET disputeStatus
DELETE disputeStatus
POST disputeStatus
PATCH disputeStatus