POST api/Rolodex/RolodexImageUpload
Request Information
URI Parameters
None.
Body Parameters
RolodexImagesRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ImagesPath | string |
None. |
|
| SabrePropertyCode | string |
None. |
|
| TableName | 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:
{
"Id": 1,
"ImagesPath": "sample string 2",
"SabrePropertyCode": "sample string 3",
"TableName": "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"
}
application/xml, text/xml
Sample:
<RolodexImagesRQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Rolodex"> <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> <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> <Id>1</Id> <ImagesPath>sample string 2</ImagesPath> <SabrePropertyCode>sample string 3</SabrePropertyCode> <TableName>sample string 4</TableName> </RolodexImagesRQ>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional 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>