POST api/ServiceOrderAssign/ProfileTransactionsCount

Request Information

URI Parameters

None.

Body Parameters

ProfileTransactionDto
NameDescriptionTypeAdditional information
id

integer

None.

fromDate

date

None.

toDate

date

None.

isHeadOffice

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "fromDate": "2026-09-03T19:47:07.311248+05:30",
  "toDate": "2026-09-03T19:47:07.311248+05:30",
  "isHeadOffice": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProfileTransactionCountDto
NameDescriptionTypeAdditional information
TotalEarnings

integer

None.

AcceptedOrderCount

integer

None.

TimeoutOrderCount

integer

None.

RejectedOrderCount

integer

None.

TodaysOrderCount

integer

None.

CompletedOrderCount

integer

None.

PendingOrderCount

integer

None.

NewOrderCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "totalEarnings": 1,
  "acceptedOrderCount": 2,
  "timeoutOrderCount": 3,
  "rejectedOrderCount": 4,
  "todaysOrderCount": 5,
  "completedOrderCount": 6,
  "pendingOrderCount": 7,
  "newOrderCount": 8
}