API response containing a list of Tax mapping Dto
name | data type | description |
---|---|---|
paging | PagingAndFiltering | The paging. |
actionStatus | ActionStatus | The status response of the web service response. |
dto | array of TaxMappingDto | A list of Tax mapping dto |
Example
{ "paging" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "ASCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "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 }, { "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 } ] }