POST api/PaymentMethod/TACreateReferences

Request Information

URI Parameters

None.

Body Parameters

TermAccountApp
NameDescriptionTypeAdditional information
bill_suite

string

None.

bill_street_address

string

None.

bill_city

string

None.

bill_state

string

None.

bill_zipcode

string

None.

bill_firstname

string

None.

bill_lastname

string

None.

bill_company

string

None.

bill_phone

string

None.

txtTitle

string

None.

business_nature

string

None.

business_startyear

integer

None.

desired_credit_limit

string

None.

desired_credit_limit_other

string

None.

ap_firstname

string

None.

ap_lastname

string

None.

ap_email

string

None.

ap_phone

string

None.

reference_name_1

string

None.

bank_branch

string

None.

account_number_1

string

None.

ref_phone1

string

None.

street_address_1

string

None.

city_1

string

None.

state_1

string

None.

zipcode_1

string

None.

reference_name_2

string

None.

account_number_2

string

None.

ref_phone2

string

None.

street_address_2

string

None.

city_2

string

None.

state_2

string

None.

zipcode_2

string

None.

reference_name_3

string

None.

account_number_3

string

None.

ref_phone3

string

None.

street_address_3

string

None.

city_3

string

None.

state_3

string

None.

zipcode_3

string

None.

Authorizations

Collection of TAAAuth

None.

comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bill_suite": "sample string 1",
  "bill_street_address": "sample string 2",
  "bill_city": "sample string 3",
  "bill_state": "sample string 4",
  "bill_zipcode": "sample string 5",
  "bill_firstname": "sample string 6",
  "bill_lastname": "sample string 7",
  "bill_company": "sample string 8",
  "bill_phone": "sample string 9",
  "txtTitle": "sample string 10",
  "business_nature": "sample string 11",
  "business_startyear": 12,
  "desired_credit_limit": "sample string 13",
  "desired_credit_limit_other": "sample string 14",
  "ap_firstname": "sample string 15",
  "ap_lastname": "sample string 16",
  "ap_email": "sample string 17",
  "ap_phone": "sample string 18",
  "reference_name_1": "sample string 19",
  "bank_branch": "sample string 20",
  "account_number_1": "sample string 21",
  "ref_phone1": "sample string 22",
  "street_address_1": "sample string 23",
  "city_1": "sample string 24",
  "state_1": "sample string 25",
  "zipcode_1": "sample string 26",
  "reference_name_2": "sample string 27",
  "account_number_2": "sample string 28",
  "ref_phone2": "sample string 29",
  "street_address_2": "sample string 30",
  "city_2": "sample string 31",
  "state_2": "sample string 32",
  "zipcode_2": "sample string 33",
  "reference_name_3": "sample string 34",
  "account_number_3": "sample string 35",
  "ref_phone3": "sample string 36",
  "street_address_3": "sample string 37",
  "city_3": "sample string 38",
  "state_3": "sample string 39",
  "zipcode_3": "sample string 40",
  "Authorizations": [
    {
      "au_firstname": "sample string 1",
      "au_lastname": "sample string 2",
      "au_email": "sample string 3",
      "au_phone": "sample string 4",
      "au_gateway": true
    },
    {
      "au_firstname": "sample string 1",
      "au_lastname": "sample string 2",
      "au_email": "sample string 3",
      "au_phone": "sample string 4",
      "au_gateway": true
    }
  ],
  "comments": "sample string 41"
}

text/html

Sample:
{"bill_suite":"sample string 1","bill_street_address":"sample string 2","bill_city":"sample string 3","bill_state":"sample string 4","bill_zipcode":"sample string 5","bill_firstname":"sample string 6","bill_lastname":"sample string 7","bill_company":"sample string 8","bill_phone":"sample string 9","txtTitle":"sample string 10","business_nature":"sample string 11","business_startyear":12,"desired_credit_limit":"sample string 13","desired_credit_limit_other":"sample string 14","ap_firstname":"sample string 15","ap_lastname":"sample string 16","ap_email":"sample string 17","ap_phone":"sample string 18","reference_name_1":"sample string 19","bank_branch":"sample string 20","account_number_1":"sample string 21","ref_phone1":"sample string 22","street_address_1":"sample string 23","city_1":"sample string 24","state_1":"sample string 25","zipcode_1":"sample string 26","reference_name_2":"sample string 27","account_number_2":"sample string 28","ref_phone2":"sample string 29","street_address_2":"sample string 30","city_2":"sample string 31","state_2":"sample string 32","zipcode_2":"sample string 33","reference_name_3":"sample string 34","account_number_3":"sample string 35","ref_phone3":"sample string 36","street_address_3":"sample string 37","city_3":"sample string 38","state_3":"sample string 39","zipcode_3":"sample string 40","Authorizations":[{"au_firstname":"sample string 1","au_lastname":"sample string 2","au_email":"sample string 3","au_phone":"sample string 4","au_gateway":true},{"au_firstname":"sample string 1","au_lastname":"sample string 2","au_email":"sample string 3","au_phone":"sample string 4","au_gateway":true}],"comments":"sample string 41"}

application/xml, text/xml

Sample:
<TermAccountApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO">
  <Authorizations>
    <TAAAuth>
      <au_email>sample string 3</au_email>
      <au_firstname>sample string 1</au_firstname>
      <au_gateway>true</au_gateway>
      <au_lastname>sample string 2</au_lastname>
      <au_phone>sample string 4</au_phone>
    </TAAAuth>
    <TAAAuth>
      <au_email>sample string 3</au_email>
      <au_firstname>sample string 1</au_firstname>
      <au_gateway>true</au_gateway>
      <au_lastname>sample string 2</au_lastname>
      <au_phone>sample string 4</au_phone>
    </TAAAuth>
  </Authorizations>
  <account_number_1>sample string 21</account_number_1>
  <account_number_2>sample string 28</account_number_2>
  <account_number_3>sample string 35</account_number_3>
  <ap_email>sample string 17</ap_email>
  <ap_firstname>sample string 15</ap_firstname>
  <ap_lastname>sample string 16</ap_lastname>
  <ap_phone>sample string 18</ap_phone>
  <bank_branch>sample string 20</bank_branch>
  <bill_city>sample string 3</bill_city>
  <bill_company>sample string 8</bill_company>
  <bill_firstname>sample string 6</bill_firstname>
  <bill_lastname>sample string 7</bill_lastname>
  <bill_phone>sample string 9</bill_phone>
  <bill_state>sample string 4</bill_state>
  <bill_street_address>sample string 2</bill_street_address>
  <bill_suite>sample string 1</bill_suite>
  <bill_zipcode>sample string 5</bill_zipcode>
  <business_nature>sample string 11</business_nature>
  <business_startyear>12</business_startyear>
  <city_1>sample string 24</city_1>
  <city_2>sample string 31</city_2>
  <city_3>sample string 38</city_3>
  <comments>sample string 41</comments>
  <desired_credit_limit>sample string 13</desired_credit_limit>
  <desired_credit_limit_other>sample string 14</desired_credit_limit_other>
  <ref_phone1>sample string 22</ref_phone1>
  <ref_phone2>sample string 29</ref_phone2>
  <ref_phone3>sample string 36</ref_phone3>
  <reference_name_1>sample string 19</reference_name_1>
  <reference_name_2>sample string 27</reference_name_2>
  <reference_name_3>sample string 34</reference_name_3>
  <state_1>sample string 25</state_1>
  <state_2>sample string 32</state_2>
  <state_3>sample string 39</state_3>
  <street_address_1>sample string 23</street_address_1>
  <street_address_2>sample string 30</street_address_2>
  <street_address_3>sample string 37</street_address_3>
  <txtTitle>sample string 10</txtTitle>
  <zipcode_1>sample string 26</zipcode_1>
  <zipcode_2>sample string 33</zipcode_2>
  <zipcode_3>sample string 40</zipcode_3>
</TermAccountApp>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.