POST api/Claim/UpdateClaimItem
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"ExpenseClaimApplicationId": "fced36f3-c803-4811-af01-c5a6dd0b2b0f",
"ExpenseClaimApplicationItemId": "9102edaf-e71f-427f-8270-4ed7eaecf471",
"ExpenseDate": "2026-02-18T19:34:47.8686192+08:00",
"ExpenseTypeId": "4ac89b0f-d39c-49e3-92d6-22123c7fa6c8",
"ExpenseTypePolicyId": "1b75f3f8-970b-4e0e-88ef-34e9c927eac2",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "570fd5d2-14c3-4832-bc1d-2fb6c0d9ad86",
"ClientName": "sample string 8",
"ProjectId": "8a616e0e-ee98-4608-ba59-48c15dd219a0",
"CurrencyPolicyId": "e53d3d6d-2789-4738-94a7-9fdb44ba8a6c",
"CurrencyId": "c85da578-b186-4bcc-ac12-2ba8773c735b",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "10bf41c1-4ff9-4526-90f0-b1fd3eaeb413",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "9df8308f-f2d5-43e0-bf3a-5d9258074c46",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6d65629f-acde-488b-9927-e45d577c6b94",
"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": "9df8308f-f2d5-43e0-bf3a-5d9258074c46",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6d65629f-acde-488b-9927-e45d577c6b94",
"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": "9df8308f-f2d5-43e0-bf3a-5d9258074c46",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "6d65629f-acde-488b-9927-e45d577c6b94",
"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>9df8308f-f2d5-43e0-bf3a-5d9258074c46</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6d65629f-acde-488b-9927-e45d577c6b94</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>9df8308f-f2d5-43e0-bf3a-5d9258074c46</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6d65629f-acde-488b-9927-e45d577c6b94</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>9df8308f-f2d5-43e0-bf3a-5d9258074c46</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>6d65629f-acde-488b-9927-e45d577c6b94</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>570fd5d2-14c3-4832-bc1d-2fb6c0d9ad86</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>c85da578-b186-4bcc-ac12-2ba8773c735b</CurrencyId>
<CurrencyPolicyId>e53d3d6d-2789-4738-94a7-9fdb44ba8a6c</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>10bf41c1-4ff9-4526-90f0-b1fd3eaeb413</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>fced36f3-c803-4811-af01-c5a6dd0b2b0f</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>9102edaf-e71f-427f-8270-4ed7eaecf471</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-02-18T19:34:47.8686192+08:00</ExpenseDate>
<ExpenseTypeId>4ac89b0f-d39c-49e3-92d6-22123c7fa6c8</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>1b75f3f8-970b-4e0e-88ef-34e9c927eac2</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>8a616e0e-ee98-4608-ba59-48c15dd219a0</ProjectId>
<ProjectName>sample string 13</ProjectName>
<ShowClient>true</ShowClient>
<TaxAmount>1</TaxAmount>
<TaxInclusive>true</TaxInclusive>
<TierValue>1</TierValue>
<ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.