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": "4e33a0ea-04fe-47f4-9db0-3e0e2939e41a",
"ExpenseClaimApplicationItemId": "33fbee3e-7ee2-40ed-9745-bea70273d3e1",
"ExpenseDate": "2026-06-18T11:35:16.3936924+08:00",
"ExpenseTypeId": "1ec51c82-c276-4b3c-9e20-45e7c6072d5c",
"ExpenseTypePolicyId": "67277c5d-d50a-40a3-8a5d-58697fe2d9a8",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "fe166b96-ff90-4fd5-ad66-6b870d522a05",
"ClientName": "sample string 8",
"ProjectId": "2c862136-d2e2-45b6-973e-b06a43376466",
"CurrencyPolicyId": "266f46a6-8c36-4661-96a1-bf3bcdba1c6e",
"CurrencyId": "e1466d85-d2f5-4cda-b353-32bb82a48727",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "db0395b1-d927-460a-8597-61b27ec3bb46",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "30a0737a-4ded-404a-9540-08427b4ab771",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6a809c49-638c-4af2-bbe4-b4bd58f50624",
"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": "30a0737a-4ded-404a-9540-08427b4ab771",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6a809c49-638c-4af2-bbe4-b4bd58f50624",
"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": "30a0737a-4ded-404a-9540-08427b4ab771",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6a809c49-638c-4af2-bbe4-b4bd58f50624",
"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>30a0737a-4ded-404a-9540-08427b4ab771</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6a809c49-638c-4af2-bbe4-b4bd58f50624</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>30a0737a-4ded-404a-9540-08427b4ab771</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6a809c49-638c-4af2-bbe4-b4bd58f50624</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>30a0737a-4ded-404a-9540-08427b4ab771</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6a809c49-638c-4af2-bbe4-b4bd58f50624</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>fe166b96-ff90-4fd5-ad66-6b870d522a05</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>e1466d85-d2f5-4cda-b353-32bb82a48727</CurrencyId>
<CurrencyPolicyId>266f46a6-8c36-4661-96a1-bf3bcdba1c6e</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>db0395b1-d927-460a-8597-61b27ec3bb46</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>4e33a0ea-04fe-47f4-9db0-3e0e2939e41a</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>33fbee3e-7ee2-40ed-9745-bea70273d3e1</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-06-18T11:35:16.3936924+08:00</ExpenseDate>
<ExpenseTypeId>1ec51c82-c276-4b3c-9e20-45e7c6072d5c</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>67277c5d-d50a-40a3-8a5d-58697fe2d9a8</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>2c862136-d2e2-45b6-973e-b06a43376466</ProjectId>
<ProjectName>sample string 13</ProjectName>
<ShowClient>true</ShowClient>
<TaxAmount>1</TaxAmount>
<TaxInclusive>true</TaxInclusive>
<TierValue>1</TierValue>
<ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>