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": "35ee2f05-7257-4ca6-8116-8d4cd941b880",
"Subject": "sample string 2",
"Remarks": "sample string 3",
"ExpenseClaimApplicationName": "sample string 4",
"ExpenseGroupId": "41ffc025-7237-490e-8828-fc7af7f7bdee",
"ExpenseGroup": "sample string 6",
"IsMyClaim": true,
"Status": 1,
"Items": [
{
"ExpenseClaimApplicationId": "1c765997-8571-4f0a-806e-9daaa91b42af",
"ExpenseClaimApplicationItemId": "6da8f28b-c76b-4cb2-b84c-9fecfed55184",
"ExpenseDate": "2026-08-17T09:08:17.6666041+08:00",
"ExpenseTypeId": "d45b7da2-826a-4025-864c-60ee4697275f",
"ExpenseTypePolicyId": "bc1fdb86-31c1-4bc1-9eb5-29476e92662a",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "fa67f256-97e2-4860-bab3-e597a5761f8b",
"ClientName": "sample string 8",
"ProjectId": "26815b2e-f34b-48a6-9035-7e34e3f760ba",
"CurrencyPolicyId": "b1adee64-5110-474d-8306-b837bb265921",
"CurrencyId": "2436ae2c-1bde-4575-b704-bde43f4bc49a",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "cd7bf265-20df-4a0e-be88-beccbea0c8a0",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "9778e04c-5810-427c-a2bb-bbc592f9e3d4",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b536baff-088c-417e-bd67-6c1ed09582cb",
"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": "9778e04c-5810-427c-a2bb-bbc592f9e3d4",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b536baff-088c-417e-bd67-6c1ed09582cb",
"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": "9778e04c-5810-427c-a2bb-bbc592f9e3d4",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b536baff-088c-417e-bd67-6c1ed09582cb",
"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": "1c765997-8571-4f0a-806e-9daaa91b42af",
"ExpenseClaimApplicationItemId": "6da8f28b-c76b-4cb2-b84c-9fecfed55184",
"ExpenseDate": "2026-08-17T09:08:17.6666041+08:00",
"ExpenseTypeId": "d45b7da2-826a-4025-864c-60ee4697275f",
"ExpenseTypePolicyId": "bc1fdb86-31c1-4bc1-9eb5-29476e92662a",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "fa67f256-97e2-4860-bab3-e597a5761f8b",
"ClientName": "sample string 8",
"ProjectId": "26815b2e-f34b-48a6-9035-7e34e3f760ba",
"CurrencyPolicyId": "b1adee64-5110-474d-8306-b837bb265921",
"CurrencyId": "2436ae2c-1bde-4575-b704-bde43f4bc49a",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "cd7bf265-20df-4a0e-be88-beccbea0c8a0",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "9778e04c-5810-427c-a2bb-bbc592f9e3d4",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b536baff-088c-417e-bd67-6c1ed09582cb",
"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": "9778e04c-5810-427c-a2bb-bbc592f9e3d4",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b536baff-088c-417e-bd67-6c1ed09582cb",
"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": "9778e04c-5810-427c-a2bb-bbc592f9e3d4",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b536baff-088c-417e-bd67-6c1ed09582cb",
"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": "a444aa56-0192-4204-ba39-651735d8b125",
"WorkflowActions": [
"sample string 1",
"sample string 2"
],
"TotalLocalClaimAmount": 8.0,
"ItemCount": 9,
"SubmissionDate": "2026-08-17T09:08:17.6666041+08:00",
"CurrencyId": "e510224e-3b59-48d4-8cd5-b72d0e69318a",
"CurrencyCode": "sample string 11",
"CurrencyName": "sample string 12",
"StatusName": "New",
"ReworkVisible": true,
"VerifyVisible": true,
"ApproveVisible": true,
"RejectVisible": true,
"SubmitDeleteVisible": true,
"LatestActionDate": "2026-08-17T09:08:17.6666041+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>e510224e-3b59-48d4-8cd5-b72d0e69318a</CurrencyId>
<CurrencyName>sample string 12</CurrencyName>
<ExpenseClaimApplicationId>35ee2f05-7257-4ca6-8116-8d4cd941b880</ExpenseClaimApplicationId>
<ExpenseClaimApplicationName>sample string 4</ExpenseClaimApplicationName>
<ExpenseGroup>sample string 6</ExpenseGroup>
<ExpenseGroupId>41ffc025-7237-490e-8828-fc7af7f7bdee</ExpenseGroupId>
<IsMyClaim>true</IsMyClaim>
<ItemCount>9</ItemCount>
<Items>
<ClaimItem>
<AllowEdit>true</AllowEdit>
<Amount>1</Amount>
<Attachment>
<AllowEdit>true</AllowEdit>
<AttachmentId>9778e04c-5810-427c-a2bb-bbc592f9e3d4</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b536baff-088c-417e-bd67-6c1ed09582cb</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>9778e04c-5810-427c-a2bb-bbc592f9e3d4</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b536baff-088c-417e-bd67-6c1ed09582cb</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>9778e04c-5810-427c-a2bb-bbc592f9e3d4</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b536baff-088c-417e-bd67-6c1ed09582cb</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>fa67f256-97e2-4860-bab3-e597a5761f8b</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>2436ae2c-1bde-4575-b704-bde43f4bc49a</CurrencyId>
<CurrencyPolicyId>b1adee64-5110-474d-8306-b837bb265921</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>cd7bf265-20df-4a0e-be88-beccbea0c8a0</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>1c765997-8571-4f0a-806e-9daaa91b42af</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>6da8f28b-c76b-4cb2-b84c-9fecfed55184</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-08-17T09:08:17.6666041+08:00</ExpenseDate>
<ExpenseTypeId>d45b7da2-826a-4025-864c-60ee4697275f</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>bc1fdb86-31c1-4bc1-9eb5-29476e92662a</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>26815b2e-f34b-48a6-9035-7e34e3f760ba</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>9778e04c-5810-427c-a2bb-bbc592f9e3d4</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b536baff-088c-417e-bd67-6c1ed09582cb</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>9778e04c-5810-427c-a2bb-bbc592f9e3d4</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b536baff-088c-417e-bd67-6c1ed09582cb</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>9778e04c-5810-427c-a2bb-bbc592f9e3d4</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b536baff-088c-417e-bd67-6c1ed09582cb</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>fa67f256-97e2-4860-bab3-e597a5761f8b</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>2436ae2c-1bde-4575-b704-bde43f4bc49a</CurrencyId>
<CurrencyPolicyId>b1adee64-5110-474d-8306-b837bb265921</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>cd7bf265-20df-4a0e-be88-beccbea0c8a0</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>1c765997-8571-4f0a-806e-9daaa91b42af</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>6da8f28b-c76b-4cb2-b84c-9fecfed55184</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-08-17T09:08:17.6666041+08:00</ExpenseDate>
<ExpenseTypeId>d45b7da2-826a-4025-864c-60ee4697275f</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>bc1fdb86-31c1-4bc1-9eb5-29476e92662a</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>26815b2e-f34b-48a6-9035-7e34e3f760ba</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-08-17T09:08:17.6666041+08:00</LatestActionDate>
<RejectVisible>true</RejectVisible>
<Remarks>sample string 3</Remarks>
<ReworkVisible>true</ReworkVisible>
<Status>New</Status>
<Subject>sample string 2</Subject>
<SubmissionDate>2026-08-17T09:08:17.6666041+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>a444aa56-0192-4204-ba39-651735d8b125</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>