| GET | /Core/FixVal/ChildHierarchy |
|---|
| 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 .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Core/FixVal/ChildHierarchy HTTP/1.1 Host: 10.10.0.107 Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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: 0001-01-01,
Vx: String,
VType: String,
VCaption: String,
CrTime: 0001-01-01
}
]
}