KidKare Api Service Host

<back to all web services

ProviderMergeRequest

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

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

{
	donorSponsor: 0,
	donorScanCode: String,
	recipientSponsor: 0,
	recipientScanCode: 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
			}
		]
	],
	isTransferAccounting: False,
	isForceProvider: False,
	needToCancelSubscription: False
}