POST api/WorkOrder/VpsOrder/GetAppcodeQueryStr
Request Information
URI Parameters
None.
Body Parameters
VINQueryName | Description | Type | Additional 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:
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/javascript
Sample:
"sample string 1"