BootView WebApi

<back to all web services

CreateMergeHistory

The following routes are available for this service:
POST/collectionattemptmergeCreates items in a collection attempt with items merged from another collection attempt
CreateMergeHistory Parameters:
NameParameterData TypeRequiredDescription
MergeItemTypebodyMergeTypeYesType of item being merged
MergeTargetTypebodyMergeTypeYesType of item being merged to
MergeTargetFromIdbodyGuidYesThe id of the target to which the item is being merged.
MergeTargetToIdbodyGuidYesThe id of the target to which the item is being merged.
MergeItemIdsbodyList<Guid>YesA list of bill ids that are being merged
MergeType Enum:
Unknown
Bill
Payment
Note
Collection

To override the Content-type in your clients, use the 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 /collectionattemptmerge HTTP/1.1 
Host: api.paylock.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	mergeItemType: Unknown,
	mergeTargetType: Unknown,
	mergeTargetFromId: 00000000000000000000000000000000,
	mergeTargetToId: 00000000000000000000000000000000,
	mergeItemIds: 
	[
		00000000000000000000000000000000
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

False