Operation
Information of the operation
Rw ui textbox macro | ||
---|---|---|
| ||
Only accessible with permission of pms.integration.accounting |
Style |
---|
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
Div | ||
---|---|---|
| ||
GET |
Div | ||
---|---|---|
| ||
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
Code Block | ||||
---|---|---|---|---|
| ||||
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/accounting/11/company |
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true |
Entity
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example response
Code Block | ||
---|---|---|
| ||
{
"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"
}
}
]
} |