POST api/DayBookSort

Request Information

URI Parameters

None.

Body Parameters

Collection of DayBookSortHelper
NameDescriptionTypeAdditional information
DayBookFromDate

date

None.

DayBookToDate

date

None.

IntervalInDays

integer

None.

IsActive

boolean

None.

IsCompleted

boolean

None.

ToActiveStatus

boolean

None.

ToCompleteStatus

boolean

None.

SalesInvoiceId

string

None.

CustomerId

string

None.

TenseType

string

None.

ProjectId

integer

None.

LoginNumber

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DayBookFromDate": "2025-12-06T04:35:41.5908169Z",
    "DayBookToDate": "2025-12-06T04:35:41.5908169Z",
    "IntervalInDays": 1,
    "IsActive": true,
    "IsCompleted": true,
    "ToActiveStatus": true,
    "ToCompleteStatus": true,
    "SalesInvoiceId": "sample string 1",
    "CustomerId": "sample string 2",
    "TenseType": "sample string 3",
    "ProjectId": 1,
    "LoginNumber": "sample string 4"
  },
  {
    "DayBookFromDate": "2025-12-06T04:35:41.5908169Z",
    "DayBookToDate": "2025-12-06T04:35:41.5908169Z",
    "IntervalInDays": 1,
    "IsActive": true,
    "IsCompleted": true,
    "ToActiveStatus": true,
    "ToCompleteStatus": true,
    "SalesInvoiceId": "sample string 1",
    "CustomerId": "sample string 2",
    "TenseType": "sample string 3",
    "ProjectId": 1,
    "LoginNumber": "sample string 4"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.