Bombshell Agency Platform Service

<back to all web services

ProposalSignatureRequest

The following routes are available for this service:
GET/v1/Proposal/{ErcUid}/Signature

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

{
	ErcUid: 00000000000000000000000000000000
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	},
	Proposal: 
	{
		ProposalId: 0,
		SmartsheetsERCId: 0,
		UploadDocumentName: String,
		UploadFilePath: String,
		CreatedDate: 0001-01-01,
		OutputDocumentName: String,
		OutputFilePath: String,
		DeletedDate: 0001-01-01,
		FileId: 00000000000000000000000000000000
	},
	Employees: 
	[
		{
			IsOwner: False,
			Employee: String
		}
	],
	OwnerList: String
}