GET api/ActionService/GetSiteConfiguration
Documentation for 'GetSiteConfiguration'.
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": [
{
"ConceptId": 1,
"StripeSecretKey": "sample string 2",
"StripePublishableKey": "sample string 3",
"GoogleRecaptchaSiteKey": "sample string 4",
"GoogleRecaptchaSecretKey": "sample string 5"
},
{
"ConceptId": 1,
"StripeSecretKey": "sample string 2",
"StripePublishableKey": "sample string 3",
"GoogleRecaptchaSiteKey": "sample string 4",
"GoogleRecaptchaSecretKey": "sample string 5"
},
{
"ConceptId": 1,
"StripeSecretKey": "sample string 2",
"StripePublishableKey": "sample string 3",
"GoogleRecaptchaSiteKey": "sample string 4",
"GoogleRecaptchaSecretKey": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<ResponseBaseOfArrayOfSiteConfigurationK8eNC3q0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
<Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
<d2p1:SiteConfiguration>
<d2p1:ConceptId>1</d2p1:ConceptId>
<d2p1:GoogleRecaptchaSecretKey>sample string 5</d2p1:GoogleRecaptchaSecretKey>
<d2p1:GoogleRecaptchaSiteKey>sample string 4</d2p1:GoogleRecaptchaSiteKey>
<d2p1:StripePublishableKey>sample string 3</d2p1:StripePublishableKey>
<d2p1:StripeSecretKey>sample string 2</d2p1:StripeSecretKey>
</d2p1:SiteConfiguration>
<d2p1:SiteConfiguration>
<d2p1:ConceptId>1</d2p1:ConceptId>
<d2p1:GoogleRecaptchaSecretKey>sample string 5</d2p1:GoogleRecaptchaSecretKey>
<d2p1:GoogleRecaptchaSiteKey>sample string 4</d2p1:GoogleRecaptchaSiteKey>
<d2p1:StripePublishableKey>sample string 3</d2p1:StripePublishableKey>
<d2p1:StripeSecretKey>sample string 2</d2p1:StripeSecretKey>
</d2p1:SiteConfiguration>
<d2p1:SiteConfiguration>
<d2p1:ConceptId>1</d2p1:ConceptId>
<d2p1:GoogleRecaptchaSecretKey>sample string 5</d2p1:GoogleRecaptchaSecretKey>
<d2p1:GoogleRecaptchaSiteKey>sample string 4</d2p1:GoogleRecaptchaSiteKey>
<d2p1:StripePublishableKey>sample string 3</d2p1:StripePublishableKey>
<d2p1:StripeSecretKey>sample string 2</d2p1:StripeSecretKey>
</d2p1:SiteConfiguration>
</Message>
<status>sample string 1</status>
</ResponseBaseOfArrayOfSiteConfigurationK8eNC3q0>