Bulwark Web API Service Host

<back to all web services

TimeZoneInformationRequest

Get TimeZoneInformation

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

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

{
	Id: 0,
	ActiveOnly: False,
	DataObj: 
	[
		{
			Id: 0,
			TimeZoneInfo_Id: String,
			BaseUtcOffsetHour: 0,
			BaseUtcOffsetMins: 0,
			DisplayName: String,
			StandardName: String,
			DayLightName: String,
			SupportDlst: False
		}
	],
	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,
	ActiveOnly: False,
	DataObj: 
	[
		{
			Id: 0,
			TimeZoneInfo_Id: String,
			BaseUtcOffsetHour: 0,
			BaseUtcOffsetMins: 0,
			DisplayName: String,
			StandardName: String,
			DayLightName: String,
			SupportDlst: False
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}