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": "c5a91fd2-f1d0-487b-825e-f8545c932a9e",
"ExpenseClaimApplicationItemId": "2f6b8a11-6c12-45d2-9d45-26bc9967b4a3",
"ExpenseDate": "2026-04-06T08:24:42.8250699+08:00",
"ExpenseTypeId": "fb55e676-8592-4d63-986b-4355cc489ed4",
"ExpenseTypePolicyId": "8b26ad58-1bba-4496-ab16-9af13e17b7f8",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "404fdcca-e534-4d77-b94a-c16df65614ca",
"ClientName": "sample string 8",
"ProjectId": "0d080292-ace8-4eb5-9b04-5cb3ded21533",
"CurrencyPolicyId": "7ac807cb-d1eb-41b4-a0e4-a9a7abcf188c",
"CurrencyId": "ad2c3d3c-9e16-4f8f-8c62-a45aa140491a",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "c4b89978-2cf0-46f7-8fa6-f049531b6ec5",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "35868e58-5305-4f8d-8315-4b2ada2b10a5",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "8a2140b1-2aa4-4679-9f68-77b3d2752292",
"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": "35868e58-5305-4f8d-8315-4b2ada2b10a5",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "8a2140b1-2aa4-4679-9f68-77b3d2752292",
"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": "35868e58-5305-4f8d-8315-4b2ada2b10a5",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "8a2140b1-2aa4-4679-9f68-77b3d2752292",
"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>35868e58-5305-4f8d-8315-4b2ada2b10a5</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>8a2140b1-2aa4-4679-9f68-77b3d2752292</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>35868e58-5305-4f8d-8315-4b2ada2b10a5</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>8a2140b1-2aa4-4679-9f68-77b3d2752292</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>35868e58-5305-4f8d-8315-4b2ada2b10a5</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>8a2140b1-2aa4-4679-9f68-77b3d2752292</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>404fdcca-e534-4d77-b94a-c16df65614ca</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>ad2c3d3c-9e16-4f8f-8c62-a45aa140491a</CurrencyId>
<CurrencyPolicyId>7ac807cb-d1eb-41b4-a0e4-a9a7abcf188c</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>c4b89978-2cf0-46f7-8fa6-f049531b6ec5</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>c5a91fd2-f1d0-487b-825e-f8545c932a9e</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>2f6b8a11-6c12-45d2-9d45-26bc9967b4a3</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-04-06T08:24:42.8250699+08:00</ExpenseDate>
<ExpenseTypeId>fb55e676-8592-4d63-986b-4355cc489ed4</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>8b26ad58-1bba-4496-ab16-9af13e17b7f8</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>0d080292-ace8-4eb5-9b04-5cb3ded21533</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.