BAwarranty Server V1

<back to all web services

sch_pmproject1UploadIntroWalkPhoto

The following routes are available for this service:
All Verbs/sch_pmproject1UploadIntroWalkPhoto
sch_pmproject1UploadIntroWalkPhoto Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringNo
tokensecretquerystringNo
idciaquerystringNo
idprojectquerystringNo
xindexquerystringNo
idintrowalkListqueryList<string>No
descriptionListqueryList<string>No
photoquerystringNo

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

{
	token: String,
	tokensecret: String,
	idcia: String,
	idproject: String,
	xindex: String,
	idintrowalkList: 
	[
		String
	],
	descriptionList: 
	[
		String
	],
	photo: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	idIntrowalkSign: String,
	introwalkFinishYn: String,
	pdfInfo: 
	{
		idciaowner: String,
		ciaownername: String,
		ciaName: String,
		address: String,
		buyer1: String,
		buyer2: String,
		buyer1email: String,
		buyer2email: String,
		buyer1phone: String,
		buyer2phone: String,
		walk_date: String,
		rewalk_date: String,
		signfinish_date: String,
		hasbuyer1Sign: False,
		hasbuyer2Sign: False,
		haspmSign: False,
		finalsignfinish_date: String,
		hasbuyer1Sign_final: False,
		hasbuyer2Sign_final: False,
		haspmSign_final: False,
		hasbuyer1initialSign_final: False,
		punchlist: 
		[
			String
		],
		security: String,
		elevators: String,
		airConditioning: String,
		plumbing: String,
		electrician: String,
		appliances: String,
		page7_utilityCompany: String,
		page7_aircondition: String,
		page7_security: String,
		page7_electrician: String,
		page7_plumbing: String,
		page7_electrician2: String,
		page7_plumbing2: String,
		page7_plumbing3: String,
		page7_bosch: String,
		page7_bosch2: String,
		page7_security2: String,
		page7_aircondition2: String,
		page7_aircondition3: String,
		page7_plumbing4: String,
		page7_electrician3: String,
		page7_electrician4: String,
		validtoken: String,
		found: String,
		message: String
	},
	listIntroWalks: 
	[
		{
			idIntrowalk: String,
			xdescription: String,
			photoIdList: 
			[
				String
			]
		}
	],
	validtoken: String,
	found: String,
	message: String
}