POST api/ListItems/Create/{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": "a2bcf354-b7bf-46af-b7bf-166ee9c73582",
"Code": "sample string 2",
"Description": "sample string 3",
"IdParent": "621dffd1-611e-4bf6-b9b7-9cb23457ae34"
}
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>a2bcf354-b7bf-46af-b7bf-166ee9c73582</Id> <IdParent>621dffd1-611e-4bf6-b9b7-9cb23457ae34</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.