POST api/JobWorkAPI/BackupStagingDataAutomaticly
自动化 备份历史数据接口
Request Information
URI Parameters
None.
Body Parameters
TmpDateModelName | Description | Type | Additional information |
---|---|---|---|
startDate | date |
None. |
|
endDate | date |
None. |
|
bkSignal | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "startDate": "2025-05-04T15:18:49.4750399+08:00", "endDate": "2025-05-04T15:18:49.4750399+08:00", "bkSignal": "sample string 3" }
application/xml, text/xml
Sample:
<TmpDateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <bkSignal>sample string 3</bkSignal> <endDate>2025-05-04T15:18:49.4750399+08:00</endDate> <startDate>2025-05-04T15:18:49.4750399+08:00</startDate> </TmpDateModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
自动化 备份历史数据接口
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>