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
CreatePromotionCorrectWQDtoName | 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": "0341c9bf-9c09-4319-8a8f-c3f7c3897bb0", "Sign": "2025-07-23 12:08:32", "SignTime": "2025-07-23 12:08:32", "CustomerName": "sample string 4", "Remark": "sample string 5", "PromotionFlightID": "df3a8514-9a68-4bd0-8504-42ca317e35f5", "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>0341c9bf-9c09-4319-8a8f-c3f7c3897bb0</CustomerID> <CustomerName>sample string 4</CustomerName> <PromotionFlightID>df3a8514-9a68-4bd0-8504-42ca317e35f5</PromotionFlightID> <Remark>sample string 5</Remark> <Sign>2025-07-23T12:08:32.8833963+08:00</Sign> <SignTime>2025-07-23T12:08:32.8833963+08:00</SignTime> </CreatePromotionCorrectWQDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfObjectName | 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>