Methods

  • get - List Employee Expense Categories with pagination

Resource

{
    "currentPage": "int32",
    "itemCount": "int32",
    "itemCountFuture": {
        "value": "int32"
    },
    "items": [
        {
            "description": "string",
            "externalId": "string",
            "externalReferenceId": "string",
            "externalTaxCodeId": "string",
            "generalLedgerMappingCode": "string",
            "id": "int32",
            "name": "string",
            "taxCode": "string",
            "taxRate": "double"
        }
    ],
    "pageCount": "int32",
    "pageSize": "int32"
}

Properties

Name Type Description
currentPage int32 Int32
itemCount int32 Int32
itemCountFuture object IFutureValue
itemCountFuture.value int32 Int32
items[] array
items[].description string String
items[].externalId string String
items[].externalReferenceId string String
items[].externalTaxCodeId string String
items[].generalLedgerMappingCode string String
items[].id int32 Int32
items[].name string String
items[].taxCode string String
items[].taxRate double Nullable
pageCount int32 Int32
pageSize int32 Int32