POST api/Reservation/ReservationRegister?CID={CID}&FromDtStr={FromDtStr}&ToDtStr={ToDtStr}&ProcedureId={ProcedureId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CID | string |
Required |
|
| FromDtStr | string |
Required |
|
| ToDtStr | string |
Required |
|
| ProcedureId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AppointmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ReservationDataTable | DataTable |
None. |
|
| AccPartyMasterList | Collection of Object |
None. |
|
| AdmBedAllocList | Collection of Object |
None. |
|
| DistinctDateList | Collection of Object |
None. |
|
| EnqFollowUpList | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReservationDataTable": null,
"AccPartyMasterList": null,
"AdmBedAllocList": null,
"DistinctDateList": null,
"EnqFollowUpList": null
}
text/html
Sample:
{"ReservationDataTable":null,"AccPartyMasterList":null,"AdmBedAllocList":null,"DistinctDateList":null,"EnqFollowUpList":null}
application/xml, text/xml
Sample:
<AppointmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models"> <AccPartyMasterList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <AdmBedAllocList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <DistinctDateList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <EnqFollowUpList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <ReservationDataTable i:nil="true" /> </AppointmentModel>