POST api/WorkOrder/VpsOrder/GetAppcodeQueryStr

Request Information

URI Parameters

None.

Body Parameters

VINQuery
NameDescriptionTypeAdditional information
vin

string

None.

Request Formats

application/json, text/json

Sample:
{
  "vin": "sample string 1"
}

text/javascript

Sample:
{"vin":"sample string 1"}

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

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/javascript

Sample:
"sample string 1"