| GET | /Core/FixVal/{CodeId} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CodeId | path | Guid | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | FixVal | No | |
| ResponseStatus | form | ResponseStatus | 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 .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 /Core/FixVal/{CodeId} HTTP/1.1
Host: 10.10.0.107
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"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)\/"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}