POST api/GlobalRegistry/UpsertGraphConfig
Request Information
URI Parameters
None.
Body Parameters
GraphConfigListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Graph1 | GraphConfigEditDto |
None. |
|
| Graph2 | GraphConfigEditDto |
None. |
|
| Graph3 | GraphConfigEditDto |
None. |
|
| Graph4 | GraphConfigEditDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Graph1": {
"GraphConfigId": 1,
"GraphTemplateTypeId": 2,
"GraphDesc": "sample string 3",
"charIds": [
1,
2
],
"GraphOrderId": 4,
"GraphTypeId": 5
},
"Graph2": {
"GraphConfigId": 1,
"GraphTemplateTypeId": 2,
"GraphDesc": "sample string 3",
"charIds": [
1,
2
],
"GraphOrderId": 4,
"GraphTypeId": 5
},
"Graph3": {
"GraphConfigId": 1,
"GraphTemplateTypeId": 2,
"GraphDesc": "sample string 3",
"charIds": [
1,
2
],
"GraphOrderId": 4,
"GraphTypeId": 5
},
"Graph4": {
"GraphConfigId": 1,
"GraphTemplateTypeId": 2,
"GraphDesc": "sample string 3",
"charIds": [
1,
2
],
"GraphOrderId": 4,
"GraphTypeId": 5
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |