PUT api/Values/Put/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Yaka| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| SortOrder | integer |
None. |
|
| IsGroup | boolean |
None. |
|
| NameCode | string |
None. |
|
| FullName | string |
None. |
|
| ShortName | string |
None. |
|
| GroupName | string |
None. |
|
| AyaPishayiHaya | boolean |
None. |
|
| ParentId | integer |
None. |
|
| Children | Collection of Yaka |
None. |
|
| TotalChildren | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"SortOrder": 4,
"IsGroup": true,
"NameCode": "sample string 3 - sample string 2",
"FullName": "sample string 6",
"ShortName": "sample string 7",
"GroupName": "sample string 8",
"AyaPishayiHaya": true,
"ParentId": 1,
"Children": [],
"TotalChildren": 2
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.