POST v1/ItineraryManagement/UpdateNotes

Request Information

URI Parameters

None.

Body Parameters

ItineraryNotes
NameDescriptionTypeAdditional information
Id

integer

None.

ItineraryId

integer

None.

Title

string

None.

Note

string

None.

Date

date

None.

LinkToTripSegment

string

None.

Tags

string

None.

Vuserid

string

None.

PccCode

string

None.

UserId

integer

None.

AccountID

string

None.

UserName

string

None.

ApplicationDomain

ApplicationDomain

None.

guid

string

None.

DeviceType

DeviceType

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ItineraryId": 2,
  "Title": "sample string 3",
  "Note": "sample string 4",
  "Date": "2026-04-02T19:10:45.5912938+00:00",
  "LinkToTripSegment": "sample string 6",
  "Tags": "sample string 7",
  "Vuserid": "sample string 8",
  "PccCode": "sample string 9",
  "UserId": 10,
  "AccountID": "sample string 11",
  "UserName": "sample string 12",
  "ApplicationDomain": 0,
  "guid": "sample string 13",
  "DeviceType": 0
}

application/xml, text/xml

Sample:
<ItineraryNotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.ItineraryManagement">
  <AccountID xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 11</AccountID>
  <ApplicationDomain xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">GTL</ApplicationDomain>
  <DeviceType xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">WebJB</DeviceType>
  <PccCode xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 9</PccCode>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">10</UserId>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 12</UserName>
  <Vuserid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 8</Vuserid>
  <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 13</guid>
  <Date>2026-04-02T19:10:45.5912938+00:00</Date>
  <Id>1</Id>
  <ItineraryId>2</ItineraryId>
  <LinkToTripSegment>sample string 6</LinkToTripSegment>
  <Note>sample string 4</Note>
  <Tags>sample string 7</Tags>
  <Title>sample string 3</Title>
</ItineraryNotes>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

guid

string

None.

PNR

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2",
  "guid": "sample string 3",
  "PNR": "sample string 4"
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 2</Message>
  <PNR>sample string 4</PNR>
  <guid>sample string 3</guid>
</Response>