POST api/entities/parentid
POST method that returnes EDIT parent ID for given entity ID
Request Information
URI Parameters
None.
Body Parameters
BoApiRequestParentId| Name | Description | Type | Additional information |
|---|---|---|---|
| Settings | string |
None. |
|
| EntityID | integer |
None. |
|
| RequestUUID | string |
None. |
|
| PageUUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Settings": "sample string 1",
"EntityID": 1,
"RequestUUID": "sample string 2",
"PageUUID": "sample string 3"
}
application/xml, text/xml
Sample:
<BoApiRequestParentId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infosit.ContentDelivery.Service.Bo"> <PageUUID xmlns="http://schemas.datacontract.org/2004/07/Infosit.API.Common.Bo">sample string 3</PageUUID> <RequestUUID xmlns="http://schemas.datacontract.org/2004/07/Infosit.API.Common.Bo">sample string 2</RequestUUID> <EntityID>1</EntityID> <Settings>sample string 1</Settings> </BoApiRequestParentId>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |