GET api/Claim/GetClaimItem?expenseClaimApplicationItemId={expenseClaimApplicationItemId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| expenseClaimApplicationItemId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ClaimItem| Name | Description | Type | Additional 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": "3185be56-f198-4bbd-9c6e-e36437b79336",
"ExpenseClaimApplicationItemId": "e122acc5-ac8f-415b-95ac-180c4c993edd",
"ExpenseDate": "2026-08-17T09:09:29.1740478+08:00",
"ExpenseTypeId": "376b51ee-be12-4d03-b39a-507dc693a07e",
"ExpenseTypePolicyId": "a47214a5-edc2-4b0f-bba1-b0d0c15a36c0",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "d0fb1733-079e-4310-9eaa-69dcb401a582",
"ClientName": "sample string 8",
"ProjectId": "bd8ab920-98cf-45d8-94a3-c4aacbe056c4",
"CurrencyPolicyId": "d8eeb0e5-41c4-4a67-a320-00082c8829ab",
"CurrencyId": "431a21da-5688-4617-8cde-a6cb5f0f4492",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "f15a0c92-36bd-4bc6-9a18-a3c53d2b370f",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "755dd4e6-2974-4226-b5da-c3b3dd3f41cf",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eba58e1c-d1a0-46fa-af7e-d7963f4ecc4a",
"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": "755dd4e6-2974-4226-b5da-c3b3dd3f41cf",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eba58e1c-d1a0-46fa-af7e-d7963f4ecc4a",
"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": "755dd4e6-2974-4226-b5da-c3b3dd3f41cf",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eba58e1c-d1a0-46fa-af7e-d7963f4ecc4a",
"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>755dd4e6-2974-4226-b5da-c3b3dd3f41cf</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eba58e1c-d1a0-46fa-af7e-d7963f4ecc4a</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>755dd4e6-2974-4226-b5da-c3b3dd3f41cf</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eba58e1c-d1a0-46fa-af7e-d7963f4ecc4a</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>755dd4e6-2974-4226-b5da-c3b3dd3f41cf</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eba58e1c-d1a0-46fa-af7e-d7963f4ecc4a</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>d0fb1733-079e-4310-9eaa-69dcb401a582</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>431a21da-5688-4617-8cde-a6cb5f0f4492</CurrencyId>
<CurrencyPolicyId>d8eeb0e5-41c4-4a67-a320-00082c8829ab</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>f15a0c92-36bd-4bc6-9a18-a3c53d2b370f</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>3185be56-f198-4bbd-9c6e-e36437b79336</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>e122acc5-ac8f-415b-95ac-180c4c993edd</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-08-17T09:09:29.1740478+08:00</ExpenseDate>
<ExpenseTypeId>376b51ee-be12-4d03-b39a-507dc693a07e</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>a47214a5-edc2-4b0f-bba1-b0d0c15a36c0</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>bd8ab920-98cf-45d8-94a3-c4aacbe056c4</ProjectId>
<ProjectName>sample string 13</ProjectName>
<ShowClient>true</ShowClient>
<TaxAmount>1</TaxAmount>
<TaxInclusive>true</TaxInclusive>
<TierValue>1</TierValue>
<ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>