Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: Zeus
-
Fix Version/s: Zeus
-
Component/s: None
-
Labels:None
-
Environment:
QA2
-
Sprint:Sprint 11
Description
Steps:
--------
1. Create a deployment request as follows, mention adType in the request,
{
"merchantUuid": "101d76c9-7a0f-4996-9bd5-795192aaf582",
"primaryDestinationUrl": "http://www.merchantsite.com",
"name": "Test",
"comments": "This is Comment section",
"campaignList": [
],
"distributionBudgets": [
]
}
2. Deploy the order through External API.
Issue: Order is going to Error state. Without adType in the request deployment is working fine.
Seeing the following response to the ADS request in the Jboss log.
<resultCode>failure</resultCode><resultString>all non-deleted campaigns for the customer must be included in the request; please add the missing ones or delete them first (via updateCampaignStatus) then re-submit request</resultString>
See the complete attached Jboss log.