POST api/PatientPaymentEmailReceipts

Request Information

URI Parameters

None.

Body Parameters

PatientPaymentReceiptModel
NameDescriptionTypeAdditional information
ReceiptId

Unique ID of the billpayment.

integer

None.

EmailAddress

Email address where the receipt should be sent.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ReceiptId": 1,
  "EmailAddress": "sample string 2"
}

application/xml, text/xml

Sample:
<PatientPaymentReceiptModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.BillPayments">
  <EmailAddress>sample string 2</EmailAddress>
  <ReceiptId>1</ReceiptId>
</PatientPaymentReceiptModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.