KidKare Api Service Host

<back to all web services

ProviderTransferRequest

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

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

{
	userAuthId: 0,
	username: String,
	password: String,
	firstName: String,
	lastName: String,
	email: String,
	sponsorId: 0,
	siteId: 00000000000000000000000000000000,
	isAccounting: False,
	isForceProvider: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	success: False,
	log: String,
	groups: 
	[
		[
			{
				donorChildId: 00000000000000000000000000000000,
				donorFirstName: String,
				donorLastName: String,
				donorDob: 0001-01-01,
				recipientChildId: 00000000000000000000000000000000,
				recipientFirstName: String,
				recipientLastName: String,
				recipientDob: 0001-01-01,
				recipientHasInvoices: False,
				transferInvoices: False,
				donorIsNewer: False,
				resolve: None,
				fullMatch: True,
				partialMatch: False
			}
		]
	]
}