List TravelAgentAccounting [GET]
Operation
Information of the operation
GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/accounting/{integrationId}/travelAgent
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | Unique identificator of the chain. | |
propertyId | Integer | true | path parameter | Unique identificator of the property. | |
integrationId | Integer | true | path parameter | Unique identificator of the integration. | |
profileIdList | List<Integer> | false | List of ProfielId |
Example request
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/accounting/11/travelAgent
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true |
Entity
Field Type Required Description travelAgent TravelAgent true accountingAccount String true
Example response
{ "count": 272, "offset": 0, "limit": 1, "list": [ { "travelAgent": { "id": 1283, "name": "Zuzzu.com", "profileType": { "code": "3", "name": "Travel agent", "nameI18n": "Travel agent", "colorCode": "#00ACC1" } }, "accountingAccount": "5300001283" } ] }