GET api/Claim/GetClaimItem?expenseClaimApplicationItemId={expenseClaimApplicationItemId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
expenseClaimApplicationItemId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ClaimItem
NameDescriptionTypeAdditional information
ExpenseClaimApplicationId

globally unique identifier

None.

ExpenseClaimApplicationItemId

globally unique identifier

None.

ExpenseDate

date

None.

ExpenseTypeId

globally unique identifier

None.

ExpenseTypePolicyId

globally unique identifier

None.

ExpenseTypeName

string

None.

Description

string

None.

ClientId

globally unique identifier

None.

ClientName

string

None.

ProjectId

globally unique identifier

None.

CurrencyPolicyId

globally unique identifier

None.

CurrencyId

globally unique identifier

None.

CurrencyCode

string

None.

Amount

decimal number

None.

TaxInclusive

boolean

None.

TaxAmount

decimal number

None.

ExpenseCategoryCId

globally unique identifier

None.

ExpenseCategoryName

string

None.

ProjectName

string

None.

Attachment

Attachment

None.

Attachments

Collection of Attachment

None.

ValidationMessage

string

None.

TierValue

decimal number

None.

BackgroundColorWithValidationMessage

string

None.

IsOverLimit

boolean

None.

AllowEdit

boolean

None.

ExchangeRate

decimal number

None.

ShowClient

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ExpenseClaimApplicationId": "909a0904-7cc5-4eed-b65d-d123f3b79f83",
  "ExpenseClaimApplicationItemId": "274cea17-3bf0-45e4-bac4-e8ae7b21a47f",
  "ExpenseDate": "2025-10-25T14:24:17.1287721+08:00",
  "ExpenseTypeId": "7f9c7f96-4061-415c-9bee-ab176fed94c6",
  "ExpenseTypePolicyId": "ecff5026-14bc-4363-b7dc-ab69917a0b30",
  "ExpenseTypeName": "sample string 6",
  "Description": "sample string 7",
  "ClientId": "52bc4484-46de-4d57-8cf2-b24e609c37bf",
  "ClientName": "sample string 8",
  "ProjectId": "b809b4f8-e15b-4931-ad8d-0c65944f8b5d",
  "CurrencyPolicyId": "79da556b-cfcb-464f-91a6-937e24b330fd",
  "CurrencyId": "9eb527ae-a834-4afa-b847-897f177a1eb1",
  "CurrencyCode": "sample string 9",
  "Amount": 1.0,
  "TaxInclusive": true,
  "TaxAmount": 1.0,
  "ExpenseCategoryCId": "197ca90a-53b3-4a19-919c-6e4104083cc9",
  "ExpenseCategoryName": "sample string 12",
  "ProjectName": "sample string 13",
  "Attachment": {
    "AttachmentId": "7d78984b-1eee-4f41-bc04-fca5cde1116e",
    "OwnerTable": "sample string 2",
    "ExpenseClaimApplicationItemId": "c0e1a65f-5611-43e8-994b-e17bb834a928",
    "AttachmentMethod": 1,
    "AttachmentType": 1,
    "FileName": "sample string 4",
    "FilePath": "sample string 5",
    "ContentType": "sample string 6",
    "ContentLength": 7,
    "FileContent": "QEA=",
    "UploadTempFilePath": "sample string 8",
    "AttachmentUrl": "sample string 9",
    "AllowEdit": true,
    "ShowAttachmentImage": false
  },
  "Attachments": [
    {
      "AttachmentId": "7d78984b-1eee-4f41-bc04-fca5cde1116e",
      "OwnerTable": "sample string 2",
      "ExpenseClaimApplicationItemId": "c0e1a65f-5611-43e8-994b-e17bb834a928",
      "AttachmentMethod": 1,
      "AttachmentType": 1,
      "FileName": "sample string 4",
      "FilePath": "sample string 5",
      "ContentType": "sample string 6",
      "ContentLength": 7,
      "FileContent": "QEA=",
      "UploadTempFilePath": "sample string 8",
      "AttachmentUrl": "sample string 9",
      "AllowEdit": true,
      "ShowAttachmentImage": false
    },
    {
      "AttachmentId": "7d78984b-1eee-4f41-bc04-fca5cde1116e",
      "OwnerTable": "sample string 2",
      "ExpenseClaimApplicationItemId": "c0e1a65f-5611-43e8-994b-e17bb834a928",
      "AttachmentMethod": 1,
      "AttachmentType": 1,
      "FileName": "sample string 4",
      "FilePath": "sample string 5",
      "ContentType": "sample string 6",
      "ContentLength": 7,
      "FileContent": "QEA=",
      "UploadTempFilePath": "sample string 8",
      "AttachmentUrl": "sample string 9",
      "AllowEdit": true,
      "ShowAttachmentImage": false
    }
  ],
  "ValidationMessage": "sample string 14",
  "TierValue": 1.0,
  "BackgroundColorWithValidationMessage": "sample string 15",
  "IsOverLimit": true,
  "AllowEdit": true,
  "ExchangeRate": 1.0,
  "ShowClient": true
}

application/xml, text/xml

Sample:
<ClaimItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAT.App.eClaim.API.Models">
  <AllowEdit>true</AllowEdit>
  <Amount>1</Amount>
  <Attachment>
    <AllowEdit>true</AllowEdit>
    <AttachmentId>7d78984b-1eee-4f41-bc04-fca5cde1116e</AttachmentId>
    <AttachmentMethod>Database</AttachmentMethod>
    <AttachmentType>Normal</AttachmentType>
    <AttachmentUrl>sample string 9</AttachmentUrl>
    <ContentLength>7</ContentLength>
    <ContentType>sample string 6</ContentType>
    <ExpenseClaimApplicationItemId>c0e1a65f-5611-43e8-994b-e17bb834a928</ExpenseClaimApplicationItemId>
    <FileContent>QEA=</FileContent>
    <FileName>sample string 4</FileName>
    <FilePath>sample string 5</FilePath>
    <OwnerTable>sample string 2</OwnerTable>
    <UploadTempFilePath>sample string 8</UploadTempFilePath>
  </Attachment>
  <Attachments>
    <Attachment>
      <AllowEdit>true</AllowEdit>
      <AttachmentId>7d78984b-1eee-4f41-bc04-fca5cde1116e</AttachmentId>
      <AttachmentMethod>Database</AttachmentMethod>
      <AttachmentType>Normal</AttachmentType>
      <AttachmentUrl>sample string 9</AttachmentUrl>
      <ContentLength>7</ContentLength>
      <ContentType>sample string 6</ContentType>
      <ExpenseClaimApplicationItemId>c0e1a65f-5611-43e8-994b-e17bb834a928</ExpenseClaimApplicationItemId>
      <FileContent>QEA=</FileContent>
      <FileName>sample string 4</FileName>
      <FilePath>sample string 5</FilePath>
      <OwnerTable>sample string 2</OwnerTable>
      <UploadTempFilePath>sample string 8</UploadTempFilePath>
    </Attachment>
    <Attachment>
      <AllowEdit>true</AllowEdit>
      <AttachmentId>7d78984b-1eee-4f41-bc04-fca5cde1116e</AttachmentId>
      <AttachmentMethod>Database</AttachmentMethod>
      <AttachmentType>Normal</AttachmentType>
      <AttachmentUrl>sample string 9</AttachmentUrl>
      <ContentLength>7</ContentLength>
      <ContentType>sample string 6</ContentType>
      <ExpenseClaimApplicationItemId>c0e1a65f-5611-43e8-994b-e17bb834a928</ExpenseClaimApplicationItemId>
      <FileContent>QEA=</FileContent>
      <FileName>sample string 4</FileName>
      <FilePath>sample string 5</FilePath>
      <OwnerTable>sample string 2</OwnerTable>
      <UploadTempFilePath>sample string 8</UploadTempFilePath>
    </Attachment>
  </Attachments>
  <BackgroundColorWithValidationMessage>sample string 15</BackgroundColorWithValidationMessage>
  <ClientId>52bc4484-46de-4d57-8cf2-b24e609c37bf</ClientId>
  <ClientName>sample string 8</ClientName>
  <CurrencyCode>sample string 9</CurrencyCode>
  <CurrencyId>9eb527ae-a834-4afa-b847-897f177a1eb1</CurrencyId>
  <CurrencyPolicyId>79da556b-cfcb-464f-91a6-937e24b330fd</CurrencyPolicyId>
  <Description>sample string 7</Description>
  <ExchangeRate>1</ExchangeRate>
  <ExpenseCategoryCId>197ca90a-53b3-4a19-919c-6e4104083cc9</ExpenseCategoryCId>
  <ExpenseCategoryName>sample string 12</ExpenseCategoryName>
  <ExpenseClaimApplicationId>909a0904-7cc5-4eed-b65d-d123f3b79f83</ExpenseClaimApplicationId>
  <ExpenseClaimApplicationItemId>274cea17-3bf0-45e4-bac4-e8ae7b21a47f</ExpenseClaimApplicationItemId>
  <ExpenseDate>2025-10-25T14:24:17.1287721+08:00</ExpenseDate>
  <ExpenseTypeId>7f9c7f96-4061-415c-9bee-ab176fed94c6</ExpenseTypeId>
  <ExpenseTypeName>sample string 6</ExpenseTypeName>
  <ExpenseTypePolicyId>ecff5026-14bc-4363-b7dc-ab69917a0b30</ExpenseTypePolicyId>
  <IsOverLimit>true</IsOverLimit>
  <ProjectId>b809b4f8-e15b-4931-ad8d-0c65944f8b5d</ProjectId>
  <ProjectName>sample string 13</ProjectName>
  <ShowClient>true</ShowClient>
  <TaxAmount>1</TaxAmount>
  <TaxInclusive>true</TaxInclusive>
  <TierValue>1</TierValue>
  <ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>