POST api/PromotionAttendance/CreatePromotionCorrectWQ?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
创建促销员补卡申请 味全定制
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId |
域Id |
globally unique identifier |
None. |
| AccountId |
账户Id |
globally unique identifier |
None. |
| PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
CreatePromotionCorrectWQDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | globally unique identifier |
None. |
|
| Sign | date |
None. |
|
| SignTime | date |
None. |
|
| CustomerName | string |
None. |
|
| Remark | string |
None. |
|
| PromotionFlightID | globally unique identifier |
None. |
|
| AttendanceType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": "77774ac3-888e-4610-a490-030901b6c114",
"Sign": "2025-12-17 05:42:56",
"SignTime": "2025-12-17 05:42:56",
"CustomerName": "sample string 4",
"Remark": "sample string 5",
"PromotionFlightID": "f025e9dd-cbbd-433b-b2f9-5cc7d5e68a1a",
"AttendanceType": 7
}
application/xml, text/xml
Sample:
<CreatePromotionCorrectWQDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.ApiDTO"> <AttendanceType>7</AttendanceType> <CustomerID>77774ac3-888e-4610-a490-030901b6c114</CustomerID> <CustomerName>sample string 4</CustomerName> <PromotionFlightID>f025e9dd-cbbd-433b-b2f9-5cc7d5e68a1a</PromotionFlightID> <Remark>sample string 5</Remark> <Sign>2025-12-17T05:42:56.7304948+08:00</Sign> <SignTime>2025-12-17T05:42:56.7304948+08:00</SignTime> </CreatePromotionCorrectWQDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data /> <Message>sample string 1</Message> </ResultModelOfanyType>