POST v1/Travefy/CreateTripDay

Request Information

URI Parameters

None.

Body Parameters

CreateTripDay
NameDescriptionTypeAdditional information
TravefyUserToken

string

None.

Title

string

None.

TripId

string

None.

Date

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:
{
  "TravefyUserToken": "sample string 1",
  "Title": "sample string 2",
  "TripId": "sample string 3",
  "Date": "sample string 4",
  "Vuserid": "sample string 5",
  "PccCode": "sample string 6",
  "UserId": 7,
  "AccountID": "sample string 8",
  "UserName": "sample string 9",
  "ApplicationDomain": 0,
  "guid": "sample string 10",
  "DeviceType": 0
}

application/xml, text/xml

Sample:
<CreateTripDay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Travefy">
  <AccountID xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 8</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 6</PccCode>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">7</UserId>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 9</UserName>
  <Vuserid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 5</Vuserid>
  <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 10</guid>
  <Date>sample string 4</Date>
  <Title>sample string 2</Title>
  <TravefyUserToken>sample string 1</TravefyUserToken>
  <TripId>sample string 3</TripId>
</CreateTripDay>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TripDayResponse
NameDescriptionTypeAdditional information
Id

integer

None.

VerificationKey

integer

None.

ShareUrlPath

string

None.

Name

string

None.

Active

boolean

None.

CreatedOn

date

None.

InviteMessage

string

None.

IsProposal

boolean

None.

IsChatDisabled

boolean

None.

IsPdfEnabled

boolean

None.

IsAppEnabled

boolean

None.

PublishingStatus

integer

None.

IsArchived

boolean

None.

IsSuccess

boolean

None.

Message

string

None.

guid

string

None.

PNR

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "VerificationKey": 2,
  "ShareUrlPath": "sample string 3",
  "Name": "sample string 4",
  "Active": true,
  "CreatedOn": "2026-09-19T10:04:54.6105011+00:00",
  "InviteMessage": "sample string 7",
  "IsProposal": true,
  "IsChatDisabled": true,
  "IsPdfEnabled": true,
  "IsAppEnabled": true,
  "PublishingStatus": 12,
  "IsArchived": true,
  "IsSuccess": true,
  "Message": "sample string 15",
  "guid": "sample string 16",
  "PNR": "sample string 17"
}

application/xml, text/xml

Sample:
<TripDayResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Travefy">
  <IsSuccess xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">true</IsSuccess>
  <Message xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 15</Message>
  <PNR xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 17</PNR>
  <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 16</guid>
  <Active>true</Active>
  <CreatedOn>2026-09-19T10:04:54.6105011+00:00</CreatedOn>
  <Id>1</Id>
  <InviteMessage>sample string 7</InviteMessage>
  <IsAppEnabled>true</IsAppEnabled>
  <IsArchived>true</IsArchived>
  <IsChatDisabled>true</IsChatDisabled>
  <IsPdfEnabled>true</IsPdfEnabled>
  <IsProposal>true</IsProposal>
  <Name>sample string 4</Name>
  <PublishingStatus>12</PublishingStatus>
  <ShareUrlPath>sample string 3</ShareUrlPath>
  <VerificationKey>2</VerificationKey>
</TripDayResponse>