POST api/GetAppointmentReportList

Request Information

URI Parameters

None.

Body Parameters

clsReport
NameDescriptionTypeAdditional information
intId

integer

None.

appo_id

integer

None.

appo_Comm_id

integer

None.

appo_notes

string

None.

Create_date

string

None.

strAgentName

string

None.

strAppointmentType

string

None.

strJobType

string

None.

dteBookedDate

date

None.

strBookedTime

string

None.

strSiteAddress

string

None.

strSiteDateConsent

string

None.

strSiteCustomerPassword

string

None.

strSiteCustomerComment

string

None.

intTimeOnSite

integer

None.

strComment

string

None.

strBookingReference

string

None.

strStatus

string

None.

strBookingStatusType

string

None.

dteCreatedDate

date

None.

intPriority

integer

None.

intBookedBy

integer

None.

bisCustomerConfirmed

boolean

None.

dteCustomerConfirmedDate

date

None.

intCustomerId

integer

None.

intAgentId

integer

None.

strBookedSlotType

string

None.

bisIsEmailSendingEnabled

boolean

None.

bisIsSmsSendingEnabled

boolean

None.

strBookingChannel

string

None.

dteClosedAt

date

None.

strCancellationComment

string

None.

strCancellationReason

string

None.

strContactName

string

None.

CustomerPostCode

string

None.

strCompanyName

string

None.

strLogo

string

None.

intEngineerId

integer

None.

EngineerName

string

None.

PatchCode

string

None.

PatchName

string

None.

strBookedBy

string

None.

AppointmentEventType

string

None.

MPAN_MPRN

string

None.

intAppointmentTypeId

integer

None.

telephone

string

None.

intJobTypeId

integer

None.

BookedDate

string

None.

CreatedDate

string

None.

CustomerConfirmedDate

string

None.

ClosedAt

string

None.

CustomerContactName

string

None.

bCompleteForwardCall

boolean

None.

CustomerName

string

None.

startDate

string

None.

endDate

string

None.

intcompanyid

integer

None.

Pager

PagerModel

None.

RowsPerPage

integer

None.

PageNumber

integer

None.

strsearchtxt

string

None.

AllCOUNT

integer

None.

intTotalEntries

integer

None.

intShowingEntries

integer

None.

ROWNUMBER

integer

None.

iTotalItems

integer

None.

iCurrentPage

integer

None.

iPageSize

integer

None.

iTotalPages

integer

None.

iStartPage

integer

None.

iEndPage

integer

None.

strProduct

string

None.

Request Formats

application/json, text/json

Sample:
{
  "intId": 1,
  "appo_id": 2,
  "appo_Comm_id": 3,
  "appo_notes": "sample string 4",
  "create_date": "sample string 5",
  "strAgentName": "sample string 6",
  "strAppointmentType": "sample string 7",
  "strJobType": "sample string 8",
  "dteBookedDate": "2025-12-11T02:39:59.8103552+00:00",
  "strBookedTime": "sample string 10",
  "strSiteAddress": "sample string 11",
  "strSiteDateConsent": "sample string 12",
  "strSiteCustomerPassword": "sample string 13",
  "strSiteCustomerComment": "sample string 14",
  "intTimeOnSite": 15,
  "strComment": "sample string 16",
  "strBookingReference": "sample string 17",
  "strStatus": "sample string 18",
  "strBookingStatusType": "sample string 19",
  "dteCreatedDate": "2025-12-11T02:39:59.811359+00:00",
  "intPriority": 21,
  "intBookedBy": 22,
  "bisCustomerConfirmed": true,
  "dteCustomerConfirmedDate": "2025-12-11T02:39:59.811359+00:00",
  "intCustomerId": 25,
  "intAgentId": 26,
  "strBookedSlotType": "sample string 27",
  "bisIsEmailSendingEnabled": true,
  "bisIsSmsSendingEnabled": true,
  "strBookingChannel": "sample string 30",
  "dteClosedAt": "2025-12-11T02:39:59.811359+00:00",
  "strCancellationComment": "sample string 32",
  "strCancellationReason": "sample string 33",
  "strContactName": "sample string 34",
  "customerPostCode": "sample string 35",
  "strCompanyName": "sample string 36",
  "strLogo": "sample string 37",
  "intEngineerId": 38,
  "engineerName": "sample string 39",
  "patchCode": "sample string 40",
  "patchName": "sample string 41",
  "strBookedBy": "sample string 42",
  "appointmentEventType": "sample string 43",
  "mpaN_MPRN": "sample string 44",
  "intAppointmentTypeId": 45,
  "telephone": "sample string 46",
  "intJobTypeId": 47,
  "bookedDate": "sample string 48",
  "createdDate": "sample string 49",
  "customerConfirmedDate": "sample string 50",
  "closedAt": "sample string 51",
  "customerContactName": "sample string 52",
  "bCompleteForwardCall": true,
  "customerName": "sample string 54",
  "startDate": "sample string 55",
  "endDate": "sample string 56",
  "intcompanyid": 57,
  "pager": null,
  "rowsPerPage": 58,
  "pageNumber": 59,
  "strsearchtxt": "sample string 60",
  "allCOUNT": 61,
  "intTotalEntries": 62,
  "intShowingEntries": 63,
  "rownumber": 64,
  "iTotalItems": 65,
  "iCurrentPage": 66,
  "iPageSize": 67,
  "iTotalPages": 68,
  "iStartPage": 69,
  "iEndPage": 70,
  "strProduct": "sample string 71"
}

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.