POST api/Calender/GetAppointments
Request Information
URI Parameters
None.
Body Parameters
Service| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
None. |
|
| Reg | string |
None. |
|
| cellnumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "sample string 1",
"Reg": "sample string 2",
"cellnumber": "sample string 3"
}
application/xml, text/xml
Sample:
<Service xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyQuoteServiceWCF.Models"> <Reg>sample string 2</Reg> <cellnumber>sample string 3</cellnumber> <date>sample string 1</date> </Service>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.