POST api/Claim/UpdateClaim
Request Information
URI Parameters
None.
Body Parameters
Claim| Name | Description | Type | Additional information |
|---|---|---|---|
| ExpenseClaimApplicationId | globally unique identifier |
None. |
|
| Subject | string |
None. |
|
| Remarks | string |
None. |
|
| ExpenseClaimApplicationName | string |
None. |
|
| ExpenseGroupId | globally unique identifier |
None. |
|
| ExpenseGroup | string |
None. |
|
| IsMyClaim | boolean |
None. |
|
| Status | ClaimStatus1 |
None. |
|
| Items | Collection of ClaimItem |
None. |
|
| WorkflowInstanceDetailId | globally unique identifier |
None. |
|
| WorkflowActions | Collection of string |
None. |
|
| TotalLocalClaimAmount | decimal number |
None. |
|
| ItemCount | integer |
None. |
|
| SubmissionDate | date |
None. |
|
| CurrencyId | globally unique identifier |
None. |
|
| CurrencyCode | string |
None. |
|
| CurrencyName | string |
None. |
|
| StatusName | string |
None. |
|
| ReworkVisible | boolean |
None. |
|
| VerifyVisible | boolean |
None. |
|
| ApproveVisible | boolean |
None. |
|
| RejectVisible | boolean |
None. |
|
| SubmitDeleteVisible | boolean |
None. |
|
| LatestActionDate | date |
None. |
|
| ActionByUserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExpenseClaimApplicationId": "00ed673e-0a7a-4ec9-a007-2d579b22ecaf",
"Subject": "sample string 2",
"Remarks": "sample string 3",
"ExpenseClaimApplicationName": "sample string 4",
"ExpenseGroupId": "8a6a66c3-b1ee-4933-a269-ecd8d7618a52",
"ExpenseGroup": "sample string 6",
"IsMyClaim": true,
"Status": 1,
"Items": [
{
"ExpenseClaimApplicationId": "c327c0f8-3acd-411f-a7d4-91685de81b90",
"ExpenseClaimApplicationItemId": "cf8bcb96-6ffb-40c0-8b4d-f28d8c7b6748",
"ExpenseDate": "2026-02-18T19:33:47.600657+08:00",
"ExpenseTypeId": "a7dd59ba-ad44-4ba5-93f3-62c03001f589",
"ExpenseTypePolicyId": "2aafe3ab-c5d9-48b6-828c-06ac3d2f5e68",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "8737ec65-4f92-4396-93e1-7448cca494cc",
"ClientName": "sample string 8",
"ProjectId": "03fd1269-2e5a-4cd0-87d9-6334aa5abee4",
"CurrencyPolicyId": "ec742ab5-c2a3-49c8-90fd-9fc10386897d",
"CurrencyId": "029702bc-0ec7-42ab-8f53-eaf647dbf5f7",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "8f028062-701f-4c34-84f5-d0853cf74f01",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "2f71d86b-2890-4285-9d1c-5c67c546d578",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "98a0ba34-26ec-4f5e-9117-881a15d6a8f5",
"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": "2f71d86b-2890-4285-9d1c-5c67c546d578",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "98a0ba34-26ec-4f5e-9117-881a15d6a8f5",
"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": "2f71d86b-2890-4285-9d1c-5c67c546d578",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "98a0ba34-26ec-4f5e-9117-881a15d6a8f5",
"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": "c327c0f8-3acd-411f-a7d4-91685de81b90",
"ExpenseClaimApplicationItemId": "cf8bcb96-6ffb-40c0-8b4d-f28d8c7b6748",
"ExpenseDate": "2026-02-18T19:33:47.600657+08:00",
"ExpenseTypeId": "a7dd59ba-ad44-4ba5-93f3-62c03001f589",
"ExpenseTypePolicyId": "2aafe3ab-c5d9-48b6-828c-06ac3d2f5e68",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "8737ec65-4f92-4396-93e1-7448cca494cc",
"ClientName": "sample string 8",
"ProjectId": "03fd1269-2e5a-4cd0-87d9-6334aa5abee4",
"CurrencyPolicyId": "ec742ab5-c2a3-49c8-90fd-9fc10386897d",
"CurrencyId": "029702bc-0ec7-42ab-8f53-eaf647dbf5f7",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "8f028062-701f-4c34-84f5-d0853cf74f01",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "2f71d86b-2890-4285-9d1c-5c67c546d578",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "98a0ba34-26ec-4f5e-9117-881a15d6a8f5",
"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": "2f71d86b-2890-4285-9d1c-5c67c546d578",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "98a0ba34-26ec-4f5e-9117-881a15d6a8f5",
"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": "2f71d86b-2890-4285-9d1c-5c67c546d578",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "98a0ba34-26ec-4f5e-9117-881a15d6a8f5",
"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
}
],
"WorkflowInstanceDetailId": "572863cb-6485-4e2a-8509-a8be5b868f68",
"WorkflowActions": [
"sample string 1",
"sample string 2"
],
"TotalLocalClaimAmount": 8.0,
"ItemCount": 9,
"SubmissionDate": "2026-02-18T19:33:47.600657+08:00",
"CurrencyId": "a1355643-a609-4c0b-ab38-1bc013ee242e",
"CurrencyCode": "sample string 11",
"CurrencyName": "sample string 12",
"StatusName": "New",
"ReworkVisible": true,
"VerifyVisible": true,
"ApproveVisible": true,
"RejectVisible": true,
"SubmitDeleteVisible": true,
"LatestActionDate": "2026-02-18T19:33:47.600657+08:00",
"ActionByUserName": "sample string 18"
}
application/xml, text/xml
Sample:
<Claim xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAT.App.eClaim.API.Models">
<ActionByUserName>sample string 18</ActionByUserName>
<ApproveVisible>true</ApproveVisible>
<CurrencyCode>sample string 11</CurrencyCode>
<CurrencyId>a1355643-a609-4c0b-ab38-1bc013ee242e</CurrencyId>
<CurrencyName>sample string 12</CurrencyName>
<ExpenseClaimApplicationId>00ed673e-0a7a-4ec9-a007-2d579b22ecaf</ExpenseClaimApplicationId>
<ExpenseClaimApplicationName>sample string 4</ExpenseClaimApplicationName>
<ExpenseGroup>sample string 6</ExpenseGroup>
<ExpenseGroupId>8a6a66c3-b1ee-4933-a269-ecd8d7618a52</ExpenseGroupId>
<IsMyClaim>true</IsMyClaim>
<ItemCount>9</ItemCount>
<Items>
<ClaimItem>
<AllowEdit>true</AllowEdit>
<Amount>1</Amount>
<Attachment>
<AllowEdit>true</AllowEdit>
<AttachmentId>2f71d86b-2890-4285-9d1c-5c67c546d578</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>98a0ba34-26ec-4f5e-9117-881a15d6a8f5</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>2f71d86b-2890-4285-9d1c-5c67c546d578</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>98a0ba34-26ec-4f5e-9117-881a15d6a8f5</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>2f71d86b-2890-4285-9d1c-5c67c546d578</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>98a0ba34-26ec-4f5e-9117-881a15d6a8f5</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>8737ec65-4f92-4396-93e1-7448cca494cc</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>029702bc-0ec7-42ab-8f53-eaf647dbf5f7</CurrencyId>
<CurrencyPolicyId>ec742ab5-c2a3-49c8-90fd-9fc10386897d</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>8f028062-701f-4c34-84f5-d0853cf74f01</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>c327c0f8-3acd-411f-a7d4-91685de81b90</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>cf8bcb96-6ffb-40c0-8b4d-f28d8c7b6748</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-02-18T19:33:47.600657+08:00</ExpenseDate>
<ExpenseTypeId>a7dd59ba-ad44-4ba5-93f3-62c03001f589</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>2aafe3ab-c5d9-48b6-828c-06ac3d2f5e68</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>03fd1269-2e5a-4cd0-87d9-6334aa5abee4</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>2f71d86b-2890-4285-9d1c-5c67c546d578</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>98a0ba34-26ec-4f5e-9117-881a15d6a8f5</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>2f71d86b-2890-4285-9d1c-5c67c546d578</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>98a0ba34-26ec-4f5e-9117-881a15d6a8f5</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>2f71d86b-2890-4285-9d1c-5c67c546d578</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>98a0ba34-26ec-4f5e-9117-881a15d6a8f5</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>8737ec65-4f92-4396-93e1-7448cca494cc</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>029702bc-0ec7-42ab-8f53-eaf647dbf5f7</CurrencyId>
<CurrencyPolicyId>ec742ab5-c2a3-49c8-90fd-9fc10386897d</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>8f028062-701f-4c34-84f5-d0853cf74f01</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>c327c0f8-3acd-411f-a7d4-91685de81b90</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>cf8bcb96-6ffb-40c0-8b4d-f28d8c7b6748</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-02-18T19:33:47.600657+08:00</ExpenseDate>
<ExpenseTypeId>a7dd59ba-ad44-4ba5-93f3-62c03001f589</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>2aafe3ab-c5d9-48b6-828c-06ac3d2f5e68</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>03fd1269-2e5a-4cd0-87d9-6334aa5abee4</ProjectId>
<ProjectName>sample string 13</ProjectName>
<ShowClient>true</ShowClient>
<TaxAmount>1</TaxAmount>
<TaxInclusive>true</TaxInclusive>
<TierValue>1</TierValue>
<ValidationMessage>sample string 14</ValidationMessage>
</ClaimItem>
</Items>
<LatestActionDate>2026-02-18T19:33:47.600657+08:00</LatestActionDate>
<RejectVisible>true</RejectVisible>
<Remarks>sample string 3</Remarks>
<ReworkVisible>true</ReworkVisible>
<Status>New</Status>
<Subject>sample string 2</Subject>
<SubmissionDate>2026-02-18T19:33:47.600657+08:00</SubmissionDate>
<SubmitDeleteVisible>true</SubmitDeleteVisible>
<TotalLocalClaimAmount>8</TotalLocalClaimAmount>
<VerifyVisible>true</VerifyVisible>
<WorkflowActions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</WorkflowActions>
<WorkflowInstanceDetailId>572863cb-6485-4e2a-8509-a8be5b868f68</WorkflowInstanceDetailId>
</Claim>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>