POST api/LifeWorks/PayTabs_Redirect
Request Information
URI Parameters
None.
Body Parameters
Paypage_RequestName | Description | Type | Additional information |
---|---|---|---|
title | string |
None. |
|
cc_first_name | string |
None. |
|
cc_last_name | string |
None. |
|
phone_number | string |
None. |
|
string |
None. |
||
products_per_title | string |
None. |
|
unit_price | string |
None. |
|
reference_no | string |
None. |
|
ip_customer | string |
None. |
|
address | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
postal_code | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "title": "sample string 1", "cc_first_name": "sample string 2", "cc_last_name": "sample string 3", "phone_number": "sample string 4", "email": "sample string 5", "products_per_title": "sample string 6", "unit_price": "sample string 7", "reference_no": "sample string 8", "ip_customer": "sample string 9", "address": "sample string 10", "state": "sample string 11", "city": "sample string 12", "postal_code": "sample string 13" }
application/xml, text/xml
Sample:
<Paypage_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lifeworks_api.Paytabs"> <address>sample string 10</address> <cc_first_name>sample string 2</cc_first_name> <cc_last_name>sample string 3</cc_last_name> <city>sample string 12</city> <email>sample string 5</email> <ip_customer>sample string 9</ip_customer> <phone_number>sample string 4</phone_number> <postal_code>sample string 13</postal_code> <products_per_title>sample string 6</products_per_title> <reference_no>sample string 8</reference_no> <state>sample string 11</state> <title>sample string 1</title> <unit_price>sample string 7</unit_price> </Paypage_Request>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |