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": "0b3c5b31-6631-4cce-8088-fad1c7e3ca3e",
"Subject": "sample string 2",
"Remarks": "sample string 3",
"ExpenseClaimApplicationName": "sample string 4",
"ExpenseGroupId": "24e1be04-816f-494e-87a6-66098a9a40fc",
"ExpenseGroup": "sample string 6",
"IsMyClaim": true,
"Status": 1,
"Items": [
{
"ExpenseClaimApplicationId": "e6af6ef9-cfca-4a46-a43a-0726b5c4e44d",
"ExpenseClaimApplicationItemId": "7009ce19-cb2a-42af-8c01-78fb8aac8264",
"ExpenseDate": "2025-12-21T13:16:21.6309535+08:00",
"ExpenseTypeId": "a35736cf-a774-45a1-bb8c-b460be128c9d",
"ExpenseTypePolicyId": "2bd9483c-664c-4c7a-abce-66712aa9767c",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "b85c2a50-224e-40c6-ae69-cdb3e3d404fd",
"ClientName": "sample string 8",
"ProjectId": "88f3b372-7a6c-4baf-93a5-a250441ea65b",
"CurrencyPolicyId": "3f8a78a1-3f25-4fee-9f30-e4f12343eda6",
"CurrencyId": "2c7f84fe-3cb2-4aeb-99e2-60ba2dcde2bc",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "8bf48a77-56d1-497e-b893-305bcee7ffec",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "f2decb05-d10e-49d9-9857-bc7aba34e333",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6",
"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": "f2decb05-d10e-49d9-9857-bc7aba34e333",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6",
"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": "f2decb05-d10e-49d9-9857-bc7aba34e333",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6",
"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": "e6af6ef9-cfca-4a46-a43a-0726b5c4e44d",
"ExpenseClaimApplicationItemId": "7009ce19-cb2a-42af-8c01-78fb8aac8264",
"ExpenseDate": "2025-12-21T13:16:21.6309535+08:00",
"ExpenseTypeId": "a35736cf-a774-45a1-bb8c-b460be128c9d",
"ExpenseTypePolicyId": "2bd9483c-664c-4c7a-abce-66712aa9767c",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "b85c2a50-224e-40c6-ae69-cdb3e3d404fd",
"ClientName": "sample string 8",
"ProjectId": "88f3b372-7a6c-4baf-93a5-a250441ea65b",
"CurrencyPolicyId": "3f8a78a1-3f25-4fee-9f30-e4f12343eda6",
"CurrencyId": "2c7f84fe-3cb2-4aeb-99e2-60ba2dcde2bc",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "8bf48a77-56d1-497e-b893-305bcee7ffec",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "f2decb05-d10e-49d9-9857-bc7aba34e333",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6",
"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": "f2decb05-d10e-49d9-9857-bc7aba34e333",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6",
"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": "f2decb05-d10e-49d9-9857-bc7aba34e333",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6",
"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": "fa767574-ec01-4238-bc29-0ef4ed1abd65",
"WorkflowActions": [
"sample string 1",
"sample string 2"
],
"TotalLocalClaimAmount": 8.0,
"ItemCount": 9,
"SubmissionDate": "2025-12-21T13:16:21.6309535+08:00",
"CurrencyId": "1c9179f1-a0dd-40df-a9ea-030081f6abe1",
"CurrencyCode": "sample string 11",
"CurrencyName": "sample string 12",
"StatusName": "New",
"ReworkVisible": true,
"VerifyVisible": true,
"ApproveVisible": true,
"RejectVisible": true,
"SubmitDeleteVisible": true,
"LatestActionDate": "2025-12-21T13:16:21.6309535+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>1c9179f1-a0dd-40df-a9ea-030081f6abe1</CurrencyId>
<CurrencyName>sample string 12</CurrencyName>
<ExpenseClaimApplicationId>0b3c5b31-6631-4cce-8088-fad1c7e3ca3e</ExpenseClaimApplicationId>
<ExpenseClaimApplicationName>sample string 4</ExpenseClaimApplicationName>
<ExpenseGroup>sample string 6</ExpenseGroup>
<ExpenseGroupId>24e1be04-816f-494e-87a6-66098a9a40fc</ExpenseGroupId>
<IsMyClaim>true</IsMyClaim>
<ItemCount>9</ItemCount>
<Items>
<ClaimItem>
<AllowEdit>true</AllowEdit>
<Amount>1</Amount>
<Attachment>
<AllowEdit>true</AllowEdit>
<AttachmentId>f2decb05-d10e-49d9-9857-bc7aba34e333</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6</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>f2decb05-d10e-49d9-9857-bc7aba34e333</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6</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>f2decb05-d10e-49d9-9857-bc7aba34e333</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6</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>b85c2a50-224e-40c6-ae69-cdb3e3d404fd</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>2c7f84fe-3cb2-4aeb-99e2-60ba2dcde2bc</CurrencyId>
<CurrencyPolicyId>3f8a78a1-3f25-4fee-9f30-e4f12343eda6</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>8bf48a77-56d1-497e-b893-305bcee7ffec</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>e6af6ef9-cfca-4a46-a43a-0726b5c4e44d</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>7009ce19-cb2a-42af-8c01-78fb8aac8264</ExpenseClaimApplicationItemId>
<ExpenseDate>2025-12-21T13:16:21.6309535+08:00</ExpenseDate>
<ExpenseTypeId>a35736cf-a774-45a1-bb8c-b460be128c9d</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>2bd9483c-664c-4c7a-abce-66712aa9767c</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>88f3b372-7a6c-4baf-93a5-a250441ea65b</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>f2decb05-d10e-49d9-9857-bc7aba34e333</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6</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>f2decb05-d10e-49d9-9857-bc7aba34e333</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6</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>f2decb05-d10e-49d9-9857-bc7aba34e333</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>b4d8d7f9-ec2c-4727-84ac-ebb80e1d93c6</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>b85c2a50-224e-40c6-ae69-cdb3e3d404fd</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>2c7f84fe-3cb2-4aeb-99e2-60ba2dcde2bc</CurrencyId>
<CurrencyPolicyId>3f8a78a1-3f25-4fee-9f30-e4f12343eda6</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>8bf48a77-56d1-497e-b893-305bcee7ffec</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>e6af6ef9-cfca-4a46-a43a-0726b5c4e44d</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>7009ce19-cb2a-42af-8c01-78fb8aac8264</ExpenseClaimApplicationItemId>
<ExpenseDate>2025-12-21T13:16:21.6309535+08:00</ExpenseDate>
<ExpenseTypeId>a35736cf-a774-45a1-bb8c-b460be128c9d</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>2bd9483c-664c-4c7a-abce-66712aa9767c</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>88f3b372-7a6c-4baf-93a5-a250441ea65b</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>2025-12-21T13:16:21.6309535+08:00</LatestActionDate>
<RejectVisible>true</RejectVisible>
<Remarks>sample string 3</Remarks>
<ReworkVisible>true</ReworkVisible>
<Status>New</Status>
<Subject>sample string 2</Subject>
<SubmissionDate>2025-12-21T13:16:21.6309535+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>fa767574-ec01-4238-bc29-0ef4ed1abd65</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>