Bulwark Web API Service Host

<back to all web services

BucketEntryMessageRequest

Get Messages

The following routes are available for this service:
GET,POST/api/Vanguard/BucketEntryMessage

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/BucketEntryMessageRequest HTTP/1.1 
Host: vghost.bulwarkpestcontrol.com 
Content-Type: text/jsv
Content-Length: length

{
	GetNewTextMessages: False,
	Employee_Id: 0,
	DataObj: 
	[
		{
			AccountNumber: String,
			BucketTitle: String,
			FirstName: String,
			LastName: String,
			Office: String,
			OfficeCode: String,
			Office_Id: 0,
			RoleObject: String,
			Group: String-String,
			Priority: 0,
			Notes: String,
			NextCall: "0001-01-01T00:00:00.0000000Z",
			ModifiedBy_Id: 0,
			Id: 0,
			Customer_Id: 0,
			CreatedBy_Id: 0,
			CompletedBy_Id: 0,
			BucketEntryStatus_Id: 0,
			Bucket_Id: 0,
			Active: False,
			LastCalledOn: "0001-01-01T00:00:00.0000000Z",
			IsNC: False,
			IsHighestPriority: False
		}
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	GetNewTextMessages: False,
	Employee_Id: 0,
	DataObj: 
	[
		{
			AccountNumber: String,
			BucketTitle: String,
			FirstName: String,
			LastName: String,
			Office: String,
			OfficeCode: String,
			Office_Id: 0,
			RoleObject: String,
			Group: String-String,
			Priority: 0,
			Notes: String,
			NextCall: "0001-01-01T00:00:00.0000000Z",
			ModifiedBy_Id: 0,
			Id: 0,
			Customer_Id: 0,
			CreatedBy_Id: 0,
			CompletedBy_Id: 0,
			BucketEntryStatus_Id: 0,
			Bucket_Id: 0,
			Active: False,
			LastCalledOn: "0001-01-01T00:00:00.0000000Z",
			IsNC: False,
			IsHighestPriority: False
		}
	]
}