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": "1fd6a359-7499-497c-9f97-7c84de073d16",
"ExpenseClaimApplicationItemId": "ddfc3e84-16ca-49ee-a109-0e616e91dad9",
"ExpenseDate": "2025-12-21T13:17:51.3049455+08:00",
"ExpenseTypeId": "4e876250-0a53-4f0f-8424-2f53164e3ad6",
"ExpenseTypePolicyId": "df48ebc2-1a4b-4a4b-9074-5bf0ca62a355",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "4be55af1-708c-4050-b992-14146f19bb06",
"ClientName": "sample string 8",
"ProjectId": "5e2164c7-a638-48cb-a390-251120404bbf",
"CurrencyPolicyId": "55c25942-4ec7-4934-bc42-816087d38dfd",
"CurrencyId": "72c75d79-e0f1-4434-a59d-af407cf124a4",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "ae72fe47-26c2-45cb-9abb-b7ce7e88ae85",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "55d7820d-15b7-4f21-aca8-e86e4e2e9d3a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b8e48a76-5caf-46bb-8b6f-38caf2e6d55a",
"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": "55d7820d-15b7-4f21-aca8-e86e4e2e9d3a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b8e48a76-5caf-46bb-8b6f-38caf2e6d55a",
"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": "55d7820d-15b7-4f21-aca8-e86e4e2e9d3a",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b8e48a76-5caf-46bb-8b6f-38caf2e6d55a",
"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>55d7820d-15b7-4f21-aca8-e86e4e2e9d3a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b8e48a76-5caf-46bb-8b6f-38caf2e6d55a</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>55d7820d-15b7-4f21-aca8-e86e4e2e9d3a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b8e48a76-5caf-46bb-8b6f-38caf2e6d55a</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>55d7820d-15b7-4f21-aca8-e86e4e2e9d3a</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b8e48a76-5caf-46bb-8b6f-38caf2e6d55a</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>4be55af1-708c-4050-b992-14146f19bb06</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>72c75d79-e0f1-4434-a59d-af407cf124a4</CurrencyId>
<CurrencyPolicyId>55c25942-4ec7-4934-bc42-816087d38dfd</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>ae72fe47-26c2-45cb-9abb-b7ce7e88ae85</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>1fd6a359-7499-497c-9f97-7c84de073d16</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>ddfc3e84-16ca-49ee-a109-0e616e91dad9</ExpenseClaimApplicationItemId>
<ExpenseDate>2025-12-21T13:17:51.3049455+08:00</ExpenseDate>
<ExpenseTypeId>4e876250-0a53-4f0f-8424-2f53164e3ad6</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>df48ebc2-1a4b-4a4b-9074-5bf0ca62a355</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>5e2164c7-a638-48cb-a390-251120404bbf</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.