POST api/CRUD/TWDSetUpdate
Request Information
URI Parameters
None.
Body Parameters
TWDSetDto| Name | Description | Type | Additional 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": "9fa8a0a2-2c95-44b6-accc-3c3a0958f6aa",
"IDCust": 1,
"GID": "9940c047-5a6a-4d1a-8c1a-2750a479ec35",
"GIDCat": "8788e4a4-1866-4a41-921f-49747227c603"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.