GET BillingCharges?processId={processId}&statementId={statementId}&number={number}&page={page}&pageSize={pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
processId

globally unique identifier

None.

statementId

globally unique identifier

None.

number

string

None.

page

integer

Default value is 1

pageSize

integer

Default value is 50

Body Parameters

None.

Response Information

Resource Description

ResponseContainerOfProcessesBillingChargeDto
NameDescriptionTypeAdditional information
Content

Collection of ProcessesBillingChargeDto

None.

TotalCount

integer

None.

TotalPages

integer

None.

PageSize

integer

None.

CurrentPage

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.