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": "6669b869-4844-4db6-9591-1110f93f7ab7",
"ExpenseClaimApplicationItemId": "3659cb3c-21d2-48df-9be6-eb09a51855dd",
"ExpenseDate": "2026-04-06T08:30:48.1232549+08:00",
"ExpenseTypeId": "f6fae5fb-676d-4986-b95d-eab22c68af68",
"ExpenseTypePolicyId": "861c3cee-3786-486f-8162-8509510f8e93",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "1316b336-967f-4a0d-950e-d41ca3e85b71",
"ClientName": "sample string 8",
"ProjectId": "72c2018e-23e0-4d0a-905a-d85aa50ff7a7",
"CurrencyPolicyId": "1634b86a-6840-44df-b690-041e61d0c6a5",
"CurrencyId": "397348b6-3998-44da-8c9c-8fabb71ce8bb",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "cf5f8edb-0e87-41fa-bcda-3beb11b07607",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "80a6824e-42dc-4b9a-baab-706ea2ba43e7",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "197f337b-0697-44b3-b746-ab6b5b6cd083",
"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": "80a6824e-42dc-4b9a-baab-706ea2ba43e7",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "197f337b-0697-44b3-b746-ab6b5b6cd083",
"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": "80a6824e-42dc-4b9a-baab-706ea2ba43e7",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "197f337b-0697-44b3-b746-ab6b5b6cd083",
"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>80a6824e-42dc-4b9a-baab-706ea2ba43e7</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>197f337b-0697-44b3-b746-ab6b5b6cd083</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>80a6824e-42dc-4b9a-baab-706ea2ba43e7</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>197f337b-0697-44b3-b746-ab6b5b6cd083</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>80a6824e-42dc-4b9a-baab-706ea2ba43e7</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>197f337b-0697-44b3-b746-ab6b5b6cd083</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>1316b336-967f-4a0d-950e-d41ca3e85b71</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>397348b6-3998-44da-8c9c-8fabb71ce8bb</CurrencyId>
<CurrencyPolicyId>1634b86a-6840-44df-b690-041e61d0c6a5</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>cf5f8edb-0e87-41fa-bcda-3beb11b07607</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>6669b869-4844-4db6-9591-1110f93f7ab7</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>3659cb3c-21d2-48df-9be6-eb09a51855dd</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-04-06T08:30:48.1232549+08:00</ExpenseDate>
<ExpenseTypeId>f6fae5fb-676d-4986-b95d-eab22c68af68</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>861c3cee-3786-486f-8162-8509510f8e93</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>72c2018e-23e0-4d0a-905a-d85aa50ff7a7</ProjectId>
<ProjectName>sample string 13</ProjectName>
<ShowClient>true</ShowClient>
<TaxAmount>1</TaxAmount>
<TaxInclusive>true</TaxInclusive>
<TierValue>1</TierValue>
<ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>