POST api/ActionService/GetFreeEnquiry

Documentation for 'GetFreeEnquiry'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ConceptId": 2,
  "MAX_PURCHASES_FOR_FREE_ENQURIES": 3,
  "MIN_DAYS_GONE_FOR_FREE_ENQURIES": 4,
  "StartRow": 5,
  "EndRow": 6
}

application/xml, text/xml

Sample:
<FreeEnquiryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Musician.Enquiries">
  <ConceptId>2</ConceptId>
  <EndRow>6</EndRow>
  <MAX_PURCHASES_FOR_FREE_ENQURIES>3</MAX_PURCHASES_FOR_FREE_ENQURIES>
  <MIN_DAYS_GONE_FOR_FREE_ENQURIES>4</MIN_DAYS_GONE_FOR_FREE_ENQURIES>
  <StartRow>5</StartRow>
  <UserId>1</UserId>
</FreeEnquiryRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'FreeEnquiryRequest'.