CommunicationLocationType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CommunicationLocationType. |
code | String | true | Code of the CommunicationLocationType. |
name | String | true | Name of the CommunicationLocationType. |
JSON representation
{ "id": 1, "code": "1", "name": "Home" }