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": "7d1359e0-057a-406e-b351-685e3663f95c",
"ExpenseClaimApplicationItemId": "eabc3ac1-31df-44a5-b3e4-3e0db20313dc",
"ExpenseDate": "2025-12-21T13:22:57.1211458+08:00",
"ExpenseTypeId": "9cb7d225-1ee8-484b-b81c-da24d548fb78",
"ExpenseTypePolicyId": "d210fe47-e341-4a09-b084-e1bdc37561a3",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "3c814028-9d1d-4f83-b080-5021b61c22c6",
"ClientName": "sample string 8",
"ProjectId": "0dd0e9b9-f50b-49cb-8e13-a96003ff0049",
"CurrencyPolicyId": "1b1c6b09-f656-487f-9169-c2d7a184884d",
"CurrencyId": "13aec131-abf4-4440-a4df-7dfe48d3343a",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "33a4b558-3afb-4ed0-a4cb-0239ee86f26d",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "252b7846-c725-48e2-a3bb-74a16af3207d",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "9b39c68d-2c4d-40b5-8ad4-cf347cd3ae11",
"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": "252b7846-c725-48e2-a3bb-74a16af3207d",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "9b39c68d-2c4d-40b5-8ad4-cf347cd3ae11",
"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": "252b7846-c725-48e2-a3bb-74a16af3207d",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "9b39c68d-2c4d-40b5-8ad4-cf347cd3ae11",
"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>252b7846-c725-48e2-a3bb-74a16af3207d</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>9b39c68d-2c4d-40b5-8ad4-cf347cd3ae11</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>252b7846-c725-48e2-a3bb-74a16af3207d</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>9b39c68d-2c4d-40b5-8ad4-cf347cd3ae11</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>252b7846-c725-48e2-a3bb-74a16af3207d</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>9b39c68d-2c4d-40b5-8ad4-cf347cd3ae11</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>3c814028-9d1d-4f83-b080-5021b61c22c6</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>13aec131-abf4-4440-a4df-7dfe48d3343a</CurrencyId>
<CurrencyPolicyId>1b1c6b09-f656-487f-9169-c2d7a184884d</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>33a4b558-3afb-4ed0-a4cb-0239ee86f26d</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>7d1359e0-057a-406e-b351-685e3663f95c</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>eabc3ac1-31df-44a5-b3e4-3e0db20313dc</ExpenseClaimApplicationItemId>
<ExpenseDate>2025-12-21T13:22:57.1211458+08:00</ExpenseDate>
<ExpenseTypeId>9cb7d225-1ee8-484b-b81c-da24d548fb78</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>d210fe47-e341-4a09-b084-e1bdc37561a3</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>0dd0e9b9-f50b-49cb-8e13-a96003ff0049</ProjectId>
<ProjectName>sample string 13</ProjectName>
<ShowClient>true</ShowClient>
<TaxAmount>1</TaxAmount>
<TaxInclusive>true</TaxInclusive>
<TierValue>1</TierValue>
<ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>