POST api/CRUD/TWDashUpdate

Request Information

URI Parameters

None.

Body Parameters

TWDashDto
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 128

GIDCat

globally unique identifier

None.

NavLevel

integer

Required

NavOrder

integer

Required

IDCust

integer

None.

GID

globally unique identifier

None.

ExtConfig

Collection of DField

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "GIDCat": "121a19d2-39b1-4100-90a3-42991d6ced66",
  "NavLevel": 3,
  "NavOrder": 4,
  "IDCust": 5,
  "GID": "3265607e-f9d2-4f9c-a904-15327431876f",
  "ExtConfig": [
    {
      "SysName": "sample string 1",
      "Val": {}
    },
    {
      "SysName": "sample string 1",
      "Val": {}
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.