POST api/PayPal/SendPayPalInvoice
Request Information
URI Parameters
None.
Body Parameters
SendPayPalInvoiceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"invoiceID": 1
}
application/xml, text/xml
Sample:
<SendPayPalInvoiceRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <invoiceID>1</invoiceID> </SendPayPalInvoiceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>