POST api/Enroll/InsertEnrollmentAnswers

Request Information

URI Parameters

None.

Body Parameters

enrollmentAnswer
NameDescriptionTypeAdditional information
id

integer

None.

biller_id

integer

None.

mailing_different_vendor

string

None.

ebill_option

string

None.

epay_option

string

None.

comments

string

None.

leading_features

string

None.

billing_payment_services

string

None.

ease_use

string

None.

integration_billing_app

string

None.

price

string

None.

trusted_referal

string

None.

speed_enroll_getstarted

string

None.

find_us

string

None.

choose_to_become

string

None.

is_reseller

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "biller_id": 2,
  "mailing_different_vendor": "sample string 3",
  "ebill_option": "sample string 4",
  "epay_option": "sample string 5",
  "comments": "sample string 6",
  "leading_features": "sample string 7",
  "billing_payment_services": "sample string 8",
  "ease_use": "sample string 9",
  "integration_billing_app": "sample string 10",
  "price": "sample string 11",
  "trusted_referal": "sample string 12",
  "speed_enroll_getstarted": "sample string 13",
  "find_us": "sample string 14",
  "choose_to_become": "sample string 15",
  "is_reseller": true
}

application/xml, text/xml

Sample:
<enrollmentAnswer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nextrust.DbModel">
  <biller_id>2</biller_id>
  <billing_payment_services>sample string 8</billing_payment_services>
  <choose_to_become>sample string 15</choose_to_become>
  <comments>sample string 6</comments>
  <ease_use>sample string 9</ease_use>
  <ebill_option>sample string 4</ebill_option>
  <epay_option>sample string 5</epay_option>
  <find_us>sample string 14</find_us>
  <id>1</id>
  <integration_billing_app>sample string 10</integration_billing_app>
  <is_reseller>true</is_reseller>
  <leading_features>sample string 7</leading_features>
  <mailing_different_vendor>sample string 3</mailing_different_vendor>
  <price>sample string 11</price>
  <speed_enroll_getstarted>sample string 13</speed_enroll_getstarted>
  <trusted_referal>sample string 12</trusted_referal>
</enrollmentAnswer>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.