POST api/PromotionAttendance/GetPromotionCorrectCalendar
获取味全促销员补卡日历
Request Information
URI Parameters
None.
Body Parameters
GetPromotionCorrectCalendarDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonID | globally unique identifier |
None. |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PersonID": "01903197-ec30-48a3-bb85-161bc32e8b47",
"Date": "2025-12-17 05:43:06"
}
application/xml, text/xml
Sample:
<GetPromotionCorrectCalendarDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <Date>2025-12-17T05:43:06.027794+08:00</Date> <PersonID>01903197-ec30-48a3-bb85-161bc32e8b47</PersonID> </GetPromotionCorrectCalendarDto>
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>