POST api/Receipt/InsertOrUpdateQuickPayment
Insert/Update receipt quick payment
Request Information
URI Parameters
None.
Body Parameters
ReceiptForQuickPaymentInsertModel properties.
ReceiptForQuickPaymentInsertModelName | 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. |
|
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": "d8692d44-59f4-44f5-ad48-f1c1ff17f499", "description": "sample string 2", "invoiceNumber": "sample string 3", "locationId": "sample string 4", "locationBusinessName": "sample string 5", "transactionDate": "2022-08-10T16:17:13.8298944-05:00", "dueDate": "2022-08-10T16:17:13.8298944-05:00", "number": "sample string 8", "paymentReceiptDate": "2022-08-10T16:17:13.8298944-05:00", "insuredCommercialName": "sample string 10", "insuredDatabaseId": "6db6f3fc-4e3f-4d60-887e-905c7a0bafb9", "insuredEmail": "sample string 11", "insuredFirstName": "sample string 12", "insuredLastName": "sample string 13", "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": "57e3b26a-1569-4cb8-8d8c-7027e91db7b7", "policyNumber": "sample string 15" }
application/xml, text/xml
Sample:
<ReceiptForQuickPaymentInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Description>sample string 2</Description> <DueDate>2022-08-10T16:17:13.8298944-05: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>d8692d44-59f4-44f5-ad48-f1c1ff17f499</Id> <InsuredCommercialName>sample string 10</InsuredCommercialName> <InsuredDatabaseId>6db6f3fc-4e3f-4d60-887e-905c7a0bafb9</InsuredDatabaseId> <InsuredEmail>sample string 11</InsuredEmail> <InsuredFirstName>sample string 12</InsuredFirstName> <InsuredLastName>sample string 13</InsuredLastName> <InvoiceNumber>sample string 3</InvoiceNumber> <LocationBusinessName>sample string 5</LocationBusinessName> <LocationId>sample string 4</LocationId> <Number>sample string 8</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>2022-08-10T16:17:13.8298944-05:00</PaymentReceiptDate> <PolicyId>57e3b26a-1569-4cb8-8d8c-7027e91db7b7</PolicyId> <PolicyNumber>sample string 15</PolicyNumber> <TransactionDate>2022-08-10T16:17:13.8298944-05:00</TransactionDate> </ReceiptForQuickPaymentInsertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultOfReceiptForQuickPaymentInsertModelName | Description | Type | Additional information |
---|---|---|---|
Status | ApiStatus |
None. |
|
Data | ReceiptForQuickPaymentInsertModel |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 0, "data": { "id": "76b3c78e-90f9-4299-83e3-276208d5df7f", "description": "sample string 2", "invoiceNumber": "sample string 3", "locationId": "sample string 4", "locationBusinessName": "sample string 5", "transactionDate": "2022-08-10T16:17:13.8454438-05:00", "dueDate": "2022-08-10T16:17:13.8454438-05:00", "number": "sample string 8", "paymentReceiptDate": "2022-08-10T16:17:13.8454438-05:00", "insuredCommercialName": "sample string 10", "insuredDatabaseId": "03a99504-aae1-42e7-9146-c870f3f3e35f", "insuredEmail": "sample string 11", "insuredFirstName": "sample string 12", "insuredLastName": "sample string 13", "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": "232e16b3-b6ee-4461-98e8-e3b485e2cbd2", "policyNumber": "sample string 15" }, "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> <Description>sample string 2</Description> <DueDate>2022-08-10T16:17:13.8454438-05: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>76b3c78e-90f9-4299-83e3-276208d5df7f</Id> <InsuredCommercialName>sample string 10</InsuredCommercialName> <InsuredDatabaseId>03a99504-aae1-42e7-9146-c870f3f3e35f</InsuredDatabaseId> <InsuredEmail>sample string 11</InsuredEmail> <InsuredFirstName>sample string 12</InsuredFirstName> <InsuredLastName>sample string 13</InsuredLastName> <InvoiceNumber>sample string 3</InvoiceNumber> <LocationBusinessName>sample string 5</LocationBusinessName> <LocationId>sample string 4</LocationId> <Number>sample string 8</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>2022-08-10T16:17:13.8454438-05:00</PaymentReceiptDate> <PolicyId>232e16b3-b6ee-4461-98e8-e3b485e2cbd2</PolicyId> <PolicyNumber>sample string 15</PolicyNumber> <TransactionDate>2022-08-10T16:17:13.8454438-05:00</TransactionDate> </Data> <Message>sample string 1</Message> <Status>Error</Status> </NowCertsApiResultOfReceiptForQuickPaymentInsertModelodPQ2rGR>