KidKare Api Service Host

<back to all web services

GridModel

The following routes are available for this service:
GET,OPTIONS/grid

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/oneway/GridModel HTTP/1.1 
Host: api.kidkare.com 
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	guid: 00000000000000000000000000000000,
	isActive: False,
	balance: 0,
	age: 0,
	name: String,
	gender: String,
	company: String,
	email: String,
	phone: String,
	address: 
	{
		street: String,
		city: String,
		state: String,
		zip: 0
	},
	about: String,
	registered: 0001-01-01,
	friends: 
	[
		{
			id: 0,
			name: String
		}
	]
}