POST api/booking/NoteNew
Request Information
URI Parameters
None.
Body Parameters
NotePostParams| Name | Description | Type | Additional information |
|---|---|---|---|
| ElencoRisorse | Collection of globally unique identifier |
None. |
|
| Inizio | date |
None. |
|
| Fine | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ElencoRisorse": [
"06a65a50-1dbc-48ad-a142-10fc57201e88",
"b9adf514-a5ae-4f2f-b17d-39269bdeff5d"
],
"Inizio": "2026-05-28T09:58:24.2991602+02:00",
"Fine": "2026-05-28T09:58:24.2991602+02:00"
}
application/xml, text/xml
Sample:
<NotePostParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConnectorsAPI.Commons.DTO.Booking">
<ElencoRisorse xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>06a65a50-1dbc-48ad-a142-10fc57201e88</d2p1:guid>
<d2p1:guid>b9adf514-a5ae-4f2f-b17d-39269bdeff5d</d2p1:guid>
</ElencoRisorse>
<Fine>2026-05-28T09:58:24.2991602+02:00</Fine>
<Inizio>2026-05-28T09:58:24.2991602+02:00</Inizio>
</NotePostParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |