Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions API Testing/pillar2-external-test-stub/02-aa/Retrieve AA.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
meta {
name: Retrieve AA
type: http
seq: 2
}

get {
url: {{externalTestStubUrl}}/RESTAdapter/plr/account-activity?fromDate=2025-01-01&toDate=2025-12-31
body: json
auth: none
}

params:query {
fromDate: 2025-01-01
toDate: 2025-12-31
}

headers {
X-Pillar2-Id: {{testPlrId}}
Authorization: valid bearerToken
X-Receipt-Date: 2025-05-01T19:50:48Z
correlationid: 6e6e8428-6682-482c-a691-ae16cf3df183
X-Originating-System: MDTP
X-Transmitting-System: HIP
X-Message-Type: ACCOUNT_ACTIVITY
}
4 changes: 4 additions & 0 deletions API Testing/pillar2-external-test-stub/02-aa/folder.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
meta {
name: 02-aa
seq: 7
}