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.

Request Formats

application/json, text/json

Sample:
{
  "TravefyUserToken": "sample string 1",
  "Title": "sample string 2",
  "TripId": "sample string 3",
  "Date": "sample string 4"
}

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">
  <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-03-21T22:28:42.330652+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-03-21T22:28:42.330652+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>