Api.Gapi

<back to all web services

Throw500

The following routes are available for this service:
GET/throw500

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/Throw500 HTTP/1.1 
Host: gapi-api.hotelplan.co.uk 
Content-Type: text/jsv
Content-Length: length

{
	appNameString: String,
	version: String,
	requestUrl: String,
	ip: String,
	requestId: 00000000000000000000000000000000,
	page: 0,
	pageSize: 0,
	sortField: String,
	sortOrder: String,
	metaData: 
	{
		String: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	timestamp: String
}