All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| offerTemplateCategory | OfferTemplateCategoryDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"offerTemplateCategory" : {
"code" : "...",
"description" : "...",
"name" : "...",
"offerTemplateCategoryCode" : "...",
"id" : 12345,
"href" : "...",
"version" : 12345,
"lastModified" : 12345,
"active" : true,
"parentId" : 12345,
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "ENTITY_ALREADY_EXISTS_EXCEPTION",
"message" : "..."
}
}