POST api/Vehicle/SubmitProposeFix
Request Information
URI Parameters
None.
Body Parameters
ProposeFixModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BKS | string |
None. |
|
| CategoryProposeFix | string |
None. |
|
| ContentProposeFix | string |
None. |
|
| ProposeFixDate | string |
None. |
|
| ExpectedProposeFixDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BKS": "sample string 1",
"CategoryProposeFix": "sample string 2",
"ContentProposeFix": "sample string 3",
"ProposeFixDate": "sample string 4",
"ExpectedProposeFixDate": "sample string 5"
}
application/xml, text/xml
Sample:
<ProposeFixModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <BKS>sample string 1</BKS> <CategoryProposeFix>sample string 2</CategoryProposeFix> <ContentProposeFix>sample string 3</ContentProposeFix> <ExpectedProposeFixDate>sample string 5</ExpectedProposeFixDate> <ProposeFixDate>sample string 4</ProposeFixDate> </ProposeFixModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.