ApexERPHost

<back to all web services

GetRpsTables

Requires Authentication
The following routes are available for this service:
GET/RPS/Tables
GetRpsTables Parameters:
NameParameterData TypeRequiredDescription
HallIdqueryint?No
GetRpsTablesResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<RpsTable>No
RpsTable Parameters:
NameParameterData TypeRequiredDescription
TableIdformintNo
TableNumformintNo
NameformstringNo
NameEnformstringNo
TypeformintNo
StatusformintNo
CapacityformintNo
LengthformdecimalNo
WidthformdecimalNo
TiltAngleformintNo
CordXformdecimalNo
CordYformdecimalNo
HallIdformintNo
SpendformboolNo

To override the Content-type in your clients, use the 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.

GET /RPS/Tables HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	Result: 
	[
		{
			TableId: 0,
			TableNum: 0,
			Name: String,
			NameEn: String,
			Type: 0,
			Status: 0,
			Capacity: 0,
			Length: 0,
			Width: 0,
			TiltAngle: 0,
			CordX: 0,
			CordY: 0,
			HallId: 0,
			Spend: False
		}
	]
}