POST api/JobWorkAPI/BackupStagingDataAutomaticly

自动化 备份历史数据接口

Request Information

URI Parameters

None.

Body Parameters

TmpDateModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TmpDateModel'.

Response Information

Resource Description

自动化 备份历史数据接口

string

Response 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>