POST api/ModHairAppuntamenti?IdAppuntamento={IdAppuntamento}&IdCliente={IdCliente}&Servizio={Servizio}&Staff={Staff}&GiornoAppuntamento={GiornoAppuntamento}&GiornoDisponibilita={GiornoDisponibilita}&OraInizio={OraInizio}&OraFine={OraFine}&StatoAppuntamento={StatoAppuntamento}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdAppuntamento | integer |
Required |
|
| IdCliente | integer |
Required |
|
| Servizio | string |
Required |
|
| Staff | string |
Required |
|
| GiornoAppuntamento | date |
Required |
|
| GiornoDisponibilita | string |
Required |
|
| OraInizio | string |
Required |
|
| OraFine | string |
Required |
|
| StatoAppuntamento | integer |
Required |
Body Parameters
String&None.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>