responsibilityCenter resource type
Represents a responsibilityCenter 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 responsibilityCenter | responsibilityCenter | Gets a responsibilityCenter object. |
| DELETE responsibilityCenter | none | Deletes a responsibilityCenter object. |
| POST responsibilityCenter | responsibilityCenter | Creates a responsibilityCenter object. |
| PATCH responsibilityCenter | responsibilityCenter | Updates a responsibilityCenter object. |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the responsibilityCenter. Non-editable. | |
| code | String | Specifies the code of the responsibility center | 10 |
| name | String | Specifies the name of the responsibility center | 100 |
| name2 | String | Specifies the 2nd name of the responsibility center | 50 |
| address | String | Specifies the adress of the responsibility center | 100 |
| address2 | String | Specifies the add. address of the responsibility center | 50 |
| city | String | Specifies the city of the responsibility center | 30 |
| countryRegionCode | String | Specifies the countr/region code of the responsibility center | 10 |
| postCode | String | Specifies the post code of the responsibility center | 20 |
| String | Specifies the e-mail of the responsibility center | 80 | |
| contact | String | Specifies the contact of the responsibility center | 100 |
See Also
GET responsibilityCenter
DELETE responsibilityCenter
POST responsibilityCenter
PATCH responsibilityCenter