POST v1/TravelLeaders/GetAgentExperientalPost
Request Information
URI Parameters
None.
Body Parameters
AgentExperientalPostRQName | Description | Type | Additional information |
---|---|---|---|
AgentId | integer |
None. |
|
BioId | integer |
None. |
|
BlogId | integer |
None. |
|
Rows | integer |
None. |
|
ReturnAll | string |
None. |
|
Vuserid | string |
None. |
|
PccCode | string |
None. |
|
UserId | integer |
None. |
|
AccountID | string |
None. |
|
UserName | string |
None. |
|
ApplicationDomain | ApplicationDomain |
None. |
|
guid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AgentId": 1, "BioId": 2, "BlogId": 3, "Rows": 4, "ReturnAll": "sample string 5", "Vuserid": "sample string 6", "PccCode": "sample string 7", "UserId": 8, "AccountID": "sample string 9", "UserName": "sample string 10", "ApplicationDomain": 0, "guid": "sample string 11" }
application/xml, text/xml
Sample:
<AgentExperientalPostRQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.TravelLeaders"> <AccountID xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 9</AccountID> <ApplicationDomain xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">GTL</ApplicationDomain> <PccCode xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 7</PccCode> <UserId xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">8</UserId> <UserName xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 10</UserName> <Vuserid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 6</Vuserid> <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 11</guid> <AgentId>1</AgentId> <BioId>2</BioId> <BlogId>3</BlogId> <ReturnAll>sample string 5</ReturnAll> <Rows>4</Rows> </AgentExperientalPostRQ>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AgentExperientalPostRSName | Description | Type | Additional information |
---|---|---|---|
AgentExperientalPost | Collection of AgentExperientalPost |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
guid | string |
None. |
|
PNR | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AgentExperientalPost": [ { "PostId": 1, "PostTitle": "sample string 2", "PostText": "sample string 3", "TravelImage": "sample string 4", "TravelImageCaption": "sample string 5", "TotalBioPosts": 6, "CustomTitle": "sample string 7", "CustomMeta": "sample string 8" }, { "PostId": 1, "PostTitle": "sample string 2", "PostText": "sample string 3", "TravelImage": "sample string 4", "TravelImageCaption": "sample string 5", "TotalBioPosts": 6, "CustomTitle": "sample string 7", "CustomMeta": "sample string 8" } ], "IsSuccess": true, "Message": "sample string 2", "guid": "sample string 3", "PNR": "sample string 4" }
application/xml, text/xml
Sample:
<AgentExperientalPostRS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.TravelLeaders"> <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 2</Message> <PNR xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 4</PNR> <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 3</guid> <AgentExperientalPost> <AgentExperientalPost> <CustomMeta>sample string 8</CustomMeta> <CustomTitle>sample string 7</CustomTitle> <PostId>1</PostId> <PostText>sample string 3</PostText> <PostTitle>sample string 2</PostTitle> <TotalBioPosts>6</TotalBioPosts> <TravelImage>sample string 4</TravelImage> <TravelImageCaption>sample string 5</TravelImageCaption> </AgentExperientalPost> <AgentExperientalPost> <CustomMeta>sample string 8</CustomMeta> <CustomTitle>sample string 7</CustomTitle> <PostId>1</PostId> <PostText>sample string 3</PostText> <PostTitle>sample string 2</PostTitle> <TotalBioPosts>6</TotalBioPosts> <TravelImage>sample string 4</TravelImage> <TravelImageCaption>sample string 5</TravelImageCaption> </AgentExperientalPost> </AgentExperientalPost> </AgentExperientalPostRS>