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
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 | 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
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" } } ] }