POST api/pay/billing/run-daily

Request Information

URI Parameters

None.

Body Parameters

PayDailyBillingRunDTO
NameDescriptionTypeAdditional information
DryRun

boolean

None.

Now

date

None.

Take

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DryRun": true,
  "Now": "2026-03-22T20:05:39.6986294+08:00",
  "Take": 2
}

application/xml, text/xml

Sample:
<PayDailyBillingRunDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO">
  <DryRun>true</DryRun>
  <Now>2026-03-22T20:05:39.6986294+08:00</Now>
  <Take>2</Take>
</PayDailyBillingRunDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.