CommunicationLocationType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

CommunicationLocationType.

codeStringtrueCode of the

CommunicationLocationType.

nameStringtrueName of the

CommunicationLocationType.

JSON representation

{
	"id": 1,
	"code": "1",
	"name": "Home"
}