Methods

  • get - Get Employee Expense Category by ID
  • get - List Employee Expense Categories
  • post - Create Employee Expense Category
  • put - Update Employee Expense Category

Resource

{
    "description": "string",
    "externalId": "string",
    "externalReferenceId": "string",
    "externalTaxCodeId": "string",
    "generalLedgerMappingCode": "string",
    "id": "int32",
    "name": "string",
    "taxCode": "string",
    "taxRate": "double"
}

Properties

Name Type Description
description string String
externalId string String
externalReferenceId string String
externalTaxCodeId string String
generalLedgerMappingCode string String
id int32 Int32
name string String
taxCode string String
taxRate double Nullable