Bulwark Web API Service Host

<back to all web services

ControlCenter_TechMonthlyPayRatioRequest

Get ControlCenter TechMonthlyPayRatio

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

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

{
	Id: 0,
	Hr_emp_Id: 0,
	Name: String,
	PayPeriodId: 0,
	DataObj: 
	[
		{
			Name: String,
			Hr_emp_id: 0,
			Id: 0,
			DongleId: 0,
			TotalHours: 0,
			TotalWageSupp: 0,
			OfficeName: String,
			AvgStart: String,
			AvgEnd: String,
			AvgStart_F: String,
			AvgEnd_F: String,
			UnitsPerHour: 0,
			TotalServiceUnits: 0,
			Totalpay: 0,
			Payperiod2_id: 0,
			Payperiod1_id: 0,
			PayPerHour: 0,
			OrderBy: 0,
			MonthStart: "0001-01-01T00:00:00.0000000Z",
			MonthEnd: "0001-01-01T00:00:00.0000000Z",
			HoursPerWeek: 0,
			Emp_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

{
	Id: 0,
	Hr_emp_Id: 0,
	Name: String,
	PayPeriodId: 0,
	DataObj: 
	[
		{
			Name: String,
			Hr_emp_id: 0,
			Id: 0,
			DongleId: 0,
			TotalHours: 0,
			TotalWageSupp: 0,
			OfficeName: String,
			AvgStart: String,
			AvgEnd: String,
			AvgStart_F: String,
			AvgEnd_F: String,
			UnitsPerHour: 0,
			TotalServiceUnits: 0,
			Totalpay: 0,
			Payperiod2_id: 0,
			Payperiod1_id: 0,
			PayPerHour: 0,
			OrderBy: 0,
			MonthStart: "0001-01-01T00:00:00.0000000Z",
			MonthEnd: "0001-01-01T00:00:00.0000000Z",
			HoursPerWeek: 0,
			Emp_id: 0
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}