GET api/Claim/GetClaimItems?expenseClaimApplicationId={expenseClaimApplicationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| expenseClaimApplicationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "e7b4bcbe-43af-4bc9-9d59-4a1e20338c16",
"ExpenseClaimApplicationItemId": "5f0ec035-39b7-45c4-902b-43a37cd931e7",
"ExpenseDate": "2026-04-06T08:33:53.737357+08:00",
"ExpenseTypeId": "011110f4-e0dd-4836-90cf-83e532c99a64",
"ExpenseTypePolicyId": "d7bad769-a254-48ae-93c6-d5100b99af39",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "e32ed059-a7cb-4b46-a7c9-d713a13779c6",
"ClientName": "sample string 8",
"ProjectId": "717837cc-f350-409a-ad6b-b346886af45f",
"CurrencyPolicyId": "eb6b4074-6b16-40af-92d0-5502e907aa60",
"CurrencyId": "98eba675-72b7-4464-b195-dac56d5e915f",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "8f8a5579-aa4b-4a44-b998-b4fed3cffa65",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "65effdca-d2ca-45e2-a091-7ef786081f7c",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "3bd8a2a6-9ddb-47de-99ba-83c4afef3900",
"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": "65effdca-d2ca-45e2-a091-7ef786081f7c",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "3bd8a2a6-9ddb-47de-99ba-83c4afef3900",
"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": "65effdca-d2ca-45e2-a091-7ef786081f7c",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "3bd8a2a6-9ddb-47de-99ba-83c4afef3900",
"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
},
{
"ExpenseClaimApplicationId": "e7b4bcbe-43af-4bc9-9d59-4a1e20338c16",
"ExpenseClaimApplicationItemId": "5f0ec035-39b7-45c4-902b-43a37cd931e7",
"ExpenseDate": "2026-04-06T08:33:53.737357+08:00",
"ExpenseTypeId": "011110f4-e0dd-4836-90cf-83e532c99a64",
"ExpenseTypePolicyId": "d7bad769-a254-48ae-93c6-d5100b99af39",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "e32ed059-a7cb-4b46-a7c9-d713a13779c6",
"ClientName": "sample string 8",
"ProjectId": "717837cc-f350-409a-ad6b-b346886af45f",
"CurrencyPolicyId": "eb6b4074-6b16-40af-92d0-5502e907aa60",
"CurrencyId": "98eba675-72b7-4464-b195-dac56d5e915f",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "8f8a5579-aa4b-4a44-b998-b4fed3cffa65",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "65effdca-d2ca-45e2-a091-7ef786081f7c",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "3bd8a2a6-9ddb-47de-99ba-83c4afef3900",
"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": "65effdca-d2ca-45e2-a091-7ef786081f7c",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "3bd8a2a6-9ddb-47de-99ba-83c4afef3900",
"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": "65effdca-d2ca-45e2-a091-7ef786081f7c",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "3bd8a2a6-9ddb-47de-99ba-83c4afef3900",
"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:
<ArrayOfClaimItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAT.App.eClaim.API.Models">
<ClaimItem>
<AllowEdit>true</AllowEdit>
<Amount>1</Amount>
<Attachment>
<AllowEdit>true</AllowEdit>
<AttachmentId>65effdca-d2ca-45e2-a091-7ef786081f7c</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>3bd8a2a6-9ddb-47de-99ba-83c4afef3900</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>65effdca-d2ca-45e2-a091-7ef786081f7c</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>3bd8a2a6-9ddb-47de-99ba-83c4afef3900</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>65effdca-d2ca-45e2-a091-7ef786081f7c</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>3bd8a2a6-9ddb-47de-99ba-83c4afef3900</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>e32ed059-a7cb-4b46-a7c9-d713a13779c6</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>98eba675-72b7-4464-b195-dac56d5e915f</CurrencyId>
<CurrencyPolicyId>eb6b4074-6b16-40af-92d0-5502e907aa60</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>8f8a5579-aa4b-4a44-b998-b4fed3cffa65</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>e7b4bcbe-43af-4bc9-9d59-4a1e20338c16</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>5f0ec035-39b7-45c4-902b-43a37cd931e7</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-04-06T08:33:53.737357+08:00</ExpenseDate>
<ExpenseTypeId>011110f4-e0dd-4836-90cf-83e532c99a64</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>d7bad769-a254-48ae-93c6-d5100b99af39</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>717837cc-f350-409a-ad6b-b346886af45f</ProjectId>
<ProjectName>sample string 13</ProjectName>
<ShowClient>true</ShowClient>
<TaxAmount>1</TaxAmount>
<TaxInclusive>true</TaxInclusive>
<TierValue>1</TierValue>
<ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>
<ClaimItem>
<AllowEdit>true</AllowEdit>
<Amount>1</Amount>
<Attachment>
<AllowEdit>true</AllowEdit>
<AttachmentId>65effdca-d2ca-45e2-a091-7ef786081f7c</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>3bd8a2a6-9ddb-47de-99ba-83c4afef3900</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>65effdca-d2ca-45e2-a091-7ef786081f7c</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>3bd8a2a6-9ddb-47de-99ba-83c4afef3900</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>65effdca-d2ca-45e2-a091-7ef786081f7c</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>3bd8a2a6-9ddb-47de-99ba-83c4afef3900</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>e32ed059-a7cb-4b46-a7c9-d713a13779c6</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>98eba675-72b7-4464-b195-dac56d5e915f</CurrencyId>
<CurrencyPolicyId>eb6b4074-6b16-40af-92d0-5502e907aa60</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>8f8a5579-aa4b-4a44-b998-b4fed3cffa65</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>e7b4bcbe-43af-4bc9-9d59-4a1e20338c16</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>5f0ec035-39b7-45c4-902b-43a37cd931e7</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-04-06T08:33:53.737357+08:00</ExpenseDate>
<ExpenseTypeId>011110f4-e0dd-4836-90cf-83e532c99a64</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>d7bad769-a254-48ae-93c6-d5100b99af39</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>717837cc-f350-409a-ad6b-b346886af45f</ProjectId>
<ProjectName>sample string 13</ProjectName>
<ShowClient>true</ShowClient>
<TaxAmount>1</TaxAmount>
<TaxInclusive>true</TaxInclusive>
<TierValue>1</TierValue>
<ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>
</ArrayOfClaimItem>