KidKare Api Service Host

<back to all web services

GetZohoPlans

The following routes are available for this service:
GET, POST, OPTIONS/subscription/getZohoPlans

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/reply/GetZohoPlans HTTP/1.1 
Host: api.kidkare.com 
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	code: 0,
	message: String,
	plans: 
	[
		{
			plan_code: String,
			name: String,
			description: String,
			status: String,
			product_id: String,
			trial_period: 0,
			setup_fee: 0,
			recurring_price: 0,
			billing_cycles: 0,
			interval: 0,
			interval_unit: String,
			created_time: 0001-01-01,
			updated_time: 0001-01-01,
			planType: Unknown
		}
	]
}