POST Api/Vendor/SaveUsers

Request Information

URI Parameters

None.

Body Parameters

Collection of User
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Id

integer

None.

UserName

string

None.

Role

IdNamePair

None.

Status

IdNamePair

None.

LastLogin

date

None.

DefaultLocation

string

None.

VendorGroup

VendorGroup

None.

Regions

RegionCollection

None.

ExternalSourceCode

string

None.

ExternalSourceId

string

None.

Password

string

None.

UserExternalSourceId

string

None.

UserExternalSourceCode

string

None.

VendorGroupId

integer

None.

Permissions

string

None.

CreationDate

date

None.

CanBid

boolean

None.

CanRebid

boolean

None.

CanVerify

boolean

None.

RbUserId

integer

None.

MustChangePassword

boolean

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 '[0].vendorGroup.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 '[0].vendorGroup.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 'List`1'.

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.