TaxMappingResponseDto Data Type

API response containing the Tax mapping Dto

Implemented Interfaces
Serializable
Properties
name data type description
dto TaxMappingDto The title dto.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "dto" : {
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "id" : 12345,
    "accountTaxCategoryCode" : "...",
    "chargeTaxClassCode" : "...",
    "validFrom" : 12345,
    "validTo" : 12345,
    "sellerCountryCode" : "...",
    "buyerCountryCode" : "...",
    "filterEL" : "...",
    "taxCode" : "...",
    "taxEL" : "...",
    "taxScriptCode" : "...",
    "priority" : 12345,
    "source" : "...",
    "originId" : 12345
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}