PUT api/ListItems/Update/{idCenter}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCenter | integer |
Required |
Body Parameters
SharedListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| IdParent | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4c18d825-8aad-4123-acea-dd3117cf8d67",
"Code": "sample string 2",
"Description": "sample string 3",
"IdParent": "5d35c0b3-de0d-4ed2-96d2-71d79d67b971"
}
application/xml, text/xml
Sample:
<SharedListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TDox.Enums.CommonTypes"> <Code>sample string 2</Code> <Description>sample string 3</Description> <Id>4c18d825-8aad-4123-acea-dd3117cf8d67</Id> <IdParent>5d35c0b3-de0d-4ed2-96d2-71d79d67b971</IdParent> </SharedListItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SharedResponseOfSharedListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseEnum | SharedResponseEnum |
None. |
|
| ResponseObject | SharedListItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.