GET api/Content/v3/GetAboutUs/{customerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

APIAboutUs
NameDescriptionTypeAdditional information
Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Description": "sample string 1"
}

application/xml, text/xml

Sample:
<APIAboutUs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <Description>sample string 1</Description>
</APIAboutUs>