POST api/ForMarketing/MarketingManualDataEntry

Request Information

URI Parameters

None.

Body Parameters

DTOMarketingManualData
NameDescriptionTypeAdditional information
PrimaryCategory

string

None.

SecondaryCategory

string

None.

StartDate

date

None.

ChannelId

string

None.

ChannelRemark

string

None.

Name

string

None.

MobileNo

string

None.

ManuSourcePath

string

None.

ManuCustomerCategory

string

None.

Remark

string

None.

ManuProjectCity

string

None.

SourceFlag

string

None.

Guid

string

None.

UserNo

string

None.

PromotionPlan

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PrimaryCategory": "sample string 1",
  "SecondaryCategory": "sample string 2",
  "StartDate": "2025-12-06T12:18:19.642153+08:00",
  "ChannelId": "sample string 4",
  "ChannelRemark": "sample string 5",
  "Name": "sample string 6",
  "MobileNo": "sample string 7",
  "ManuSourcePath": "sample string 8",
  "ManuCustomerCategory": "sample string 9",
  "Remark": "sample string 10",
  "ManuProjectCity": "sample string 11",
  "SourceFlag": "sample string 12",
  "Guid": "sample string 13",
  "UserNo": "sample string 14",
  "PromotionPlan": "sample string 15"
}

application/xml, text/xml

Sample:
<DTOMarketingManualData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JWS.Logic.SqlSugar.Model.FN.DTO">
  <ChannelId>sample string 4</ChannelId>
  <ChannelRemark>sample string 5</ChannelRemark>
  <Guid>sample string 13</Guid>
  <ManuCustomerCategory>sample string 9</ManuCustomerCategory>
  <ManuProjectCity>sample string 11</ManuProjectCity>
  <ManuSourcePath>sample string 8</ManuSourcePath>
  <MobileNo>sample string 7</MobileNo>
  <Name>sample string 6</Name>
  <PrimaryCategory>sample string 1</PrimaryCategory>
  <PromotionPlan>sample string 15</PromotionPlan>
  <Remark>sample string 10</Remark>
  <SecondaryCategory>sample string 2</SecondaryCategory>
  <SourceFlag>sample string 12</SourceFlag>
  <StartDate>2025-12-06T12:18:19.642153+08:00</StartDate>
  <UserNo>sample string 14</UserNo>
</DTOMarketingManualData>

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

Response Information

Resource Description

HttpResult
NameDescriptionTypeAdditional information
IsSuccess

是否成功

boolean

None.

Code

返回编码

integer

None.

Message

返回消息

string

None.

Data

数据对象

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Code": 2,
  "Message": "sample string 3",
  "Data": {}
}

application/xml, text/xml

Sample:
<HttpResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JWS">
  <Code>2</Code>
  <Data />
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
</HttpResult>