PUT api/Invoice/UpdateInvoiceAcknowledgeAndPaid
Request Information
URI Parameters
None.
Body Parameters
ClaimInvoiceMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| SOA_Id | integer |
None. |
|
| Action | string |
None. |
|
| Notes | string |
None. |
|
| TotalClaim | integer |
None. |
|
| ClaimsAmount | integer |
None. |
|
| ProviderId | integer |
None. |
|
| ProviderName | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| AcknowledgeDate | date |
None. |
|
| AcknowledgeUserId | integer |
None. |
|
| TenantId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| AllClaims | Collection of AllClaims |
None. |
Request Formats
application/json, text/json
Sample:
{
"SOA_Id": 1,
"Action": "sample string 2",
"Notes": "sample string 3",
"TotalClaim": 4,
"ClaimsAmount": 5,
"ProviderId": 6,
"ProviderName": "sample string 7",
"StartDate": "sample string 8",
"EndDate": "sample string 9",
"AcknowledgeDate": "2025-12-13T10:29:31.6107251+05:00",
"AcknowledgeUserId": 11,
"TenantId": 12,
"CreatedBy": 13,
"CreatedDate": "2025-12-13T10:29:31.6107251+05:00",
"UpdatedBy": 15,
"UpdatedDate": "2025-12-13T10:29:31.6107251+05:00",
"IsDeleted": true,
"IsActive": true,
"AllClaims": [
{
"ClaimId": 1,
"PolicyNo": "sample string 2",
"CarNo": "sample string 3",
"ClaimType": "sample string 4",
"IncidentDate": "2025-12-13T10:29:31.6107251+05:00",
"SubmissionDate": "2025-12-13T10:29:31.6107251+05:00",
"ClaimAmount": 7,
"ClaimServicesAmount": 8,
"DeliveredDate": "2025-12-13T10:29:31.6107251+05:00",
"CreatedDate": "2025-12-13T10:29:31.6107251+05:00",
"Year": 11,
"ProviderId": 12,
"EstimationId": 13,
"ProviderTypeId": 14
},
{
"ClaimId": 1,
"PolicyNo": "sample string 2",
"CarNo": "sample string 3",
"ClaimType": "sample string 4",
"IncidentDate": "2025-12-13T10:29:31.6107251+05:00",
"SubmissionDate": "2025-12-13T10:29:31.6107251+05:00",
"ClaimAmount": 7,
"ClaimServicesAmount": 8,
"DeliveredDate": "2025-12-13T10:29:31.6107251+05:00",
"CreatedDate": "2025-12-13T10:29:31.6107251+05:00",
"Year": 11,
"ProviderId": 12,
"EstimationId": 13,
"ProviderTypeId": 14
}
]
}
text/xml
Sample:
<ClaimInvoiceMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.ClaimInvoice">
<AcknowledgeDate>2025-12-13T10:29:31.6107251+05:00</AcknowledgeDate>
<AcknowledgeUserId>11</AcknowledgeUserId>
<Action>sample string 2</Action>
<AllClaims xmlns:d2p1="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.Claim">
<d2p1:AllClaims>
<d2p1:CarNo>sample string 3</d2p1:CarNo>
<d2p1:ClaimAmount>7</d2p1:ClaimAmount>
<d2p1:ClaimId>1</d2p1:ClaimId>
<d2p1:ClaimServicesAmount>8</d2p1:ClaimServicesAmount>
<d2p1:ClaimType>sample string 4</d2p1:ClaimType>
<d2p1:CreatedDate>2025-12-13T10:29:31.6107251+05:00</d2p1:CreatedDate>
<d2p1:DeliveredDate>2025-12-13T10:29:31.6107251+05:00</d2p1:DeliveredDate>
<d2p1:EstimationId>13</d2p1:EstimationId>
<d2p1:IncidentDate>2025-12-13T10:29:31.6107251+05:00</d2p1:IncidentDate>
<d2p1:PolicyNo>sample string 2</d2p1:PolicyNo>
<d2p1:ProviderId>12</d2p1:ProviderId>
<d2p1:ProviderTypeId>14</d2p1:ProviderTypeId>
<d2p1:SubmissionDate>2025-12-13T10:29:31.6107251+05:00</d2p1:SubmissionDate>
<d2p1:Year>11</d2p1:Year>
</d2p1:AllClaims>
<d2p1:AllClaims>
<d2p1:CarNo>sample string 3</d2p1:CarNo>
<d2p1:ClaimAmount>7</d2p1:ClaimAmount>
<d2p1:ClaimId>1</d2p1:ClaimId>
<d2p1:ClaimServicesAmount>8</d2p1:ClaimServicesAmount>
<d2p1:ClaimType>sample string 4</d2p1:ClaimType>
<d2p1:CreatedDate>2025-12-13T10:29:31.6107251+05:00</d2p1:CreatedDate>
<d2p1:DeliveredDate>2025-12-13T10:29:31.6107251+05:00</d2p1:DeliveredDate>
<d2p1:EstimationId>13</d2p1:EstimationId>
<d2p1:IncidentDate>2025-12-13T10:29:31.6107251+05:00</d2p1:IncidentDate>
<d2p1:PolicyNo>sample string 2</d2p1:PolicyNo>
<d2p1:ProviderId>12</d2p1:ProviderId>
<d2p1:ProviderTypeId>14</d2p1:ProviderTypeId>
<d2p1:SubmissionDate>2025-12-13T10:29:31.6107251+05:00</d2p1:SubmissionDate>
<d2p1:Year>11</d2p1:Year>
</d2p1:AllClaims>
</AllClaims>
<ClaimsAmount>5</ClaimsAmount>
<CreatedBy>13</CreatedBy>
<CreatedDate>2025-12-13T10:29:31.6107251+05:00</CreatedDate>
<EndDate>sample string 9</EndDate>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<Notes>sample string 3</Notes>
<ProviderId>6</ProviderId>
<ProviderName>sample string 7</ProviderName>
<SOA_Id>1</SOA_Id>
<StartDate>sample string 8</StartDate>
<TenantId>12</TenantId>
<TotalClaim>4</TotalClaim>
<UpdatedBy>15</UpdatedBy>
<UpdatedDate>2025-12-13T10:29:31.6107251+05:00</UpdatedDate>
</ClaimInvoiceMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |