POST api/SendPaymentUpdateWhatsApp
Request Information
URI Parameters
None.
Body Parameters
WhatsAppPaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerName | string |
None. |
|
| OrderNumber | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PhoneNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerName": "sample string 1",
"OrderNumber": "sample string 2",
"PaymentStatus": "sample string 3",
"PhoneNumber": "sample string 4"
}
application/xml, text/xml
Sample:
<ProductsController.WhatsAppPaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GWebAPI.Controllers"> <CustomerName>sample string 1</CustomerName> <OrderNumber>sample string 2</OrderNumber> <PaymentStatus>sample string 3</PaymentStatus> <PhoneNumber>sample string 4</PhoneNumber> </ProductsController.WhatsAppPaymentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.