Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/accounting/{integrationId}/travelAgent/{travelAgentId}


Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
integrationIdIntegertrue
Unique identificator of the integration.
travelAgentIdIntegertrue
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

PropertyTypeRequiredDescription
TravelAgentAccountingTravelAgentAccountingtrue

Entity


FieldTypeRequiredDescription
travelAgentTravelAgenttrue
accountingAccountStringtrue

Example response

{
      "travelAgent": {
        "id": 1283,
        "name": "Zuzzu.com"
      },
      "accountingAccount": "5300001283"
    }
  • No labels