Operation
Information of the operation
GET
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/accounting/{integrationId}/travelAgent/{travelAgentId}
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
chainId | Integer | true | Unique identificator of the chain. | |
propertyId | Integer | true | Unique identificator of the property. | |
integrationId | Integer | true | Unique identificator of the integration. | |
travelAgentId | Integer | true | Unique identificator of the customer. |
Example request
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/chain/1/property/2/accounting/11/travelAgent/26782
Response
Property | Type | Required | Description |
---|---|---|---|
TravelAgentAccounting | TravelAgentAccounting | true |
Entity
Field Type Required Description travelAgent TravelAgent true accountingAccount String true
Example response
{ "travelAgent": { "id": 1283, "name": "Zuzzu.com" }, "accountingAccount": "5300001283" }