POST api/CRUD/TWDSetInsert

Request Information

URI Parameters

None.

Body Parameters

TWDSetDto
NameDescriptionTypeAdditional information
ID

integer

None.

IDSrc

integer

Required

Name

string

Required

String length: inclusive between 0 and 50

SType

enSType

None.

xSelDef

string

None.

xSel

string

None.

xOrder

string

None.

APIKey

globally unique identifier

None.

IDCust

integer

Required

GID

globally unique identifier

None.

GIDCat

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "IDSrc": 2,
  "Name": "sample string 3",
  "SType": 1,
  "xSelDef": "sample string 4",
  "xSel": "sample string 5",
  "xOrder": "sample string 6",
  "APIKey": "384e0a50-eb81-443e-8fe5-f640923f1307",
  "IDCust": 1,
  "GID": "c652f267-e888-4af5-9ebd-04afd9c2900f",
  "GIDCat": "0cabc192-c5b6-4162-81d6-7695babe0164"
}

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.