POST api/Surveyour/ClaimsInvoices
Request Information
URI Parameters
None.
Body Parameters
ClaimInvoicesWithNotes| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaimInvoices | Collection of ClaimInvoices |
None. |
|
| ClaimInvoiceMapping | ClaimInvoiceMapping |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClaimInvoices": [
{
"CI_Id": 1,
"ClaimId": 2,
"PolicyId": 3,
"Estimation_Id": 4,
"ClaimInvoiceMapping_Id": 5,
"ProviderId": 6,
"InvoiceDate": "2025-12-13T10:33:48.7110925+05:00",
"Status": 8,
"TotalAmount": 9.0,
"IsCoPay": 10,
"CoPayAmount": 11.0,
"CustomerAmount": 12.0,
"InsuranceApprovedAmount": 13,
"IsPayed": 14,
"Remarks": "sample string 15",
"Comment": "sample string 16",
"TenantId": 17,
"CreatedBy": 18,
"CreatedDate": "2025-12-13T10:33:48.7110925+05:00",
"UpdatedBy": 20,
"UpdatedDate": "2025-12-13T10:33:48.7110925+05:00",
"IsDeleted": true,
"IsActive": true
},
{
"CI_Id": 1,
"ClaimId": 2,
"PolicyId": 3,
"Estimation_Id": 4,
"ClaimInvoiceMapping_Id": 5,
"ProviderId": 6,
"InvoiceDate": "2025-12-13T10:33:48.7110925+05:00",
"Status": 8,
"TotalAmount": 9.0,
"IsCoPay": 10,
"CoPayAmount": 11.0,
"CustomerAmount": 12.0,
"InsuranceApprovedAmount": 13,
"IsPayed": 14,
"Remarks": "sample string 15",
"Comment": "sample string 16",
"TenantId": 17,
"CreatedBy": 18,
"CreatedDate": "2025-12-13T10:33:48.7110925+05:00",
"UpdatedBy": 20,
"UpdatedDate": "2025-12-13T10:33:48.7110925+05:00",
"IsDeleted": true,
"IsActive": true
}
],
"ClaimInvoiceMapping": {
"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:33:48.7110925+05:00",
"AcknowledgeUserId": 11,
"TenantId": 12,
"CreatedBy": 13,
"CreatedDate": "2025-12-13T10:33:48.7110925+05:00",
"UpdatedBy": 15,
"UpdatedDate": "2025-12-13T10:33:48.7110925+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:33:48.7110925+05:00",
"SubmissionDate": "2025-12-13T10:33:48.7110925+05:00",
"ClaimAmount": 7,
"ClaimServicesAmount": 8,
"DeliveredDate": "2025-12-13T10:33:48.7110925+05:00",
"CreatedDate": "2025-12-13T10:33:48.7110925+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:33:48.7110925+05:00",
"SubmissionDate": "2025-12-13T10:33:48.7110925+05:00",
"ClaimAmount": 7,
"ClaimServicesAmount": 8,
"DeliveredDate": "2025-12-13T10:33:48.7110925+05:00",
"CreatedDate": "2025-12-13T10:33:48.7110925+05:00",
"Year": 11,
"ProviderId": 12,
"EstimationId": 13,
"ProviderTypeId": 14
}
]
}
}
text/xml
Sample:
<ClaimInvoicesWithNotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.ClaimInvoice">
<ClaimInvoiceMapping>
<AcknowledgeDate>2025-12-13T10:33:48.7110925+05:00</AcknowledgeDate>
<AcknowledgeUserId>11</AcknowledgeUserId>
<Action>sample string 2</Action>
<AllClaims xmlns:d3p1="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.Claim">
<d3p1:AllClaims>
<d3p1:CarNo>sample string 3</d3p1:CarNo>
<d3p1:ClaimAmount>7</d3p1:ClaimAmount>
<d3p1:ClaimId>1</d3p1:ClaimId>
<d3p1:ClaimServicesAmount>8</d3p1:ClaimServicesAmount>
<d3p1:ClaimType>sample string 4</d3p1:ClaimType>
<d3p1:CreatedDate>2025-12-13T10:33:48.7110925+05:00</d3p1:CreatedDate>
<d3p1:DeliveredDate>2025-12-13T10:33:48.7110925+05:00</d3p1:DeliveredDate>
<d3p1:EstimationId>13</d3p1:EstimationId>
<d3p1:IncidentDate>2025-12-13T10:33:48.7110925+05:00</d3p1:IncidentDate>
<d3p1:PolicyNo>sample string 2</d3p1:PolicyNo>
<d3p1:ProviderId>12</d3p1:ProviderId>
<d3p1:ProviderTypeId>14</d3p1:ProviderTypeId>
<d3p1:SubmissionDate>2025-12-13T10:33:48.7110925+05:00</d3p1:SubmissionDate>
<d3p1:Year>11</d3p1:Year>
</d3p1:AllClaims>
<d3p1:AllClaims>
<d3p1:CarNo>sample string 3</d3p1:CarNo>
<d3p1:ClaimAmount>7</d3p1:ClaimAmount>
<d3p1:ClaimId>1</d3p1:ClaimId>
<d3p1:ClaimServicesAmount>8</d3p1:ClaimServicesAmount>
<d3p1:ClaimType>sample string 4</d3p1:ClaimType>
<d3p1:CreatedDate>2025-12-13T10:33:48.7110925+05:00</d3p1:CreatedDate>
<d3p1:DeliveredDate>2025-12-13T10:33:48.7110925+05:00</d3p1:DeliveredDate>
<d3p1:EstimationId>13</d3p1:EstimationId>
<d3p1:IncidentDate>2025-12-13T10:33:48.7110925+05:00</d3p1:IncidentDate>
<d3p1:PolicyNo>sample string 2</d3p1:PolicyNo>
<d3p1:ProviderId>12</d3p1:ProviderId>
<d3p1:ProviderTypeId>14</d3p1:ProviderTypeId>
<d3p1:SubmissionDate>2025-12-13T10:33:48.7110925+05:00</d3p1:SubmissionDate>
<d3p1:Year>11</d3p1:Year>
</d3p1:AllClaims>
</AllClaims>
<ClaimsAmount>5</ClaimsAmount>
<CreatedBy>13</CreatedBy>
<CreatedDate>2025-12-13T10:33:48.7110925+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:33:48.7110925+05:00</UpdatedDate>
</ClaimInvoiceMapping>
<ClaimInvoices>
<ClaimInvoices>
<CI_Id>1</CI_Id>
<ClaimId>2</ClaimId>
<ClaimInvoiceMapping_Id>5</ClaimInvoiceMapping_Id>
<CoPayAmount>11</CoPayAmount>
<Comment>sample string 16</Comment>
<CreatedBy>18</CreatedBy>
<CreatedDate>2025-12-13T10:33:48.7110925+05:00</CreatedDate>
<CustomerAmount>12</CustomerAmount>
<Estimation_Id>4</Estimation_Id>
<InsuranceApprovedAmount>13</InsuranceApprovedAmount>
<InvoiceDate>2025-12-13T10:33:48.7110925+05:00</InvoiceDate>
<IsActive>true</IsActive>
<IsCoPay>10</IsCoPay>
<IsDeleted>true</IsDeleted>
<IsPayed>14</IsPayed>
<PolicyId>3</PolicyId>
<ProviderId>6</ProviderId>
<Remarks>sample string 15</Remarks>
<Status>8</Status>
<TenantId>17</TenantId>
<TotalAmount>9</TotalAmount>
<UpdatedBy>20</UpdatedBy>
<UpdatedDate>2025-12-13T10:33:48.7110925+05:00</UpdatedDate>
</ClaimInvoices>
<ClaimInvoices>
<CI_Id>1</CI_Id>
<ClaimId>2</ClaimId>
<ClaimInvoiceMapping_Id>5</ClaimInvoiceMapping_Id>
<CoPayAmount>11</CoPayAmount>
<Comment>sample string 16</Comment>
<CreatedBy>18</CreatedBy>
<CreatedDate>2025-12-13T10:33:48.7110925+05:00</CreatedDate>
<CustomerAmount>12</CustomerAmount>
<Estimation_Id>4</Estimation_Id>
<InsuranceApprovedAmount>13</InsuranceApprovedAmount>
<InvoiceDate>2025-12-13T10:33:48.7110925+05:00</InvoiceDate>
<IsActive>true</IsActive>
<IsCoPay>10</IsCoPay>
<IsDeleted>true</IsDeleted>
<IsPayed>14</IsPayed>
<PolicyId>3</PolicyId>
<ProviderId>6</ProviderId>
<Remarks>sample string 15</Remarks>
<Status>8</Status>
<TenantId>17</TenantId>
<TotalAmount>9</TotalAmount>
<UpdatedBy>20</UpdatedBy>
<UpdatedDate>2025-12-13T10:33:48.7110925+05:00</UpdatedDate>
</ClaimInvoices>
</ClaimInvoices>
</ClaimInvoicesWithNotes>
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. |