Bulwark Web API Service Host

<back to all web services

ControlCenter_TechnicianSalesReportRequest

Get ControlCenter TechnicianSalesReport

The following routes are available for this service:
GET/api/Marketing/ControlCenter/TechnicianSalesReport

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

{
	Id: 0,
	HrEmpId: 0,
	DataObj: 
	[
		{
			Id: 0,
			Employee_id: 0,
			FirstName: String,
			LastName: String,
			OfficeName: String,
			Office: String,
			YTDServices: 0,
			YTDRank: 0,
			DateFor: "0001-01-01T00:00:00.0000000Z",
			ServiceCount: 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

{
	Id: 0,
	HrEmpId: 0,
	DataObj: 
	[
		{
			Id: 0,
			Employee_id: 0,
			FirstName: String,
			LastName: String,
			OfficeName: String,
			Office: String,
			YTDServices: 0,
			YTDRank: 0,
			DateFor: "0001-01-01T00:00:00.0000000Z",
			ServiceCount: 0
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}