Bulwark Web API Service Host

<back to all web services

BucketsTextsAndEmailsRequest

Get BucketsTextsAndEmails

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

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

{
	BucketTextsAndEmailsContract: 
	{
		Id: 0,
		Customer_Id: 0,
		BucketEntry_Id: 0,
		BucketName: String,
		Handled: False,
		CreatedBy_Id: 0,
		ModifiedBy_Id: 0,
		Deleted: False,
		TextStatus: String,
		EmailStatus: String
	},
	BucketEmailsAndTextResultContract: 
	{
		Id: 0,
		Customer_Id: 0,
		BucketEntry_Id: 0,
		HasEmail: False,
		HasText: False
	},
	TextTemplateEnabled: False,
	TextSent: False,
	Bucket_Id: 0,
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Result: False,
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}