POST api/booking/Note

Request Information

URI Parameters

None.

Body Parameters

NotePostParams
NameDescriptionTypeAdditional information
ElencoRisorse

Collection of globally unique identifier

None.

Inizio

date

None.

Fine

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ElencoRisorse": [
    "8b3abc2f-f050-4403-837a-17d7fba3bcae",
    "6004b953-c63a-47f8-a593-841f2c6fb577"
  ],
  "Inizio": "2026-09-15T11:24:09.4410068+02:00",
  "Fine": "2026-09-15T11:24:09.4410068+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>8b3abc2f-f050-4403-837a-17d7fba3bcae</d2p1:guid>
    <d2p1:guid>6004b953-c63a-47f8-a593-841f2c6fb577</d2p1:guid>
  </ElencoRisorse>
  <Fine>2026-09-15T11:24:09.4410068+02:00</Fine>
  <Inizio>2026-09-15T11:24:09.4410068+02:00</Inizio>
</NotePostParams>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NotePostParams'.

Response Information

Resource Description

string

Response 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>