| GET | /Core/FixVal |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Mgrid | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<FixVal> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CodeId | form | Guid | No | |
| MgrId | form | Guid? | No | |
| Name | form | string | No | |
| NameEn | form | string | No | |
| HCode | form | int? | No | |
| DCode | form | int? | No | |
| DefVal | form | bool | No | |
| Vm | form | decimal? | No | |
| Vp | form | decimal? | No | |
| Vi | form | int? | No | |
| Vd | form | DateTime? | No | |
| Vx | form | string | No | |
| VType | form | string | No | |
| VCaption | form | string | No | |
| CrTime | form | DateTime? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .wire suffix or ?format=wire
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Core/FixVal HTTP/1.1 Host: 10.10.0.107 Accept: application/x-wire
HTTP/1.1 200 OK
Content-Type: application/x-wire
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":"00000000000000000000000000000000","MgrId":"00000000000000000000000000000000","Name":"String","NameEn":"String","HCode":0,"DCode":0,"DefVal":false,"Vm":0,"Vp":0,"Vi":0,"Vd":"\/Date(-62135596800000-0000)\/","Vx":"String","VType":"String","VCaption":"String","CrTime":"\/Date(-62135596800000-0000)\/"}]}