POST api/Data/AddEndorsement

Request Information

URI Parameters

None.

Body Parameters

AddEndorsementRequestAPIMessage
NameDescriptionTypeAdditional information
Token

string

None.

myEndorsement

Endorsement

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "myEndorsement": {
    "ID": "sample string 1",
    "Description": "sample string 2",
    "Amount": "sample string 3",
    "Category": "sample string 4",
    "BuyerAmount": "sample string 5",
    "SellerAmount": "sample string 6",
    "OtherAmount": "sample string 7",
    "HudLine": "sample string 8",
    "CDSection": "sample string 9",
    "Payee": "sample string 10",
    "BasedOn": "sample string 11",
    "BasedPercent": "sample string 12",
    "BasedAmount": "sample string 13",
    "BasedMinimum": "sample string 14",
    "BasedMarkup": "sample string 15",
    "EndorsementType": "sample string 16",
    "LoanNumber": "sample string 17"
  }
}

application/xml, text/xml

Sample:
<DataController.AddEndorsementRequestAPIMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccuAPI">
  <Token>sample string 1</Token>
  <myEndorsement>
    <Amount>sample string 3</Amount>
    <BasedAmount>sample string 13</BasedAmount>
    <BasedMarkup>sample string 15</BasedMarkup>
    <BasedMinimum>sample string 14</BasedMinimum>
    <BasedOn>sample string 11</BasedOn>
    <BasedPercent>sample string 12</BasedPercent>
    <BuyerAmount>sample string 5</BuyerAmount>
    <CDSection>sample string 9</CDSection>
    <Category>sample string 4</Category>
    <Description>sample string 2</Description>
    <EndorsementType>sample string 16</EndorsementType>
    <HudLine>sample string 8</HudLine>
    <ID>sample string 1</ID>
    <LoanNumber>sample string 17</LoanNumber>
    <OtherAmount>sample string 7</OtherAmount>
    <Payee>sample string 10</Payee>
    <SellerAmount>sample string 6</SellerAmount>
  </myEndorsement>
</DataController.AddEndorsementRequestAPIMessage>

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 'AddEndorsementRequestAPIMessage'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.