BAwarranty Server V1

<back to all web services

bacontract_GetContractFilePicturesFromWeb

The following routes are available for this service:
All Verbs/bacontract_GetContractFilePicturesFromWeb
bacontract_GetContractFilePicturesFromWeb Parameters:
NameParameterData TypeRequiredDescription
codequerystringYes

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 /jsv/reply/bacontract_GetContractFilePicturesFromWeb HTTP/1.1 
Host: contractssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

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

{
	result: String,
	message: String,
	contractStatus: String,
	buyer1FinishedSign: False,
	hasbuyer2: False,
	buyer2FinishedSign: False,
	salesFinishedSign: False,
	showOldContract: False,
	finalContractUrl: String,
	buyer1email: String,
	buyer2email: String,
	salesemail: String,
	hasCheckPhoto: False,
	buyer1CanSign: False,
	buyer2CanSign: False,
	salesCanSign: False,
	listingBrokerCanSign: False,
	cooperatingBrokerCanSign: False,
	totalPageCount: 0,
	picturesFinishyn: False,
	contractlist: 
	[
		{
			doc: String,
			pagecount: 0,
			contractPicturelist: 
			[
				{
					page: String,
					picture_url: String,
					picture_version: String,
					picture_width: String,
					picture_height: String,
					scale: String,
					signatures: 
					[
						{
							sign_type: String,
							left: String,
							top: String,
							right: String,
							bottom: String
						}
					]
				}
			]
		}
	]
}