| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| name | string | |
| longDescription | string | |
| disabled | boolean | |
| bomCode | string | |
| |
|
|
| offerTemplateCategory | array of string | |
| offerServiceTemplate | array of OfferServiceTemplateDto | |
| offerProductTemplate | array of OfferProductTemplateDto | |
| customFields | CustomFieldsDto | |
| imagePath | string | This field is populated on find and list. Use to pull the image from a servlet later on. |
| imageBase64 | string | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"code" : "...",
"description" : "...",
"name" : "...",
"longDescription" : "...",
"disabled" : true,
"bomCode" : "...",
"offerTemplateCategory" : [ "...", "..." ],
"offerServiceTemplate" : [ {
"serviceTemplate" : {
"code" : "...",
"description" : "...",
"longDescription" : "...",
"invoicingCalendar" : "...",
"serviceChargeTemplateRecurrings" : { },
"serviceChargeTemplateSubscriptions" : { },
"serviceChargeTemplateTerminations" : { },
"serviceChargeTemplateUsages" : { },
"customFields" : { },
"somCode" : "...",
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
},
"mandatory" : true,
"incompatibleServiceTemplate" : [ {
"code" : "...",
"description" : "...",
"longDescription" : "...",
"invoicingCalendar" : "...",
"serviceChargeTemplateRecurrings" : { },
"serviceChargeTemplateSubscriptions" : { },
"serviceChargeTemplateTerminations" : { },
"serviceChargeTemplateUsages" : { },
"customFields" : { },
"somCode" : "...",
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
}, {
"code" : "...",
"description" : "...",
"longDescription" : "...",
"invoicingCalendar" : "...",
"serviceChargeTemplateRecurrings" : { },
"serviceChargeTemplateSubscriptions" : { },
"serviceChargeTemplateTerminations" : { },
"serviceChargeTemplateUsages" : { },
"customFields" : { },
"somCode" : "...",
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
} ]
}, {
"serviceTemplate" : {
"code" : "...",
"description" : "...",
"longDescription" : "...",
"invoicingCalendar" : "...",
"serviceChargeTemplateRecurrings" : { },
"serviceChargeTemplateSubscriptions" : { },
"serviceChargeTemplateTerminations" : { },
"serviceChargeTemplateUsages" : { },
"customFields" : { },
"somCode" : "...",
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
},
"mandatory" : true,
"incompatibleServiceTemplate" : [ {
"code" : "...",
"description" : "...",
"longDescription" : "...",
"invoicingCalendar" : "...",
"serviceChargeTemplateRecurrings" : { },
"serviceChargeTemplateSubscriptions" : { },
"serviceChargeTemplateTerminations" : { },
"serviceChargeTemplateUsages" : { },
"customFields" : { },
"somCode" : "...",
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
}, {
"code" : "...",
"description" : "...",
"longDescription" : "...",
"invoicingCalendar" : "...",
"serviceChargeTemplateRecurrings" : { },
"serviceChargeTemplateSubscriptions" : { },
"serviceChargeTemplateTerminations" : { },
"serviceChargeTemplateUsages" : { },
"customFields" : { },
"somCode" : "...",
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
} ]
} ],
"offerProductTemplate" : [ {
"productTemplate" : {
"productChargeTemplate" : [ { }, { } ],
"businessProductModel" : { },
"walletTemplate" : [ { }, { } ],
"code" : "...",
"description" : "...",
"name" : "...",
"offerTemplateCategory" : [ { }, { } ],
"digitalResource" : [ { }, { } ],
"modelCode" : "...",
"validFrom" : 12345,
"validTo" : 12345,
"lifeCycleStatus" : "IN_TEST",
"customFields" : { },
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
},
"mandatory" : true
}, {
"productTemplate" : {
"productChargeTemplate" : [ { }, { } ],
"businessProductModel" : { },
"walletTemplate" : [ { }, { } ],
"code" : "...",
"description" : "...",
"name" : "...",
"offerTemplateCategory" : [ { }, { } ],
"digitalResource" : [ { }, { } ],
"modelCode" : "...",
"validFrom" : 12345,
"validTo" : 12345,
"lifeCycleStatus" : "IN_STUDY",
"customFields" : { },
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
},
"mandatory" : true
} ],
"customFields" : {
"customField" : [ {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "STORE_ONLY"
}, {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "INDEX"
} ]
},
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
}