GET | /HR/DtPattern |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ResponseStatus | form | ResponseStatus | No | |
Result | form | List<DtPattern_DTO> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
PatternId | form | int | No | |
Ftype | form | string | No | |
Doctype | form | int | No | |
Flag | form | int | No | |
Fname | form | string | No | |
Fblob | form | byte[] | No | |
Note | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .x-protobuf suffix or ?format=x-protobuf
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /HR/DtPattern HTTP/1.1 Host: apex.nikoratrade.ge Accept: application/x-protobuf
HTTP/1.1 200 OK Content-Type: application/x-protobuf Content-Length: length {"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"PatternId":0,"Ftype":"String","Doctype":0,"Flag":0,"Fname":"String","Fblob":"AA==","Note":"String"}]}