ApexERPHost

<back to all web services

GetTfdtInsurance

Requires Authentication
The following routes are available for this service:
GET/HR/TfdtInsurance
GetTfdtInsurance Parameters:
NameParameterData TypeRequiredDescription
Depidqueryint?No
Postidqueryint?No
Placeidqueryint?No
GetTfdtInsuranceResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<TfdtInsurance_DTO>No
TfdtInsurance_DTO Parameters:
NameParameterData TypeRequiredDescription
UnidformGuidNo
PersonIdformintNo
DepIdformintNo
PostIdformintNo
PlaceIdformintNo
Mgridformint?No
PernumformstringNo
PnameformstringNo
SexformboolNo
TabIdformint?No
InstypeIdformint?No
DocnformstringNo
Vgformdecimal?No
Docd1formDateTime?No
Docd2formDateTime?No
Canceledformbool?No
Hname42aformstringNo
Hname43aformstringNo
PayTypenformstringNo
DbornformDateTime?No
Flagformbyte?No

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 /HR/TfdtInsurance 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: 
	[
		{
			Unid: 00000000000000000000000000000000,
			PersonId: 0,
			DepId: 0,
			PostId: 0,
			PlaceId: 0,
			Mgrid: 0,
			Pernum: String,
			Pname: String,
			Sex: False,
			TabId: 0,
			InstypeId: 0,
			Docn: String,
			Vg: 0,
			Docd1: 0001-01-01,
			Docd2: 0001-01-01,
			Canceled: False,
			Hname42a: String,
			Hname43a: String,
			PayTypen: String,
			Dborn: 0001-01-01,
			Flag: 0
		}
	]
}