v3

latestOpenAPI 3.0.42026-07-312008682.1 MB
Exports

Add export

Creates a new pending export for all entities of the specified EntityType. If an export with status Pending or Processing already exists for the same entity type, the request will be rejected. Successfully created exports remain available for download until the expiration date specified in ExpiresUtc. This operation supports Portfolio Access Tokens.

post/api/connector/v1/exports/add

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

EntityType'OrderItem' | 'Payment' | 'Reservation' | 'Customer' | 'Company' | 'Bill' | 'AvailabilityAdjustment' | 'AvailabilityBlock' | 'ResourceBlock' | 'LedgerEntry' required

Type of exported entities

OrderItem

Payment

Reservation

Customer

Company

Bill

AvailabilityAdjustment

AvailabilityBlock

ResourceBlock

LedgerEntry (Beta testing - subject to change. See Ledger entry type.)

Response

OK