| GET | /Common/Dictionary/DTAny/{MgrID}/ | ||
|---|---|---|---|
| GET | /Common/Dictionary/DTAny/{MgrID}/{CodeId} | ||
| GET | /Common/Dictionary/DTAny/ById/{CodeId} |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| MgrID | path | Guid | No | |
| CodeId | path | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<DTAnyData> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| codeid | form | int | No | |
| mgrid | form | Guid? | No | |
| hname | form | string | No | |
| hnamee | form | string | No | |
| hcode | form | string | No | |
| defval | form | bool | No | |
| vm | form | decimal? | No | |
| vp | form | decimal? | No | |
| vi | form | int? | No | |
| vd | form | DateTime? | No | |
| canceled | form | bool | No | |
| crtime | form | DateTime? | No | |
| unid | form | Guid | No | |
| IUD | form | int | 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 /Common/Dictionary/DTAny/{MgrID}/ HTTP/1.1
Host: 10.10.0.107
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,"mgrid":"00000000000000000000000000000000","hname":"String","hnamee":"String","hcode":"String","defval":false,"vm":0,"vp":0,"vi":0,"vd":"\/Date(-62135596800000-0000)\/","canceled":false,"crtime":"\/Date(-62135596800000-0000)\/","unid":"00000000000000000000000000000000","IUD":0}]}