PaginationDtoContractSubscriptionDto
Represents paginated results.
content object[]
The list of items in the current page.
Unique identifier of the contract subscription
12345
Code of the associated bank
00004
User who created the contract subscription
john_doe
Code of the associated country
TN
Version of the contract subscription
1
Unique identifier of the contract
B0001768690832A
Product associated with the subscription
Premium Subscription
Client type code
P_SegmentClientContrat
Label representing the client type
Retail
State of the contract subscription
97
State label of the contract subscription
Active
Indicates if encryption is enabled
true
Indicates if sealing is enabled
false
Public key associated with the contract
MIIBIjANBgkqhkiG9...
Title of the commercial relationship
Commercial Relationship 1
Identifier of the commercial relationship
2755966
Agency managing the commercial relationship
86
Date when the subscription was made
2024-12-24
Indicates whether the subscription is enabled for subscribers
true
Internal identifier for the billing account
77426922
Account manager for the client
2c91808990a622a50190a7a521530001
Number of subscribers attached to contract
3
Represents the quality or status relative to a contract
92
commercialRelationDto object
DTO representing the details of a commercial relationship.
Unique identifier for the commercial relation
12345
Code of the associated bank
00004
Code of the associated country
TN
Version of the commercial relationship
1
Unique identifier for the commercial relation
2755966
Title of the commercial relationship
Commercial Relation 1
Segment of the commercial relation
Retail
National identification number for the commercial entity
IFN123456
Commercial register number of the company
9285554
First line of the address
123 Main Street
Second line of the address
Suite 101
Third line of the address
Building A
Phone number for the commercial relation
+1-800-123-4567
Trade finance bank ID associated with the commercial relation
456789
The total number of elements across all pages.
100
The total number of pages available.
10
The current page number (zero-based).
0
The number of items per page.
10
{
"content": [
{
"id": 12345,
"associatedBankCode": "00004",
"createdByUser": "john_doe",
"associatedCountryCode": "TN",
"version": 1,
"contractIdentifier": "B0001768690832A",
"subscriptionProduct": "Premium Subscription",
"clientType": "P_SegmentClientContrat",
"clientTypeLabel": "Retail",
"state": "97",
"stateLabel": "Active",
"encryption": true,
"sealing": false,
"publicKey": "MIIBIjANBgkqhkiG9...",
"commercialRelationTitle": "Commercial Relationship 1",
"commercialRelationIdentifier": 2755966,
"commercialAgency": 86,
"subscriptionDate": "2024-12-24",
"enableForSubscribers": true,
"billingAccount": 77426922,
"clientAccountManager": "2c91808990a622a50190a7a521530001",
"numberOfSubscribers": 3,
"qualityRelativeToContract": "92",
"commercialRelationDto": {
"id": 12345,
"associatedBankCode": "00004",
"associatedCountryCode": "TN",
"version": 1,
"commercialRelationIdentifier": 2755966,
"title": "Commercial Relation 1",
"segment": "Retail",
"nationalIFNumber": "IFN123456",
"commerceRegisterNumber": 9285554,
"addressLine1": "123 Main Street",
"addressLine2": "Suite 101",
"addressLine3": "Building A",
"phoneNumber": "+1-800-123-4567",
"tradeFinanceBankId": 456789
}
}
],
"totalElements": 100,
"totalPages": 10,
"number": 0,
"size": 10
}