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