-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#789: fix campaign test for new API endpoint
- Loading branch information
1 parent
d790dfb
commit c0a18f0
Showing
2 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
test/resources/9999999/legacy/v1/beta2/data/campaign/get-response.json
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,29 @@ | ||
{ | ||
"startIndex": 0, | ||
"itemsPerPage": 50, | ||
"totalResults": 1, | ||
"entry": [ | ||
{ | ||
"id": "MjMxOjQ2OjA", | ||
"type": "Campaign", | ||
"createdDate": "2021-05-17T11:52:40Z", | ||
"lastUpdated": "2023-03-28T14:35:34.213Z", | ||
"createdBy": "https://mcabcdefghijkl-mnopqrs.rest.marketingcloudapis.com/legacy/v1/beta/organization/user/Nzc1MTU2ODo0OjA", | ||
"name": "testExisting_campaign", | ||
"description": "Test Campaign", | ||
"externalKey": "TEST CAMPAIGN", | ||
"campaignCode": "", | ||
"ownerId": "https://mcabcdefghijkl-mnopqrs.rest.marketingcloudapis.com/legacy/v1/beta/organization/user/NzI5NzMwMTo0OjA", | ||
"display": { | ||
"name": "color", | ||
"value": "f6efb6" | ||
}, | ||
"isFavorite": false, | ||
"plannedDeploymentDate": "2021-05-16T22:00:00Z", | ||
"campaignOwnerName": "Jörn Berkefeld", | ||
"campaignId": 231, | ||
"campaignStatus": "InProcess", | ||
"campaignOwner": "MDo0OjE" | ||
} | ||
] | ||
} |