POST Api/Vendor/save-assign-zipcodes?appProvider={appProvider}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appProvider

string

Required

Body Parameters

VendorGroup
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

Required

DealershipWebsiteUrl

string

None.

Account

Account

None.

Contacts

Collection of Contact

None.

VendorExternalSourceCode

string

None.

VendorExternalSourceId

string

None.

UserExternalSourceCode

string

None.

UserExternalSourceId

string

None.

IsCarOfferVendor

boolean

None.

AssetTypeCode

string

None.

ReceptionPhoneNumber

string

None.

NewCarDepartmentPhoneNumber

string

None.

UsedCarDepartmentPhoneNumber

string

None.

PartsDepartmentPhoneNumber

string

None.

PrimaryContactId

integer

None.

Blogger

string

None.

Facebook

string

None.

GooglePlus

string

None.

LinkedIn

string

None.

Twitter

string

None.

MaxDistanceFromLocationToBid

integer

None.

AcceptableMileageDelta

integer

None.

MinimumOffer

decimal number

None.

StagingBidExpirationHours

integer

None.

CompletedBidExpirationHours

integer

None.

BidExpirationRuleCode

string

None.

RebidQueueThresholdMin

integer

None.

LockedBidExpirationMinutes

integer

None.

IsActive

boolean

None.

Vendors

Collection of Vendor

None.

DeleteExistingZipCodes

boolean

None.

ZipCodes

ZipCodesSearch

None.

Status

IdNamePair

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'CarOffer.Domain.Models.VendorModels.Vendor'. Path 'vendors[0].vendors'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'CarOffer.Domain.Models.VendorModels.Vendor'. Path 'vendors[0].vendors'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: There was an error generating the XML document.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: There was an error generating the XML document.

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.