POST api/entities/property/values
POST method that returnes JSON values for given EDIT entity ID and property names
Request Information
URI Parameters
None.
Body Parameters
BoApiRequestEntityPropertyValuesName | Description | Type | Additional information |
---|---|---|---|
Settings | string |
None. |
|
LanguageID | string |
None. |
|
EntityID | integer |
None. |
|
PropertyNames | string |
None. |
|
PropertyNamesDelimiter | string |
None. |
|
RequestUUID | string |
None. |
|
PageUUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Settings": "sample string 1", "LanguageID": "sample string 2", "EntityID": 1, "PropertyNames": "sample string 3", "PropertyNamesDelimiter": "sample string 4", "RequestUUID": "sample string 5", "PageUUID": "sample string 6" }
application/xml, text/xml
Sample:
<BoApiRequestEntityPropertyValues 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 6</PageUUID> <RequestUUID xmlns="http://schemas.datacontract.org/2004/07/Infosit.API.Common.Bo">sample string 5</RequestUUID> <EntityID>1</EntityID> <LanguageID>sample string 2</LanguageID> <PropertyNames>sample string 3</PropertyNames> <PropertyNamesDelimiter>sample string 4</PropertyNamesDelimiter> <Settings>sample string 1</Settings> </BoApiRequestEntityPropertyValues>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |