GET | /HR/Position |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Codeid | query | int? | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ResponseStatus | form | ResponseStatus | No | |
Result | form | List<tfPosition> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Codeid | form | int | No | |
Hname | form | string | No | |
Hnamee | form | string | No | |
Mgrid | form | int? | No | |
Hrclvl | form | int | No | |
Hrccrt | form | string | No | |
Hcode | form | string | No | |
Hccrt | form | string | No | |
Unid | form | Guid | No | |
Crtime | form | DateTime | No | |
Wvg | form | decimal | No | |
Wvu | form | decimal | No | |
Whour | form | decimal | No | |
Defval | form | bool | No | |
Posttype | form | int | No | |
Maxworkday | form | int | No | |
Refid | form | int | No | |
Attached | form | string | No |
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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /HR/Position 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":[{"Codeid":0,"Hname":"String","Hnamee":"String","Mgrid":0,"Hrclvl":0,"Hrccrt":"String","Hcode":"String","Hccrt":"String","Unid":"00000000000000000000000000000000","Crtime":"\/Date(-62135596800000-0000)\/","Wvg":0,"Wvu":0,"Whour":0,"Defval":false,"Posttype":0,"Maxworkday":0,"Refid":0,"Attached":"String"}]}