customerTemplate resource type
Represents a customer template 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 customerTemplate | customerTemplate | Gets a customerTemplate object. |
| DELETE customerTemplate | none | Deletes a customerTemplate object. |
| POST customerTemplate | customerTemplate | Creates a customerTemplate object. |
| PATCH customerTemplate | customerTemplate | Updates a customerTemplate object. |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the customerTemplate. Non-editable. | |
| code | String | Specifies the code of the customer Template | 20 |
| description | String | Specifies the description of the customer Template | 100 |
See Also
GET customerTemplate
DELETE customerTemplate
POST customerTemplate
PATCH customerTemplate