API Docs / Schemas / CsvMappingDtoPagedResult

CsvMappingDtoPagedResult

Properties

Name Type Description
dataarray of CsvMappingDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "code": "...",
      "name": "...",
      "columnMappings": "...",
      "matchField": "...",
      "isPreset": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations