POST api/PromotionAttendance/GetPromotionCorrectCalendar
Request Information
URI Parameters
None.
Body Parameters
GetPromotionCorrectCalendarDtoName | Description | Type | Additional information |
---|---|---|---|
PersonID | globally unique identifier |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "PersonID": "b36b0c0a-d831-4701-9be6-e51046abf888", "Date": "2025-07-23 12:07:13" }
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-07-23T12:07:13.0412248+08:00</Date> <PersonID>b36b0c0a-d831-4701-9be6-e51046abf888</PersonID> </GetPromotionCorrectCalendarDto>
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>