Skip to content

Instantly share code, notes, and snippets.

@jeremangnr
Created August 14, 2012 16:08
Show Gist options
  • Save jeremangnr/3350537 to your computer and use it in GitHub Desktop.
Save jeremangnr/3350537 to your computer and use it in GitHub Desktop.
Client Entity JSON - From the server
{
"__metadata": {
"id": "http://192.168.10.179/iPadForms/ClientService.svc/Clients(1L)",
"uri": "http://192.168.10.179/iPadForms/ClientService.svc/Clients(1L)",
"type": "TestFormModel.Client"
},
"Manager": {
"__deferred": {
"uri": "http://192.168.10.179/iPadForms/ClientService.svc/Clients(1L)/Manager"
}
},
"id": "1",
"ClientCodeNum": "544545789",
"ClientID": "AAA7SUUD98E89U7F",
"DoB": "/Date(618105600000)/",
"FirstName": "Elba",
"LastName": "Nanero",
"ManagerID": "1G324H3YT",
"Venue": "Gymnasium",
"Gender": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment