Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Operation

Information of the operation

Rw ui textbox macro
typewarning

Only accessible with permission of pms.integration.accounting


Style
table {
width: 100%;
}
body.page-gadget {
padding-top: 20px;
}
.separator{
margin: 5px 0;
}



Div
style background-color: green; color: white; display: inline-block; padding: 5px; border-radius: 3px;

GET



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;

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



Request

PropertyTypeRequiredPath Type parameterDefault valueDescription
chainIdIntegertrue

path parameter


Unique identificator of the chain.
propertyIdIntegertrue

path parameter


Unique identificator of the property.
integrationIdIntegertrue

path parameter


Unique identificator of the integration.
profileIdListList<Integer>false

request path


List of ProfileId


Example request

Code Block
languagepowershell
themeDJango
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/accounting/11/company



Response

PropertyTypeRequiredDescription
PagePagetrue

Entity

Insert excerpt
CompanyAccounting
CompanyAccounting
nopaneltrue

Example response

Code Block
themeDJango
{
  "count": 1003,
  "offset": 0,
  "limit": 1,
  "list": [
    {
      "id": null,
      "company": {
        "id": 26779,
        "name": "Abata",
        "code": null,
        "taxId": "1235734637G",
        "iataId": null,
        "companyEmailList": null,
        "companyAddressList": [
          {
            "id": 1285,
            "primary": true,
            "communicationLocationType": {
              "id": 1,
              "code": "1",
              "name": "Home"
            },
            "street": null,
            "city": null,
            "stateProvName": null,
            "stateProvCode": null,
            "postalCode": null,
            "countryCode": "ES",
            "remark": null
          }
        ],
        "companyPhoneList": null,
        "companyTaxAddress": null,
        "remark": null
      },
      "accountingAccount": "4300026779"
    }
  ]
}