{
"data": {
"type":
"IndividualClient",
"tid":
"-1",
"attributes":
{
"ProfilePicture":
"",
"Active":
true,
"FirstName":
"John",
"LastName":
"Doe",
"ClientCategoryId":
"3",
"ClientTypeId":
"1",
"titleId":
"1",
"title":
"Mr",
"clientName":
"Mr John Doe"
},
"relationships":
{
"accountmanager":
{
"data":
{
"id":
"2",
"type":
"user"
}
},
"Address":
{
"data":
{
"id":
"-7",
"type":
"Address"
}
},
"communicationMethods":
{
"data":
[
{
"id":
"-1",
"type":
"CommunicationMethod"
},
{
"id":
"-2",
"type":
"CommunicationMethod"
}
]
},
"clientVenues":
{
"data":
[
{
"id":
"250",
"type":
"venue"
}
]
},
"bookingTypes":
{
"data":
[]
}
}
},
"included":
[
{
"type":
"CommunicationMethod",
"id":
"-2",
"attributes":
{
"communicationTypeID":
"6",
"value":
"johndoe@doe.com"
}
},
{
"type":
"CommunicationMethod",
"id":
"-1",
"attributes":
{
"communicationTypeID":
"3",
"value":
"+61777777777"
}
},
{
"type":
"Address",
"id":
"-7",
"attributes":
{
"countryId":
"14",
"Address1":
"1",
"Address2":
"Mel Road",
"Address3":
"Sydney",
"PostCode":
"2112",
"city":
"Melbourne"
}
}
]
}