PUT api/YksItemList/Save
Request Information
URI Parameters
None.
Body Parameters
YksItemListBM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | decimal number |
None. |
|
| navigateCode | string |
None. |
|
| tofasImageNo | string |
None. |
|
| tofasImageDefinition | string |
None. |
|
| error | boolean |
None. |
|
| info | string |
None. |
|
| customDelete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1.0,
"navigateCode": "sample string 2",
"tofasImageNo": "sample string 3",
"tofasImageDefinition": "sample string 4",
"error": true,
"info": "sample string 6",
"customDelete": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| error | boolean |
None. |
|
| info | string |
None. |
|
| customDelete | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": true,
"info": "sample string 2",
"customDelete": true
}