POST dealers/dealerDefaults

Request Information

URI Parameters

None.

Body Parameters

Collection of DefaultContactTable
NameDescriptionTypeAdditional information
shop_contact

integer

None.

vendor_contact

integer

None.

make_id

integer

None.

ems_make_id

integer

None.

request_type

integer

None.

dealer_make_type

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "shop_contact": 1,
    "vendor_contact": 2,
    "make_id": 3,
    "ems_make_id": 1,
    "request_type": 4,
    "dealer_make_type": 5
  },
  {
    "shop_contact": 1,
    "vendor_contact": 2,
    "make_id": 3,
    "ems_make_id": 1,
    "request_type": 4,
    "dealer_make_type": 5
  }
]

text/html

Sample:
[{"shop_contact":1,"vendor_contact":2,"make_id":3,"ems_make_id":1,"request_type":4,"dealer_make_type":5},{"shop_contact":1,"vendor_contact":2,"make_id":3,"ems_make_id":1,"request_type":4,"dealer_make_type":5}]

application/xml, text/xml

Sample:
<ArrayOfDefaultContactTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod">
  <DefaultContactTable>
    <dealer_make_type>5</dealer_make_type>
    <ems_make_id>1</ems_make_id>
    <make_id>3</make_id>
    <request_type>4</request_type>
    <shop_contact>1</shop_contact>
    <vendor_contact>2</vendor_contact>
  </DefaultContactTable>
  <DefaultContactTable>
    <dealer_make_type>5</dealer_make_type>
    <ems_make_id>1</ems_make_id>
    <make_id>3</make_id>
    <request_type>4</request_type>
    <shop_contact>1</shop_contact>
    <vendor_contact>2</vendor_contact>
  </DefaultContactTable>
</ArrayOfDefaultContactTable>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.