POST api/company/data
POST method that returns JSON arrray with all EDIT company information for given environment like domain, media-gallery,....
Request Information
URI Parameters
None.
Body Parameters
BoApiRequestCompanyData| Name | Description | Type | Additional information |
|---|---|---|---|
| Settings | string |
None. |
|
| Environment | string |
None. |
|
| RequestUUID | string |
None. |
|
| PageUUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Settings": "sample string 1",
"Environment": "sample string 2",
"RequestUUID": "sample string 3",
"PageUUID": "sample string 4"
}
application/xml, text/xml
Sample:
<BoApiRequestCompanyData 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 4</PageUUID> <RequestUUID xmlns="http://schemas.datacontract.org/2004/07/Infosit.API.Common.Bo">sample string 3</RequestUUID> <Environment>sample string 2</Environment> <Settings>sample string 1</Settings> </BoApiRequestCompanyData>
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. |