POST api/PushMessageManage/PushTemplateTaskCreate
创建推送消息任务 (PC后台) 2017年10月30日 柳航
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.PushTemplateTaskCreateRequest |
Request body formats
application/json, text/json
Sample:
{ "institutionID": 1, "param": { "content": "sample string 1", "sendIDList": [ 1, 2, 3 ], "provinceID": "sample string 2", "cityIDArr": "sample string 3", "pushType": 1, "pushTime": "2025-06-01 11:36:34", "isPushUserID": 1, "pushUserIDArr": "sample string 4", "isAllPush": 5, "mobilePushType": 6, "appPushType": 7, "goType": 8, "goRemark": "sample string 9" }, "sessionId": "sample string 1", "requestSource": "sample string 2", "bundleID": "sample string 3", "requestGroupID": "sample string 4", "channel": "sample string 5", "loginUserID": "sample string 6", "clientIP": "sample string 7", "endDeviceNumber": "sample string 8", "cityName": "sample string 9" }
application/xml, text/xml
Sample:
<PushTemplateTaskCreateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain"> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</EndDeviceNumber> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 1</SessionId> <InstitutionID>1</InstitutionID> <Param> <AppPushType>7</AppPushType> <CityIDArr>sample string 3</CityIDArr> <Content>sample string 1</Content> <GoRemark>sample string 9</GoRemark> <GoType>8</GoType> <IsAllPush>5</IsAllPush> <IsPushUserID>1</IsPushUserID> <MobilePushType>6</MobilePushType> <ProvinceID>sample string 2</ProvinceID> <PushTime>2025-06-01T11:36:34.993136+08:00</PushTime> <PushType>1</PushType> <PushUserIDArr>sample string 4</PushUserIDArr> <SendIDList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> <d3p1:int>3</d3p1:int> </SendIDList> </Param> </PushTemplateTaskCreateRequest>
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>