POST api/booking/NoteNew2
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": [
"a25195fc-72cc-465d-94ff-ea4fad759192",
"29e40c5f-c123-4ddb-876b-acac37e83214"
],
"Inizio": "2026-06-14T11:55:17.6059964+02:00",
"Fine": "2026-06-14T11:55:17.6059964+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>a25195fc-72cc-465d-94ff-ea4fad759192</d2p1:guid>
<d2p1:guid>29e40c5f-c123-4ddb-876b-acac37e83214</d2p1:guid>
</ElencoRisorse>
<Fine>2026-06-14T11:55:17.6059964+02:00</Fine>
<Inizio>2026-06-14T11:55:17.6059964+02:00</Inizio>
</NotePostParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>