ApexERPHost

<back to all web services

GetDtPrWorking

Requires Authentication
The following routes are available for this service:
GET/HR/DtPrWorking
GetDtPrWorking Parameters:
NameParameterData TypeRequiredDescription
UnidqueryGuidNo
GetDtPrWorkingResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<DtPrWorking_DTO>No
DtPrWorking_DTO Parameters:
NameParameterData TypeRequiredDescription
WorkingIdformintNo
UnidformGuid?No
Year1formint?No
Year2formint?No
PostformstringNo
CompanyformstringNo
NoteformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /HR/DtPrWorking HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"WorkingId":0,"Unid":"00000000000000000000000000000000","Year1":0,"Year2":0,"Post":"String","Company":"String","Note":"String"}]}