-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a19b8f5
commit a42c17e
Showing
9 changed files
with
1,867 additions
and
1,691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<GetEntryResponse> | ||
<Signature></Signature> | ||
<ResponseTime>2020-01-10T10:00:00Z</ResponseTime> | ||
<CorrelationId>a9f13566e19f5ca51329479a5bae60c5</CorrelationId> | ||
<Entry> | ||
<Key>11122233300</Key> | ||
<KeyType>CPF</KeyType> | ||
<Account> | ||
<Participant>12345678</Participant> | ||
<Branch>0001</Branch> | ||
<AccountNumber>0007654321</AccountNumber> | ||
<AccountType>CACC</AccountType> | ||
<OpeningDate>2010-01-10T03:00:00Z</OpeningDate> | ||
</Account> | ||
<Owner> | ||
<Type>NATURAL_PERSON</Type> | ||
<TaxIdNumber>11122233300</TaxIdNumber> | ||
<Name>João Silva</Name> | ||
</Owner> | ||
<CreationDate>2019-11-18T03:00:00Z</CreationDate> | ||
<KeyOwnershipDate>2019-11-18T03:00:00Z</KeyOwnershipDate> | ||
<OpenClaimCreationDate>2019-11-19T03:00:00Z</OpenClaimCreationDate> | ||
</Entry> | ||
<Statistics> | ||
<LastUpdated>2020-01-17T10:00:00Z</LastUpdated> | ||
<Counters> | ||
<Counter type="SETTLEMENTS" by="KEY" d3="0" d30="5" m6="30"/> | ||
<Counter type="SETTLEMENTS" by="OWNER" d3="0" d30="5" m6="30"/> | ||
<Counter type="SETTLEMENTS" by="ACCOUNT" d3="0" d30="5" m6="30"/> | ||
<Counter type="REPORTED_FRAUDS" by="KEY" d3="0" d30="5" m6="30"/> | ||
<Counter type="REPORTED_FRAUDS" by="OWNER" d3="0" d30="5" m6="30"/> | ||
<Counter type="REPORTED_FRAUDS" by="ACCOUNT" d3="0" d30="5" m6="30"/> | ||
<Counter type="CONFIRMED_FRAUDS" by="KEY" d3="0" d30="5" m6="30"/> | ||
<Counter type="CONFIRMED_FRAUDS" by="OWNER" d3="0" d30="5" m6="30"/> | ||
<Counter type="CONFIRMED_FRAUDS" by="ACCOUNT" d3="0" d30="5" m6="30"/> | ||
</Counters> | ||
</Statistics> | ||
</GetEntryResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
openapi/examples/statistics/GetOwnerStatisticsResponse.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<GetOwnerStatisticsResponse> | ||
<Signature></Signature> | ||
<ResponseTime>2020-01-10T10:00:00Z</ResponseTime> | ||
<CorrelationId>a9f13566e19f5ca51329479a5bae60c5</CorrelationId> | ||
|
||
<OwnerStatistics> | ||
<TaxIdNumber>12345678901</TaxIdNumber> | ||
<LastUpdated>2020-01-17T10:00:00Z</LastUpdated> | ||
<Counters> | ||
<Counter type="SETTLEMENTS" d3="0" d30="20" m6="60"/> | ||
<Counter type="REPORTED_FRAUDS" d3="0" d30="10" m6="40"/> | ||
<Counter type="CONFIRMED_FRAUDS" d3="0" d30="5" m6="30"/> | ||
</Counters> | ||
</OwnerStatistics> | ||
</GetOwnerStatisticsResponse> |
Oops, something went wrong.