Request

{
	"bankInformation": {
		"accountName": "Account Name",
		"accountNumber": "123456789",
		"accountRoutingNumber": "324078909",
		"bankName": "Bank Name",
		"city": "West Valley City",
		"state": "UT"
	},
	"equipmentList": [
		{
			"condition": "New",
			"cost": 5000,
			"description": "",
			"make": "Lenovo",
			"model": "T480",
			"serialNumber": "",
			"supplier": "Supplier",
			"year": 2018,
			"streetAddress": "86th Main street",
			"unit": "",
			"state": "NY",
			"city": "Burlingham",
			"county": "Sullivan",
			"zipCode": "12722"
		}
	],
	"offerId": 29
}

📘

Note

This action will trigger the contract sign request. It will be requested through DocuSign using the email in the owner segment.

Response

{
	"code": "200",
	"msg": "Sign request sent",
	"object": null
}
Language
Click Try It! to start a request and see the response here!