POST Api/Survey/save-get-questions-for-images?zipCode={zipCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
zipCode

string

Required

Body Parameters

Survey
NameDescriptionTypeAdditional information
Vehicle

Vehicle

None.

Version

string

None.

Questions

Collection of SurveyQuestion

None.

CategoryInfo

Collection of SurveyCategory

None.

AdditionalInfoReasons

Collection of AdditionalInfoReason

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 'vehicle.transactionContact.client.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 'vehicle.transactionContact.client.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 'Survey'.

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.