All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| pricePlan | PricePlanMatrixDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"pricePlan" : {
"code" : "...",
"eventCode" : "...",
"description" : "...",
"seller" : "...",
"country" : "...",
"currency" : "...",
"minQuantity" : 12345.0,
"maxQuantity" : 12345.0,
"offerTemplate" : "...",
"startSubscriptionDate" : 12345,
"endSubscriptionDate" : 12345,
"startRatingDate" : 12345,
"endRatingDate" : 12345,
"minSubscriptionAgeInMonth" : 12345,
"maxSubscriptionAgeInMonth" : 12345,
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"amountWithoutTaxEL" : "...",
"amountWithTaxEL" : "...",
"priority" : 12345,
"criteria1" : "...",
"criteria2" : "...",
"criteria3" : "...",
"criteriaEL" : "...",
"validityCalendarCode" : "...",
"scriptInstance" : "...",
"customFields" : {
"customField" : [ { }, { } ]
},
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "ENTITY_DOES_NOT_EXISTS_EXCEPTION",
"message" : "..."
}
}