POST api/GetRouteAppointments

Request Information

URI Parameters

None.

Body Parameters

RouteAppoinmentModel
NameDescriptionTypeAdditional information
intId

integer

None.

strBookingRef

string

None.

strBookedDate

string

None.

strProduct

string

None.

strCustomerName

string

None.

strRouteName

string

None.

strSiteAddress

string

None.

strPostCode

string

None.

CurrentDate

string

None.

intAgentId

integer

None.

ErrorCode

integer

None.

ErrorMsg

string

None.

Type

string

None.

bisalive

boolean

None.

strAction

string

None.

IntCreatedBy

integer

None.

dteCreatedDate

date

None.

intModifyBy

integer

None.

dteModifyDate

date

None.

PageNo

integer

None.

PageSize

integer

None.

TotalRecord

integer

None.

ROWNUMBER

integer

None.

strSearchText

string

None.

orderColumn

string

None.

orderDir

string

None.

Request Formats

application/json, text/json

Sample:
{
  "intId": 1,
  "strBookingRef": "sample string 2",
  "strBookedDate": "sample string 3",
  "strProduct": "sample string 4",
  "strCustomerName": "sample string 5",
  "strRouteName": "sample string 6",
  "strSiteAddress": "sample string 7",
  "strPostCode": "sample string 8",
  "currentDate": "sample string 9",
  "intAgentId": 10,
  "errorCode": 11,
  "errorMsg": "sample string 12",
  "type": "sample string 13",
  "bisalive": true,
  "strAction": "sample string 15",
  "intCreatedBy": 1,
  "dteCreatedDate": "2025-12-11T02:45:45.1069944+00:00",
  "intModifyBy": 1,
  "dteModifyDate": "2025-12-11T02:45:45.1069944+00:00",
  "pageNo": 16,
  "pageSize": 17,
  "totalRecord": 18,
  "rownumber": 19,
  "strSearchText": "sample string 20",
  "orderColumn": "sample string 21",
  "orderDir": "sample string 22"
}

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.