All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| oneShotChargeTemplate | OneShotChargeTemplateDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"oneShotChargeTemplate" : {
"oneShotChargeTemplateType" : "TERMINATION",
"immediateInvoicing" : true,
"code" : "...",
"description" : "...",
"invoiceSubCategory" : "...",
"disabled" : true,
"amountEditable" : true,
"languageDescriptions" : [ {
"languageCode" : "...",
"description" : "..."
}, {
"languageCode" : "...",
"description" : "..."
} ],
"inputUnitDescription" : "...",
"ratingUnitDescription" : "...",
"unitMultiplicator" : 12345.0,
"unitNbDecimal" : 12345,
"roundingModeDtoEnum" : "UP",
"revenueRecognitionRuleCode" : "...",
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
},
"triggeredEdrs" : {
"triggeredEdr" : [ { }, { } ]
},
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "ENTITY_DOES_NOT_EXISTS_EXCEPTION",
"message" : "..."
}
}