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

« Previous Version 5 Next »

Operation

Information of the operation

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


Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
integrationIdIntegertrue
Unique identificator of the integration.
productIdLIstList<Integer>false
List of ProductId

Example request

GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/chain/1/property/2/accounting/11/productList


Response

PropertyTypeRequiredDescription
PagePagetrue

Entity


FieldTypeRequiredDescription
productProducttrue
accountingAccountStringtrue

Example response

{
  "count": 54,
  "offset": 0,
  "limit": 1,
  "list": [
    {
      "product": {
        "id": 797,
        "name": "City Tax Mallorca",
        "productType": {
          "id": 6,
          "code": "FEE",
          "name": "Fee"
        }
      },
      "accountingAccount": "4500000797"
    }
  ]
}
  • No labels