PUT api/YksIthalModel/Save
Request Information
URI Parameters
None.
Body Parameters
YksIthalModelBM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | decimal number |
None. |
|
| modelCode | string |
None. |
|
| error | boolean |
None. |
|
| info | string |
None. |
|
| customDelete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1.0,
"modelCode": "sample string 2",
"error": true,
"info": "sample string 4",
"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
}