POST api/Receipt/InsertOrUpdateQuickPayment
Insert/Update receipt quick payment
Request Information
URI Parameters
None.
Body Parameters
ReceiptForQuickPaymentInsertModel properties.
ReceiptForQuickPaymentInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| LocationId | string |
None. |
|
| LocationBusinessName | string |
None. |
|
| TransactionDate | date |
None. |
|
| DueDate | date |
None. |
|
| CreatedDate | date |
None. |
|
| Number | string |
None. |
|
| PaymentReceiptDate | date |
None. |
|
| InsuredCommercialName | string |
None. |
|
| InsuredDatabaseId | globally unique identifier |
None. |
|
| InsuredEmail | string |
None. |
|
| InsuredFirstName | string |
None. |
|
| InsuredLastName | string |
None. |
|
| Fees | Collection of ReceiptInsertModelFee |
None. |
|
| PaymentMethodsAndPaidAmounts | Collection of PaymentMethodAndPaidAmount |
None. |
|
| PolicyId | globally unique identifier |
None. |
|
| PolicyNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "fa019cb3-a504-4f6f-bec0-6e988ced001f",
"description": "sample string 2",
"invoiceNumber": "sample string 3",
"locationId": "sample string 4",
"locationBusinessName": "sample string 5",
"transactionDate": "2025-11-15T04:36:24.5386342-06:00",
"dueDate": "2025-11-15T04:36:24.5386342-06:00",
"createdDate": "2025-11-15T04:36:24.5386342-06:00",
"number": "sample string 9",
"paymentReceiptDate": "2025-11-15T04:36:24.5386342-06:00",
"insuredCommercialName": "sample string 11",
"insuredDatabaseId": "2c10e698-2143-44b8-a59f-437974614373",
"insuredEmail": "sample string 12",
"insuredFirstName": "sample string 13",
"insuredLastName": "sample string 14",
"fees": [
{
"feeName": "sample string 1",
"dueAmount": 1.0,
"paidAmount": 1.0
},
{
"feeName": "sample string 1",
"dueAmount": 1.0,
"paidAmount": 1.0
}
],
"paymentMethodsAndPaidAmounts": [
{
"paymentMethod": "sample string 1",
"paidAmount": 2.1,
"confirmationRefNum": "sample string 3",
"paymentNotes": "sample string 4"
},
{
"paymentMethod": "sample string 1",
"paidAmount": 2.1,
"confirmationRefNum": "sample string 3",
"paymentNotes": "sample string 4"
}
],
"policyId": "fa486b9e-0f90-4df5-973a-bd469eccf53d",
"policyNumber": "sample string 16"
}
application/xml, text/xml
Sample:
<ReceiptForQuickPaymentInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum">
<CreatedDate>2025-11-15T04:36:24.5386342-06:00</CreatedDate>
<Description>sample string 2</Description>
<DueDate>2025-11-15T04:36:24.5386342-06:00</DueDate>
<Fees>
<ReceiptInsertModelFee>
<DueAmount>1</DueAmount>
<FeeName>sample string 1</FeeName>
<PaidAmount>1</PaidAmount>
</ReceiptInsertModelFee>
<ReceiptInsertModelFee>
<DueAmount>1</DueAmount>
<FeeName>sample string 1</FeeName>
<PaidAmount>1</PaidAmount>
</ReceiptInsertModelFee>
</Fees>
<Id>fa019cb3-a504-4f6f-bec0-6e988ced001f</Id>
<InsuredCommercialName>sample string 11</InsuredCommercialName>
<InsuredDatabaseId>2c10e698-2143-44b8-a59f-437974614373</InsuredDatabaseId>
<InsuredEmail>sample string 12</InsuredEmail>
<InsuredFirstName>sample string 13</InsuredFirstName>
<InsuredLastName>sample string 14</InsuredLastName>
<InvoiceNumber>sample string 3</InvoiceNumber>
<LocationBusinessName>sample string 5</LocationBusinessName>
<LocationId>sample string 4</LocationId>
<Number>sample string 9</Number>
<PaymentMethodsAndPaidAmounts>
<PaymentMethodAndPaidAmount>
<ConfirmationRefNum>sample string 3</ConfirmationRefNum>
<PaidAmount>2.1</PaidAmount>
<PaymentMethod>sample string 1</PaymentMethod>
<PaymentNotes>sample string 4</PaymentNotes>
</PaymentMethodAndPaidAmount>
<PaymentMethodAndPaidAmount>
<ConfirmationRefNum>sample string 3</ConfirmationRefNum>
<PaidAmount>2.1</PaidAmount>
<PaymentMethod>sample string 1</PaymentMethod>
<PaymentNotes>sample string 4</PaymentNotes>
</PaymentMethodAndPaidAmount>
</PaymentMethodsAndPaidAmounts>
<PaymentReceiptDate>2025-11-15T04:36:24.5386342-06:00</PaymentReceiptDate>
<PolicyId>fa486b9e-0f90-4df5-973a-bd469eccf53d</PolicyId>
<PolicyNumber>sample string 16</PolicyNumber>
<TransactionDate>2025-11-15T04:36:24.5386342-06:00</TransactionDate>
</ReceiptForQuickPaymentInsertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultOfReceiptForQuickPaymentInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ApiStatus |
None. |
|
| Data | ReceiptForQuickPaymentInsertModel |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"data": {
"id": "dca243fa-1eee-4a77-a8c5-e850e30087b3",
"description": "sample string 2",
"invoiceNumber": "sample string 3",
"locationId": "sample string 4",
"locationBusinessName": "sample string 5",
"transactionDate": "2025-11-15T04:36:24.5698834-06:00",
"dueDate": "2025-11-15T04:36:24.5698834-06:00",
"createdDate": "2025-11-15T04:36:24.5698834-06:00",
"number": "sample string 9",
"paymentReceiptDate": "2025-11-15T04:36:24.5698834-06:00",
"insuredCommercialName": "sample string 11",
"insuredDatabaseId": "f9ebf3c4-49ae-4df2-8ec5-ccf28f01a40d",
"insuredEmail": "sample string 12",
"insuredFirstName": "sample string 13",
"insuredLastName": "sample string 14",
"fees": [
{
"feeName": "sample string 1",
"dueAmount": 1.0,
"paidAmount": 1.0
},
{
"feeName": "sample string 1",
"dueAmount": 1.0,
"paidAmount": 1.0
}
],
"paymentMethodsAndPaidAmounts": [
{
"paymentMethod": "sample string 1",
"paidAmount": 2.1,
"confirmationRefNum": "sample string 3",
"paymentNotes": "sample string 4"
},
{
"paymentMethod": "sample string 1",
"paidAmount": 2.1,
"confirmationRefNum": "sample string 3",
"paymentNotes": "sample string 4"
}
],
"policyId": "d7de541f-6ae9-40ee-9a18-891174da2b7a",
"policyNumber": "sample string 16"
},
"message": "sample string 1"
}
application/xml, text/xml
Sample:
<NowCertsApiResultOfReceiptForQuickPaymentInsertModelodPQ2rGR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum">
<Data>
<CreatedDate>2025-11-15T04:36:24.5698834-06:00</CreatedDate>
<Description>sample string 2</Description>
<DueDate>2025-11-15T04:36:24.5698834-06:00</DueDate>
<Fees>
<ReceiptInsertModelFee>
<DueAmount>1</DueAmount>
<FeeName>sample string 1</FeeName>
<PaidAmount>1</PaidAmount>
</ReceiptInsertModelFee>
<ReceiptInsertModelFee>
<DueAmount>1</DueAmount>
<FeeName>sample string 1</FeeName>
<PaidAmount>1</PaidAmount>
</ReceiptInsertModelFee>
</Fees>
<Id>dca243fa-1eee-4a77-a8c5-e850e30087b3</Id>
<InsuredCommercialName>sample string 11</InsuredCommercialName>
<InsuredDatabaseId>f9ebf3c4-49ae-4df2-8ec5-ccf28f01a40d</InsuredDatabaseId>
<InsuredEmail>sample string 12</InsuredEmail>
<InsuredFirstName>sample string 13</InsuredFirstName>
<InsuredLastName>sample string 14</InsuredLastName>
<InvoiceNumber>sample string 3</InvoiceNumber>
<LocationBusinessName>sample string 5</LocationBusinessName>
<LocationId>sample string 4</LocationId>
<Number>sample string 9</Number>
<PaymentMethodsAndPaidAmounts>
<PaymentMethodAndPaidAmount>
<ConfirmationRefNum>sample string 3</ConfirmationRefNum>
<PaidAmount>2.1</PaidAmount>
<PaymentMethod>sample string 1</PaymentMethod>
<PaymentNotes>sample string 4</PaymentNotes>
</PaymentMethodAndPaidAmount>
<PaymentMethodAndPaidAmount>
<ConfirmationRefNum>sample string 3</ConfirmationRefNum>
<PaidAmount>2.1</PaidAmount>
<PaymentMethod>sample string 1</PaymentMethod>
<PaymentNotes>sample string 4</PaymentNotes>
</PaymentMethodAndPaidAmount>
</PaymentMethodsAndPaidAmounts>
<PaymentReceiptDate>2025-11-15T04:36:24.5698834-06:00</PaymentReceiptDate>
<PolicyId>d7de541f-6ae9-40ee-9a18-891174da2b7a</PolicyId>
<PolicyNumber>sample string 16</PolicyNumber>
<TransactionDate>2025-11-15T04:36:24.5698834-06:00</TransactionDate>
</Data>
<Message>sample string 1</Message>
<Status>Error</Status>
</NowCertsApiResultOfReceiptForQuickPaymentInsertModelodPQ2rGR>