POST api/CarMange/CarPublishModelGetByID

Request Information

Parameters

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

Request body formats

application/json, text/json

Sample:
{
  "carID": 1,
  "sessionId": "sample string 2",
  "requestSource": "sample string 3",
  "bundleID": "sample string 4",
  "requestGroupID": "sample string 5",
  "channel": "sample string 6",
  "loginUserID": "sample string 7",
  "clientIP": "sample string 8",
  "endDeviceNumber": "sample string 9",
  "cityName": "sample string 10",
  "hierarchy": "sample string 11",
  "sessionKey": "sample string 12",
  "appVersion": "sample string 13",
  "whetherUpdate": "sample string 14"
}

application/xml, text/xml

Sample:
<CarPublishModelGetByIDRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
  <AppVersion xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</AppVersion>
  <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</BundleID>
  <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</Channel>
  <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</CityName>
  <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</ClientIP>
  <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</EndDeviceNumber>
  <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</Hierarchy>
  <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</LoginUserID>
  <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</RequestGroupID>
  <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</RequestSource>
  <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</SessionId>
  <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</SessionKey>
  <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</WhetherUpdate>
  <CarID>1</CarID>
</CarPublishModelGetByIDRequest>

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

Response Type

Pilot.Web.WebApi.SingleApiResponse`1[[Carwins.UsedCar.CarDomain.CarPublishModel, Carwins.UsedCar.CarDomain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "carID": 1,
    "fldCarName": "sample string 2",
    "fldVin": "sample string 3",
    "fldRegionName": "sample string 4",
    "fldSubName": "sample string 5",
    "fldPlate": "sample string 6",
    "fldPlateFirstDate": "sample string 7",
    "fldKM": 8,
    "fldColorName": "sample string 9",
    "fldSalesPrice": 1.1,
    "fldBuyDate": "sample string 10",
    "pic1": "sample string 11",
    "pic2": "sample string 12",
    "pic3": "sample string 13",
    "picVariable": "sample string 14",
    "carDescription": "sample string 15",
    "taskID": 1,
    "isPublish": "sample string 16",
    "modelID": 1,
    "testReportImg": "sample string 17",
    "afterSaleImage": "sample string 18",
    "carLableList": [
      {
        "lableKey": "sample string 1",
        "lableName": "sample string 2"
      },
      {
        "lableKey": "sample string 1",
        "lableName": "sample string 2"
      },
      {
        "lableKey": "sample string 1",
        "lableName": "sample string 2"
      }
    ],
    "isOpenEcoApplets": true,
    "videoId": "sample string 20",
    "videoUrl": "sample string 21",
    "coverUrl": "sample string 22",
    "carLable": [
      {
        "lableKey": "sample string 1",
        "name": "sample string 2",
        "type": "sample string 3",
        "isSelected": 4
      },
      {
        "lableKey": "sample string 1",
        "name": "sample string 2",
        "type": "sample string 3",
        "isSelected": 4
      },
      {
        "lableKey": "sample string 1",
        "name": "sample string 2",
        "type": "sample string 3",
        "isSelected": 4
      }
    ],
    "fldPublishDate": "2025-05-02 22:28:31",
    "appletsPublishStatus": 1,
    "publishReportType": "sample string 23",
    "isOpenTiktok": 24
  },
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfCarPublishModelBO9P5ujw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">
  <Code>1</Code>
  <Message>sample string 2</Message>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
    <d2p1:_x003C_AfterSaleImage_x003E_k__BackingField>sample string 18</d2p1:_x003C_AfterSaleImage_x003E_k__BackingField>
    <d2p1:_x003C_AppletsPublishStatus_x003E_k__BackingField>1</d2p1:_x003C_AppletsPublishStatus_x003E_k__BackingField>
    <d2p1:_x003C_CarDescription_x003E_k__BackingField>sample string 15</d2p1:_x003C_CarDescription_x003E_k__BackingField>
    <d2p1:_x003C_CarID_x003E_k__BackingField>1</d2p1:_x003C_CarID_x003E_k__BackingField>
    <d2p1:_x003C_CarLableList_x003E_k__BackingField>
      <d2p1:CarLableSave>
        <d2p1:LableKey>sample string 1</d2p1:LableKey>
        <d2p1:LableName>sample string 2</d2p1:LableName>
      </d2p1:CarLableSave>
      <d2p1:CarLableSave>
        <d2p1:LableKey>sample string 1</d2p1:LableKey>
        <d2p1:LableName>sample string 2</d2p1:LableName>
      </d2p1:CarLableSave>
      <d2p1:CarLableSave>
        <d2p1:LableKey>sample string 1</d2p1:LableKey>
        <d2p1:LableName>sample string 2</d2p1:LableName>
      </d2p1:CarLableSave>
    </d2p1:_x003C_CarLableList_x003E_k__BackingField>
    <d2p1:_x003C_CarLable_x003E_k__BackingField>
      <d2p1:CarLableSetModel>
        <d2p1:IsSelected>4</d2p1:IsSelected>
        <d2p1:LableKey>sample string 1</d2p1:LableKey>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:Type>sample string 3</d2p1:Type>
      </d2p1:CarLableSetModel>
      <d2p1:CarLableSetModel>
        <d2p1:IsSelected>4</d2p1:IsSelected>
        <d2p1:LableKey>sample string 1</d2p1:LableKey>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:Type>sample string 3</d2p1:Type>
      </d2p1:CarLableSetModel>
      <d2p1:CarLableSetModel>
        <d2p1:IsSelected>4</d2p1:IsSelected>
        <d2p1:LableKey>sample string 1</d2p1:LableKey>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:Type>sample string 3</d2p1:Type>
      </d2p1:CarLableSetModel>
    </d2p1:_x003C_CarLable_x003E_k__BackingField>
    <d2p1:_x003C_CoverUrl_x003E_k__BackingField>sample string 22</d2p1:_x003C_CoverUrl_x003E_k__BackingField>
    <d2p1:_x003C_IsOpenEcoApplets_x003E_k__BackingField>true</d2p1:_x003C_IsOpenEcoApplets_x003E_k__BackingField>
    <d2p1:_x003C_IsOpenTiktok_x003E_k__BackingField>24</d2p1:_x003C_IsOpenTiktok_x003E_k__BackingField>
    <d2p1:_x003C_IsPublish_x003E_k__BackingField>sample string 16</d2p1:_x003C_IsPublish_x003E_k__BackingField>
    <d2p1:_x003C_ModelID_x003E_k__BackingField>1</d2p1:_x003C_ModelID_x003E_k__BackingField>
    <d2p1:_x003C_Pic1_x003E_k__BackingField>sample string 11</d2p1:_x003C_Pic1_x003E_k__BackingField>
    <d2p1:_x003C_Pic2_x003E_k__BackingField>sample string 12</d2p1:_x003C_Pic2_x003E_k__BackingField>
    <d2p1:_x003C_Pic3_x003E_k__BackingField>sample string 13</d2p1:_x003C_Pic3_x003E_k__BackingField>
    <d2p1:_x003C_PicVariable_x003E_k__BackingField>sample string 14</d2p1:_x003C_PicVariable_x003E_k__BackingField>
    <d2p1:_x003C_TaskID_x003E_k__BackingField>1</d2p1:_x003C_TaskID_x003E_k__BackingField>
    <d2p1:_x003C_TestReportImg_x003E_k__BackingField>sample string 17</d2p1:_x003C_TestReportImg_x003E_k__BackingField>
    <d2p1:_x003C_VideoId_x003E_k__BackingField>sample string 20</d2p1:_x003C_VideoId_x003E_k__BackingField>
    <d2p1:_x003C_VideoUrl_x003E_k__BackingField>sample string 21</d2p1:_x003C_VideoUrl_x003E_k__BackingField>
    <d2p1:_x003C_fldBuyDate_x003E_k__BackingField>sample string 10</d2p1:_x003C_fldBuyDate_x003E_k__BackingField>
    <d2p1:_x003C_fldCarName_x003E_k__BackingField>sample string 2</d2p1:_x003C_fldCarName_x003E_k__BackingField>
    <d2p1:_x003C_fldColorName_x003E_k__BackingField>sample string 9</d2p1:_x003C_fldColorName_x003E_k__BackingField>
    <d2p1:_x003C_fldKM_x003E_k__BackingField>8</d2p1:_x003C_fldKM_x003E_k__BackingField>
    <d2p1:_x003C_fldPlateFirstDate_x003E_k__BackingField>sample string 7</d2p1:_x003C_fldPlateFirstDate_x003E_k__BackingField>
    <d2p1:_x003C_fldPlate_x003E_k__BackingField>sample string 6</d2p1:_x003C_fldPlate_x003E_k__BackingField>
    <d2p1:_x003C_fldPublishDate_x003E_k__BackingField>2025-05-02T22:28:31.6360322+08:00</d2p1:_x003C_fldPublishDate_x003E_k__BackingField>
    <d2p1:_x003C_fldRegionName_x003E_k__BackingField>sample string 4</d2p1:_x003C_fldRegionName_x003E_k__BackingField>
    <d2p1:_x003C_fldSalesPrice_x003E_k__BackingField>1.1</d2p1:_x003C_fldSalesPrice_x003E_k__BackingField>
    <d2p1:_x003C_fldSubName_x003E_k__BackingField>sample string 5</d2p1:_x003C_fldSubName_x003E_k__BackingField>
    <d2p1:_x003C_fldVin_x003E_k__BackingField>sample string 3</d2p1:_x003C_fldVin_x003E_k__BackingField>
    <d2p1:_x003C_publishReportType_x003E_k__BackingField>sample string 23</d2p1:_x003C_publishReportType_x003E_k__BackingField>
  </Data>
</SingleApiResponseOfCarPublishModelBO9P5ujw>