POST api/Billing/BootGridAppointmentBillingCPTs
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"current": 1,
"rowCount": 2,
"sort": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4",
"sample string 5": "sample string 6"
},
"searchPhrase": "sample string 3",
"PagedListOption": {
"SortingOption": {
"Asc": 0,
"Prop": "sample string 1"
},
"SecondarySortingOption": {
"Asc": 0,
"Prop": "sample string 1"
},
"PagingOption": null
},
"CalendarAppointmentId": 4,
"CurrentCalendarAppointmentId": 5,
"CalendarAppointmentsIds": [
1,
2,
3
],
"ClinicId": 6,
"QuickFilter": "sample string 7",
"LocationId": 8,
"DoNotSort": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.