POST api/DealerAuthAddress

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
dealerAuthAddressPost
Documentation for 'dealerAuthAddressPost'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DealerId": "sample string 1",
  "EquipQuoteId": "sample string 2",
  "nameLoginOwner": "sample string 3",
  "lastNameLoginOwner": "sample string 4",
  "roleString": "sample string 5",
  "dealership": "sample string 6",
  "address": "sample string 7",
  "city": "sample string 8",
  "stateProvince": "sample string 9",
  "zIPPostalCode": "sample string 10",
  "phone": "sample string 11",
  "emailAddress": "sample string 12"
}

text/html

Sample:
{"DealerId":"sample string 1","EquipQuoteId":"sample string 2","nameLoginOwner":"sample string 3","lastNameLoginOwner":"sample string 4","roleString":"sample string 5","dealership":"sample string 6","address":"sample string 7","city":"sample string 8","stateProvince":"sample string 9","zIPPostalCode":"sample string 10","phone":"sample string 11","emailAddress":"sample string 12"}

application/xml, text/xml

Sample:
<DealerAuthAddressPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Amity.Api.Models">
  <DealerId>sample string 1</DealerId>
  <EquipQuoteId>sample string 2</EquipQuoteId>
  <address>sample string 7</address>
  <city>sample string 8</city>
  <dealership>sample string 6</dealership>
  <emailAddress>sample string 12</emailAddress>
  <lastNameLoginOwner>sample string 4</lastNameLoginOwner>
  <nameLoginOwner>sample string 3</nameLoginOwner>
  <phone>sample string 11</phone>
  <roleString>sample string 5</roleString>
  <stateProvince>sample string 9</stateProvince>
  <zIPPostalCode>sample string 10</zIPPostalCode>
</DealerAuthAddressPost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>