All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| usageChargeTemplate | UsageChargeTemplateDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"usageChargeTemplate" : {
"filterParam1" : "...",
"filterParam2" : "...",
"filterParam3" : "...",
"filterParam4" : "...",
"filterExpression" : "...",
"priority" : 12345,
"code" : "...",
"description" : "...",
"invoiceSubCategory" : "...",
"disabled" : true,
"amountEditable" : true,
"languageDescriptions" : [ {
"languageCode" : "...",
"description" : "..."
}, {
"languageCode" : "...",
"description" : "..."
} ],
"inputUnitDescription" : "...",
"ratingUnitDescription" : "...",
"unitMultiplicator" : 12345.0,
"unitNbDecimal" : 12345,
"roundingModeDtoEnum" : "DOWN",
"revenueRecognitionRuleCode" : "...",
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
},
"triggeredEdrs" : {
"triggeredEdr" : [ { }, { } ]
},
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "AUTHENTICATION_AUTHORIZATION_EXCEPTION",
"message" : "..."
}
}