POST api/Discovery/SaveCustomerDetailsDiscoverySurvey

Request Information

URI Parameters

None.

Body Parameters

DiscoverySurveyDTO
NameDescriptionTypeAdditional information
ID

integer

None.

ConversationID

string

None.

CustomerMobileNumber

string

None.

Source

string

None.

Reason

string

None.

ProductInterest

string

None.

NeedsNotMet

string

None.

OtherCreditProductInterest

string

None.

Reconsideration

string

None.

Whytheotheroffer

string

None.

SlowDifficultPartofProcess

string

None.

DecisionInfluence

string

None.

DateLogged

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ConversationID": "sample string 2",
  "CustomerMobileNumber": "sample string 3",
  "Source": "sample string 4",
  "Reason": "sample string 5",
  "ProductInterest": "sample string 6",
  "NeedsNotMet": "sample string 7",
  "OtherCreditProductInterest": "sample string 8",
  "Reconsideration": "sample string 9",
  "Whytheotheroffer": "sample string 10",
  "SlowDifficultPartofProcess": "sample string 11",
  "DecisionInfluence": "sample string 12",
  "DateLogged": "2026-01-13T01:08:58.4164307+02:00"
}

application/xml, text/xml

Sample:
<DiscoverySurveyDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NetFlorist.DTO">
  <ConversationID>sample string 2</ConversationID>
  <CustomerMobileNumber>sample string 3</CustomerMobileNumber>
  <DateLogged>2026-01-13T01:08:58.4164307+02:00</DateLogged>
  <DecisionInfluence>sample string 12</DecisionInfluence>
  <ID>1</ID>
  <NeedsNotMet>sample string 7</NeedsNotMet>
  <OtherCreditProductInterest>sample string 8</OtherCreditProductInterest>
  <ProductInterest>sample string 6</ProductInterest>
  <Reason>sample string 5</Reason>
  <Reconsideration>sample string 9</Reconsideration>
  <SlowDifficultPartofProcess>sample string 11</SlowDifficultPartofProcess>
  <Source>sample string 4</Source>
  <Whytheotheroffer>sample string 10</Whytheotheroffer>
</DiscoverySurveyDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.