ApexERPHost

<back to all web services

GetStOrderByStptabid

Requires Authentication
The following routes are available for this service:
GET/HR/StOrder
GetStOrderByStptabid Parameters:
NameParameterData TypeRequiredDescription
StpTabIdqueryint?No
GetStOrderByStptabidResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<StPTabByMonthORByStptabid>No
StPTabByMonthORByStptabid Parameters:
NameParameterData TypeRequiredDescription
StOrderIdformintNo
MgrIdHformint?No
StpTabIdformintNo
CDepIdformint?No
CPostIdformint?No
CPlaceIdformint?No
CV1formdecimal?No
CV2formdecimal?No
V3formdecimalNo
V4formdecimalNo
Date3formDateTime?No
Flagformbyte?No
SFlag1formint?No
PersonIdformintNo
WritNformstringNo
WritDformDateTime?No
Date1formDateTime?No
Date2formDateTime?No
CrTimeformint?No
UnIdformGuid?No
Sexformbool?No
Residentformbool?No
MgrIdformint?No
TabIdformint?No
LockedformintNo
ReffileformGuid?No
NoteformstringNo
PerNumformstringNo

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/StOrder 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: 
	[
		{
			StOrderId: 0,
			MgrIdH: 0,
			StpTabId: 0,
			CDepId: 0,
			CPostId: 0,
			CPlaceId: 0,
			CV1: 0,
			CV2: 0,
			V3: 0,
			V4: 0,
			Date3: 0001-01-01,
			Flag: 0,
			SFlag1: 0,
			PersonId: 0,
			WritN: String,
			WritD: 0001-01-01,
			Date1: 0001-01-01,
			Date2: 0001-01-01,
			CrTime: 0,
			UnId: 00000000000000000000000000000000,
			Sex: False,
			Resident: False,
			MgrId: 0,
			TabId: 0,
			Locked: 0,
			Reffile: 00000000000000000000000000000000,
			Note: String,
			PerNum: String
		}
	]
}