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": "9f7822ed-cc40-4055-93fa-db0e2ff39dc6",
"Subject": "sample string 2",
"Remarks": "sample string 3",
"ExpenseClaimApplicationName": "sample string 4",
"ExpenseGroupId": "9342a39b-02d9-49cd-ac31-1a8bd42527d1",
"ExpenseGroup": "sample string 6",
"IsMyClaim": true,
"Status": 1,
"Items": [
{
"ExpenseClaimApplicationId": "c0968964-72b8-446d-a042-ffb7ba50a0fe",
"ExpenseClaimApplicationItemId": "ddac179a-829c-4044-927f-f297598a1756",
"ExpenseDate": "2026-06-18T11:27:38.6860808+08:00",
"ExpenseTypeId": "b008cb49-85b5-48d8-8cf3-1960487dbbbd",
"ExpenseTypePolicyId": "e7f847dc-b7cb-41f1-8cb1-6ca660473d6c",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "b9d23eaf-703d-46f7-9750-811191f14553",
"ClientName": "sample string 8",
"ProjectId": "f342bdff-aecb-4cab-a737-ef1f45a0340a",
"CurrencyPolicyId": "bdbceb0b-2460-448d-be3e-46aff11905a5",
"CurrencyId": "7adbe513-7f6b-4512-b745-2eca69e006ee",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "4fe78587-67e4-44de-88c3-7739f702e039",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eaa33ed0-767a-4c4a-894c-a6aefae11b31",
"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": "1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eaa33ed0-767a-4c4a-894c-a6aefae11b31",
"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": "1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eaa33ed0-767a-4c4a-894c-a6aefae11b31",
"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": "c0968964-72b8-446d-a042-ffb7ba50a0fe",
"ExpenseClaimApplicationItemId": "ddac179a-829c-4044-927f-f297598a1756",
"ExpenseDate": "2026-06-18T11:27:38.6860808+08:00",
"ExpenseTypeId": "b008cb49-85b5-48d8-8cf3-1960487dbbbd",
"ExpenseTypePolicyId": "e7f847dc-b7cb-41f1-8cb1-6ca660473d6c",
"ExpenseTypeName": "sample string 6",
"Description": "sample string 7",
"ClientId": "b9d23eaf-703d-46f7-9750-811191f14553",
"ClientName": "sample string 8",
"ProjectId": "f342bdff-aecb-4cab-a737-ef1f45a0340a",
"CurrencyPolicyId": "bdbceb0b-2460-448d-be3e-46aff11905a5",
"CurrencyId": "7adbe513-7f6b-4512-b745-2eca69e006ee",
"CurrencyCode": "sample string 9",
"Amount": 1.0,
"TaxInclusive": true,
"TaxAmount": 1.0,
"ExpenseCategoryCId": "4fe78587-67e4-44de-88c3-7739f702e039",
"ExpenseCategoryName": "sample string 12",
"ProjectName": "sample string 13",
"Attachment": {
"AttachmentId": "1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eaa33ed0-767a-4c4a-894c-a6aefae11b31",
"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": "1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eaa33ed0-767a-4c4a-894c-a6aefae11b31",
"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": "1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2",
"OwnerTable": "sample string 2",
"ExpenseClaimApplicationItemId": "eaa33ed0-767a-4c4a-894c-a6aefae11b31",
"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": "66799b57-dffc-4dfa-96a9-773ed20dff76",
"WorkflowActions": [
"sample string 1",
"sample string 2"
],
"TotalLocalClaimAmount": 8.0,
"ItemCount": 9,
"SubmissionDate": "2026-06-18T11:27:38.6860808+08:00",
"CurrencyId": "7cf994fc-fc6c-4f86-899b-b0dd94cde9dc",
"CurrencyCode": "sample string 11",
"CurrencyName": "sample string 12",
"StatusName": "New",
"ReworkVisible": true,
"VerifyVisible": true,
"ApproveVisible": true,
"RejectVisible": true,
"SubmitDeleteVisible": true,
"LatestActionDate": "2026-06-18T11:27:38.6860808+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>7cf994fc-fc6c-4f86-899b-b0dd94cde9dc</CurrencyId>
<CurrencyName>sample string 12</CurrencyName>
<ExpenseClaimApplicationId>9f7822ed-cc40-4055-93fa-db0e2ff39dc6</ExpenseClaimApplicationId>
<ExpenseClaimApplicationName>sample string 4</ExpenseClaimApplicationName>
<ExpenseGroup>sample string 6</ExpenseGroup>
<ExpenseGroupId>9342a39b-02d9-49cd-ac31-1a8bd42527d1</ExpenseGroupId>
<IsMyClaim>true</IsMyClaim>
<ItemCount>9</ItemCount>
<Items>
<ClaimItem>
<AllowEdit>true</AllowEdit>
<Amount>1</Amount>
<Attachment>
<AllowEdit>true</AllowEdit>
<AttachmentId>1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eaa33ed0-767a-4c4a-894c-a6aefae11b31</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>1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eaa33ed0-767a-4c4a-894c-a6aefae11b31</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>1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eaa33ed0-767a-4c4a-894c-a6aefae11b31</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>b9d23eaf-703d-46f7-9750-811191f14553</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>7adbe513-7f6b-4512-b745-2eca69e006ee</CurrencyId>
<CurrencyPolicyId>bdbceb0b-2460-448d-be3e-46aff11905a5</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>4fe78587-67e4-44de-88c3-7739f702e039</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>c0968964-72b8-446d-a042-ffb7ba50a0fe</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>ddac179a-829c-4044-927f-f297598a1756</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-06-18T11:27:38.6860808+08:00</ExpenseDate>
<ExpenseTypeId>b008cb49-85b5-48d8-8cf3-1960487dbbbd</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>e7f847dc-b7cb-41f1-8cb1-6ca660473d6c</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>f342bdff-aecb-4cab-a737-ef1f45a0340a</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>1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eaa33ed0-767a-4c4a-894c-a6aefae11b31</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>1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eaa33ed0-767a-4c4a-894c-a6aefae11b31</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>1d2818bb-82d3-4fbf-98a4-ce7fe54f69f2</AttachmentId>
<AttachmentMethod>Database</AttachmentMethod>
<AttachmentType>Normal</AttachmentType>
<AttachmentUrl>sample string 9</AttachmentUrl>
<ContentLength>7</ContentLength>
<ContentType>sample string 6</ContentType>
<ExpenseClaimApplicationItemId>eaa33ed0-767a-4c4a-894c-a6aefae11b31</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>b9d23eaf-703d-46f7-9750-811191f14553</ClientId>
<ClientName>sample string 8</ClientName>
<CurrencyCode>sample string 9</CurrencyCode>
<CurrencyId>7adbe513-7f6b-4512-b745-2eca69e006ee</CurrencyId>
<CurrencyPolicyId>bdbceb0b-2460-448d-be3e-46aff11905a5</CurrencyPolicyId>
<Description>sample string 7</Description>
<ExchangeRate>1</ExchangeRate>
<ExpenseCategoryCId>4fe78587-67e4-44de-88c3-7739f702e039</ExpenseCategoryCId>
<ExpenseCategoryName>sample string 12</ExpenseCategoryName>
<ExpenseClaimApplicationId>c0968964-72b8-446d-a042-ffb7ba50a0fe</ExpenseClaimApplicationId>
<ExpenseClaimApplicationItemId>ddac179a-829c-4044-927f-f297598a1756</ExpenseClaimApplicationItemId>
<ExpenseDate>2026-06-18T11:27:38.6860808+08:00</ExpenseDate>
<ExpenseTypeId>b008cb49-85b5-48d8-8cf3-1960487dbbbd</ExpenseTypeId>
<ExpenseTypeName>sample string 6</ExpenseTypeName>
<ExpenseTypePolicyId>e7f847dc-b7cb-41f1-8cb1-6ca660473d6c</ExpenseTypePolicyId>
<IsOverLimit>true</IsOverLimit>
<ProjectId>f342bdff-aecb-4cab-a737-ef1f45a0340a</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-06-18T11:27:38.6860808+08:00</LatestActionDate>
<RejectVisible>true</RejectVisible>
<Remarks>sample string 3</Remarks>
<ReworkVisible>true</ReworkVisible>
<Status>New</Status>
<Subject>sample string 2</Subject>
<SubmissionDate>2026-06-18T11:27:38.6860808+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>66799b57-dffc-4dfa-96a9-773ed20dff76</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>