POST api/OpenAPICtalentLite/ScheduleCRUD
待办事项 CRUD
Request Information
URI Parameters
None.
Body Parameters
ScheduleInputName | Description | Type | Additional information |
---|---|---|---|
OperType | string |
None. |
|
schedule | Schedule |
None. |
Request Formats
application/json, text/json
Sample:
{ "OperType": "sample string 1", "schedule": { "ScheduleTitle": "sample string 1", "ScheduleContent": "sample string 2", "ScheduleType": "sample string 3", "IsCompleted": true, "EffectiveDay": 4, "Remark": "sample string 5", "Code": "sample string 6", "Tenant_GID": "cbefdd96-2051-424f-a2d5-e423933ba5ff", "SysCreateDate": "2025-06-21T03:18:35.6335514+08:00", "SysCreateUser": "00000000-0000-0000-0000-000000000000", "SysModifyDate": "2025-06-21T03:18:35.6335514+08:00", "SysModifyUser": "00000000-0000-0000-0000-000000000000", "GID": "b1a44e20-1e34-406a-951b-2bcfc23ce032" } }
application/xml, text/xml
Sample:
<ScheduleInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <OperType>sample string 1</OperType> <schedule xmlns:d2p1="http://schemas.datacontract.org/2004/07/JetHR.Core.Model"> <d2p1:_gid>b1a44e20-1e34-406a-951b-2bcfc23ce032</d2p1:_gid> <d2p1:SysModifyDate>2025-06-21T03:18:35.6335514+08:00</d2p1:SysModifyDate> <d2p1:SysModifyUser>00000000-0000-0000-0000-000000000000</d2p1:SysModifyUser> <d2p1:Code>sample string 6</d2p1:Code> <d2p1:EffectiveDay>4</d2p1:EffectiveDay> <d2p1:IsCompleted>true</d2p1:IsCompleted> <d2p1:Remark>sample string 5</d2p1:Remark> <d2p1:ScheduleContent>sample string 2</d2p1:ScheduleContent> <d2p1:ScheduleTitle>sample string 1</d2p1:ScheduleTitle> <d2p1:ScheduleType>sample string 3</d2p1:ScheduleType> <d2p1:Tenant_GID>cbefdd96-2051-424f-a2d5-e423933ba5ff</d2p1:Tenant_GID> </schedule> </ScheduleInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
待办事项 CRUD
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>