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": "3d2bc86b-851b-43c1-aa8b-f86a07577a6f",
"ExpenseClaimApplicationItemId": "de516511-3222-4a78-9324-9f792e31d53b",
"ExpenseDate": "2026-06-18T11:33:18.6802656+08:00",
"ExpenseTypeId": "904156ec-f6d0-4215-aa64-9d917755c7e4",
"ExpenseTypePolicyId": "214a2c8c-acc8-4b3a-a1aa-00f701e058d2",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "16e50b9f-158f-4270-ac6a-c16421863564",
"ClientName": "sample string 8",
"ProjectId": "158a6bc7-f0c1-46e7-89fb-6a0fe7006d34",
"CurrencyPolicyId": "bb641c4b-367d-44f9-9e50-6a4a7420f673",
"CurrencyId": "5fc37341-421a-41de-9400-c6c3357be7a4",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "6d249ada-eb05-423b-9b9c-3c27f30fc27e",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "48e1b0de-354a-4ae5-a9c9-0a800f69569a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6e821347-2bc1-44fb-a644-81fb660f25ff",
"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": "48e1b0de-354a-4ae5-a9c9-0a800f69569a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6e821347-2bc1-44fb-a644-81fb660f25ff",
"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": "48e1b0de-354a-4ae5-a9c9-0a800f69569a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6e821347-2bc1-44fb-a644-81fb660f25ff",
"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": "3d2bc86b-851b-43c1-aa8b-f86a07577a6f",
"ExpenseClaimApplicationItemId": "de516511-3222-4a78-9324-9f792e31d53b",
"ExpenseDate": "2026-06-18T11:33:18.6802656+08:00",
"ExpenseTypeId": "904156ec-f6d0-4215-aa64-9d917755c7e4",
"ExpenseTypePolicyId": "214a2c8c-acc8-4b3a-a1aa-00f701e058d2",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "16e50b9f-158f-4270-ac6a-c16421863564",
"ClientName": "sample string 8",
"ProjectId": "158a6bc7-f0c1-46e7-89fb-6a0fe7006d34",
"CurrencyPolicyId": "bb641c4b-367d-44f9-9e50-6a4a7420f673",
"CurrencyId": "5fc37341-421a-41de-9400-c6c3357be7a4",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "6d249ada-eb05-423b-9b9c-3c27f30fc27e",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "48e1b0de-354a-4ae5-a9c9-0a800f69569a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6e821347-2bc1-44fb-a644-81fb660f25ff",
"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": "48e1b0de-354a-4ae5-a9c9-0a800f69569a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6e821347-2bc1-44fb-a644-81fb660f25ff",
"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": "48e1b0de-354a-4ae5-a9c9-0a800f69569a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6e821347-2bc1-44fb-a644-81fb660f25ff",
"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>48e1b0de-354a-4ae5-a9c9-0a800f69569a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6e821347-2bc1-44fb-a644-81fb660f25ff</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>48e1b0de-354a-4ae5-a9c9-0a800f69569a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6e821347-2bc1-44fb-a644-81fb660f25ff</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>48e1b0de-354a-4ae5-a9c9-0a800f69569a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6e821347-2bc1-44fb-a644-81fb660f25ff</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>16e50b9f-158f-4270-ac6a-c16421863564</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>5fc37341-421a-41de-9400-c6c3357be7a4</CurrencyId>
<CurrencyPolicyId>bb641c4b-367d-44f9-9e50-6a4a7420f673</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>6d249ada-eb05-423b-9b9c-3c27f30fc27e</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>3d2bc86b-851b-43c1-aa8b-f86a07577a6f</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>de516511-3222-4a78-9324-9f792e31d53b</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-06-18T11:33:18.6802656+08:00</ExpenseDate>
<ExpenseTypeId>904156ec-f6d0-4215-aa64-9d917755c7e4</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>214a2c8c-acc8-4b3a-a1aa-00f701e058d2</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>158a6bc7-f0c1-46e7-89fb-6a0fe7006d34</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>48e1b0de-354a-4ae5-a9c9-0a800f69569a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6e821347-2bc1-44fb-a644-81fb660f25ff</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>48e1b0de-354a-4ae5-a9c9-0a800f69569a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6e821347-2bc1-44fb-a644-81fb660f25ff</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>48e1b0de-354a-4ae5-a9c9-0a800f69569a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6e821347-2bc1-44fb-a644-81fb660f25ff</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>16e50b9f-158f-4270-ac6a-c16421863564</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>5fc37341-421a-41de-9400-c6c3357be7a4</CurrencyId>
<CurrencyPolicyId>bb641c4b-367d-44f9-9e50-6a4a7420f673</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>6d249ada-eb05-423b-9b9c-3c27f30fc27e</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>3d2bc86b-851b-43c1-aa8b-f86a07577a6f</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>de516511-3222-4a78-9324-9f792e31d53b</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-06-18T11:33:18.6802656+08:00</ExpenseDate>
<ExpenseTypeId>904156ec-f6d0-4215-aa64-9d917755c7e4</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>214a2c8c-acc8-4b3a-a1aa-00f701e058d2</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>158a6bc7-f0c1-46e7-89fb-6a0fe7006d34</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>