POST api/GlobalRegistry/UpsertGraphTemplates

Request Information

URI Parameters

None.

Body Parameters

GraphTemplateTypeDto
NameDescriptionTypeAdditional information
GraphTemplateTypeId

integer

None.

Name

string

None.

LstGraphConfig

Collection of GraphConfigDto

None.

OrgId

integer

None.

StatusTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GraphTemplateTypeId": 1,
  "Name": "sample string 2",
  "LstGraphConfig": [
    {
      "GraphConfigId": 1,
      "GraphTemplateTypeId": 2,
      "GraphName": "sample string 3",
      "GraphDesc": "sample string 4",
      "Characteristics": "sample string 5",
      "charIds": [
        1,
        2
      ],
      "GraphTypeId": 6,
      "StatusTypeId": 64,
      "GraphOrderId": 8
    },
    {
      "GraphConfigId": 1,
      "GraphTemplateTypeId": 2,
      "GraphName": "sample string 3",
      "GraphDesc": "sample string 4",
      "Characteristics": "sample string 5",
      "charIds": [
        1,
        2
      ],
      "GraphTypeId": 6,
      "StatusTypeId": 64,
      "GraphOrderId": 8
    }
  ],
  "OrgId": 3,
  "StatusTypeId": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.