POST api/Customer/GetPaidDeliveryTempList
Request Information
URI Parameters
None.
Body Parameters
GetPaymTempRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUniqueID | integer |
None. |
|
| OrderdocRef | string |
None. |
|
| PaymHeadnum | integer |
None. |
|
| PaymentRef | string |
None. |
|
| CustomerKey | integer |
None. |
|
| PayGateResultUrl | string |
None. |
|
| PayGateResultRef | string |
None. |
|
| Inputjsonstr | string |
None. |
|
| PayGateTNumber | string |
None. |
|
| PayMethod | string |
None. |
|
| Paycard | string |
None. |
|
| Paylast4 | string |
None. |
|
| Payfirst6 | string |
None. |
|
| Payforenames | string |
None. |
|
| Paysurname | string |
None. |
|
| StatusfromGatew | string |
None. |
|
| PaymstatusKey | integer |
None. |
|
| PaymentStatus | string |
None. |
|
| CustomerIp | string |
None. |
|
| CountryKey | integer |
None. |
|
| CountryCode | string |
None. |
|
| RegionCode | string |
None. |
|
| CityName | string |
None. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUniqueID": 1,
"OrderdocRef": "sample string 2",
"PaymHeadnum": 3,
"PaymentRef": "sample string 4",
"CustomerKey": 5,
"PayGateResultUrl": "sample string 6",
"PayGateResultRef": "sample string 7",
"Inputjsonstr": "sample string 8",
"PayGateTNumber": "sample string 9",
"PayMethod": "sample string 10",
"Paycard": "sample string 11",
"Paylast4": "sample string 12",
"Payfirst6": "sample string 13",
"Payforenames": "sample string 14",
"Paysurname": "sample string 15",
"StatusfromGatew": "sample string 16",
"PaymstatusKey": 17,
"PaymentStatus": "sample string 18",
"CustomerIp": "sample string 19",
"CountryKey": 20,
"CountryCode": "sample string 21",
"RegionCode": "sample string 22",
"CityName": "sample string 23",
"Longitude": "sample string 24",
"Latitude": "sample string 25"
}
text/xml
Sample:
<GetPaymTempRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport"> <CartUniqueID>1</CartUniqueID> <CityName>sample string 23</CityName> <CountryCode>sample string 21</CountryCode> <CountryKey>20</CountryKey> <CustomerIp>sample string 19</CustomerIp> <CustomerKey>5</CustomerKey> <Inputjsonstr>sample string 8</Inputjsonstr> <Latitude>sample string 25</Latitude> <Longitude>sample string 24</Longitude> <OrderdocRef>sample string 2</OrderdocRef> <PayGateResultRef>sample string 7</PayGateResultRef> <PayGateResultUrl>sample string 6</PayGateResultUrl> <PayGateTNumber>sample string 9</PayGateTNumber> <PayMethod>sample string 10</PayMethod> <Paycard>sample string 11</Paycard> <Payfirst6>sample string 13</Payfirst6> <Payforenames>sample string 14</Payforenames> <Paylast4>sample string 12</Paylast4> <PaymHeadnum>3</PaymHeadnum> <PaymentRef>sample string 4</PaymentRef> <PaymentStatus>sample string 18</PaymentStatus> <PaymstatusKey>17</PaymstatusKey> <Paysurname>sample string 15</Paysurname> <RegionCode>sample string 22</RegionCode> <StatusfromGatew>sample string 16</StatusfromGatew> </GetPaymTempRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.