POST api/StaticContent/GetStaticContent
Request Information
URI Parameters
None.
Body Parameters
ContentFilterInfoName | Description | Type | Additional information |
---|---|---|---|
AccountId | globally unique identifier |
None. |
|
ContentType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountId": "c141ba13-8e7f-4c50-b5f0-2cc80105ece4", "ContentType": "sample string 2" }
application/xml, text/xml
Sample:
<ContentFilterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.StaticContentModule.Model"> <AccountId>c141ba13-8e7f-4c50-b5f0-2cc80105ece4</AccountId> <ContentType>sample string 2</ContentType> </ContentFilterInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
StaticContentDtoName | Description | Type | Additional information |
---|---|---|---|
AccountId | globally unique identifier |
None. |
|
DataType | string |
None. |
|
DataText | string |
None. |
|
DataTextFr | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AccountId": "c47c4cfb-3bbc-4e3b-8923-3dbccf2e05f7", "DataType": "sample string 2", "DataText": "sample string 3", "DataTextFr": "sample string 4" }
application/xml, text/xml
Sample:
<StaticContentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.StaticContentModule.Model"> <AccountId>c47c4cfb-3bbc-4e3b-8923-3dbccf2e05f7</AccountId> <DataText>sample string 3</DataText> <DataTextFr>sample string 4</DataTextFr> <DataType>sample string 2</DataType> </StaticContentDto>