POST api/PushMessage/PushMaintenanceMessage
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.PushMaintenanceMessageRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "carwinsPersonMerchantID": "sample string 1", "messageType": "sample string 2", "content": "sample string 3", "title": "sample string 4", "shortMessage": "sample string 5", "vin": "sample string 6", "goUrl": "sample string 7", "sessionId": "sample string 8", "requestSource": "sample string 9", "bundleID": "sample string 10", "requestGroupID": "sample string 11", "channel": "sample string 12", "loginUserID": "sample string 13", "clientIP": "sample string 14", "endDeviceNumber": "sample string 15", "cityName": "sample string 16", "hierarchy": "sample string 17", "sessionKey": "sample string 18", "appVersion": "sample string 19", "whetherUpdate": "sample string 20" }
application/xml, text/xml
Sample:
<PushMaintenanceMessageRequest 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 19</AppVersion> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 16</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 15</EndDeviceNumber> <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 17</Hierarchy> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</SessionId> <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 18</SessionKey> <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 20</WhetherUpdate> <CarwinsPersonMerchantID>sample string 1</CarwinsPersonMerchantID> <Content>sample string 3</Content> <GoUrl>sample string 7</GoUrl> <MessageType>sample string 2</MessageType> <ShortMessage>sample string 5</ShortMessage> <Title>sample string 4</Title> <Vin>sample string 6</Vin> </PushMaintenanceMessageRequest>
application/x-www-form-urlencoded
Sample:
Response Type
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>