GET | /HR/DtAccBank |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Unid | query | Guid | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ResponseStatus | form | ResponseStatus | No | |
Result | form | List<DtAccBank_DTO> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AccBankId | form | int | No | |
Unid | form | Guid | No | |
BankId | form | int | No | |
Acc | form | string | No | |
Date1 | form | DateTime? | No | |
Date2 | form | DateTime? | No | |
Canceled | form | bool | No | |
Defval | form | bool | No | |
Note | 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/DtAccBank 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":[{"AccBankId":0,"Unid":"00000000000000000000000000000000","BankId":0,"Acc":"String","Date1":"\/Date(-62135596800000-0000)\/","Date2":"\/Date(-62135596800000-0000)\/","Canceled":false,"Defval":false,"Note":"String"}]}