List CompanyAccounting [GET]

Operation

Information of the operation

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


Request

PropertyTypeRequiredType 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

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


Response

PropertyTypeRequiredDescription
PagePagetrue

Entity


FieldTypeRequiredDescription
companyCompanytrue
accountingAccountStringtrue

Example response

{
  "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",
  	  "profileType": {
	 	"code": "2",
   	 	"name": "Company",
     	"nameI18n": "Company",
     	"colorCode": "#00ACC1"
   		}
    }
  ]
}