POST api/LeadOrder/GetAllOrders

Request Information

URI Parameters

None.

Body Parameters

LeadOrderSearchDTO
NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

SortBy

string

None.

SortOrder

string

None.

SortColumnIndex

integer

None.

FromDate

date

None.

ToDate

date

None.

IsArchivedSearch

boolean

None.

OfficeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 1,
  "SortBy": "sample string 1",
  "SortOrder": "sample string 2",
  "SortColumnIndex": 1,
  "FromDate": "2025-10-14T00:42:27.3762379-07:00",
  "ToDate": "2025-10-14T00:42:27.3762379-07:00",
  "IsArchivedSearch": true,
  "OfficeId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LeadOrderDTO
NameDescriptionTypeAdditional information
LeadOrderId

integer

None.

LeadOrderDetailId

integer

None.

LeadOrderDetails

Collection of LeadOrderDetails

None.

AgencyName

string

None.

DueDate

date

None.

officeId

integer

None.

OfficeName

string

None.

CheckedOutToAssociate

integer

None.

OrderStatusId

integer

None.

OrderStatus

string

None.

NumberOfAgents

integer

None.

CreatedBy

string

None.

CreateDate

date

None.

ChangedBy

string

None.

CreatedById

integer

None.

ChangedById

integer

None.

ChangeDate

date

None.

DueDateToShortDateString

string

None.

CreateDateToShortDateString

string

None.

ChangeDateToShortDateString

string

None.

LeadBalance

integer

None.

ApplicationFeatureId

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.