POST api/TaskV1/UpdateTaskBaseInfo

Request Information

Parameters

NameTypeDescription
request Carwins.UsedCar.CarDomain.WorkOrderV1BaseUpdateRequest
No documentation available.

Request body formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Type

Pilot.Web.WebApi.SingleApiResponse`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": 1,
  "code": 2,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">
  <Code>2</Code>
  <Message>sample string 3</Message>
  <Data>1</Data>
</SingleApiResponseOfint>