POST api/PaymProcess/PlaceOrderonPaySuccess
Request Information
URI Parameters
None.
Body Parameters
PlaceOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ordHeadNum | integer |
None. |
|
| OrderdocRef | string |
None. |
|
| PaymHeadnum | integer |
None. |
|
| PaymentDate | date |
None. |
|
| CustomerKey | integer |
None. |
|
| CurrencyCode | string |
None. |
|
| CountryKey | integer |
None. |
|
| StateKey | integer |
None. |
|
| PaymTypeKey | integer |
None. |
|
| PaymTypeName | string |
None. |
|
| TaxRegNumber | string |
None. |
|
| CustMobile | string |
None. |
|
| CompName | string |
None. |
|
| CustAddress | string |
None. |
|
| CityName | string |
None. |
|
| Zipcode | string |
None. |
|
| TransLogRef | string |
None. |
|
| PromoCode | string |
None. |
|
| PromoPrice | decimal number |
None. |
|
| PromodiscPerc | decimal number |
None. |
|
| TaxTotalAmount | decimal number |
None. |
|
| OrgNetAmount | decimal number |
None. |
|
| TaxDatasource | Collection of CountryTax |
None. |
|
| CardcountryKey | integer |
None. |
|
| CardcityName | string |
None. |
|
| Cardaddress | string |
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. |
|
| Payamount | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PaymstatusKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ordHeadNum": 1,
"OrderdocRef": "sample string 2",
"PaymHeadnum": 3,
"PaymentDate": "2026-04-02T04:59:44.5250056+04:00",
"CustomerKey": 5,
"CurrencyCode": "sample string 6",
"CountryKey": 7,
"StateKey": 8,
"PaymTypeKey": 9,
"PaymTypeName": "sample string 10",
"TaxRegNumber": "sample string 11",
"CustMobile": "sample string 12",
"CompName": "sample string 13",
"CustAddress": "sample string 14",
"CityName": "sample string 15",
"Zipcode": "sample string 16",
"TransLogRef": "sample string 17",
"PromoCode": "sample string 18",
"PromoPrice": 19.1,
"PromodiscPerc": 20.1,
"TaxTotalAmount": 21.1,
"OrgNetAmount": 22.1,
"TaxDatasource": [
{
"invDocNumb": "sample string 1",
"taxKey": 2,
"taxCode": "sample string 3",
"taxName": "sample string 4",
"taxPerc": 5.1,
"taxLable": "sample string 6",
"taxTag": "sample string 7",
"taxIncPerc": 8.1,
"taxOrder": 9,
"taxIsActive": true,
"storeCountryKey": 11,
"storeCountryCode": "sample string 12",
"storeCountryShortCode": "sample string 13",
"storeCountryName": "sample string 14",
"stateKey": 15,
"taxAmt": 16.1,
"storeKey": 17,
"storeCode": "sample string 18",
"storeName": "sample string 19"
},
{
"invDocNumb": "sample string 1",
"taxKey": 2,
"taxCode": "sample string 3",
"taxName": "sample string 4",
"taxPerc": 5.1,
"taxLable": "sample string 6",
"taxTag": "sample string 7",
"taxIncPerc": 8.1,
"taxOrder": 9,
"taxIsActive": true,
"storeCountryKey": 11,
"storeCountryCode": "sample string 12",
"storeCountryShortCode": "sample string 13",
"storeCountryName": "sample string 14",
"stateKey": 15,
"taxAmt": 16.1,
"storeKey": 17,
"storeCode": "sample string 18",
"storeName": "sample string 19"
}
],
"CardcountryKey": 23,
"CardcityName": "sample string 24",
"Cardaddress": "sample string 25",
"PayGateResultUrl": "sample string 26",
"PayGateResultRef": "sample string 27",
"Inputjsonstr": "sample string 28",
"PayGateTNumber": "sample string 29",
"PayMethod": "sample string 30",
"Paycard": "sample string 31",
"Paylast4": "sample string 32",
"Payfirst6": "sample string 33",
"Payforenames": "sample string 34",
"Paysurname": "sample string 35",
"Payamount": "sample string 36",
"PaymentStatus": "sample string 37",
"PaymstatusKey": 38
}
text/xml
Sample:
<PlaceOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport">
<Cardaddress>sample string 25</Cardaddress>
<CardcityName>sample string 24</CardcityName>
<CardcountryKey>23</CardcountryKey>
<CityName>sample string 15</CityName>
<CompName>sample string 13</CompName>
<CountryKey>7</CountryKey>
<CurrencyCode>sample string 6</CurrencyCode>
<CustAddress>sample string 14</CustAddress>
<CustMobile>sample string 12</CustMobile>
<CustomerKey>5</CustomerKey>
<Inputjsonstr>sample string 28</Inputjsonstr>
<OrderdocRef>sample string 2</OrderdocRef>
<OrgNetAmount>22.1</OrgNetAmount>
<PayGateResultRef>sample string 27</PayGateResultRef>
<PayGateResultUrl>sample string 26</PayGateResultUrl>
<PayGateTNumber>sample string 29</PayGateTNumber>
<PayMethod>sample string 30</PayMethod>
<Payamount>sample string 36</Payamount>
<Paycard>sample string 31</Paycard>
<Payfirst6>sample string 33</Payfirst6>
<Payforenames>sample string 34</Payforenames>
<Paylast4>sample string 32</Paylast4>
<PaymHeadnum>3</PaymHeadnum>
<PaymTypeKey>9</PaymTypeKey>
<PaymTypeName>sample string 10</PaymTypeName>
<PaymentDate>2026-04-02T04:59:44.5250056+04:00</PaymentDate>
<PaymentStatus>sample string 37</PaymentStatus>
<PaymstatusKey>38</PaymstatusKey>
<Paysurname>sample string 35</Paysurname>
<PromoCode>sample string 18</PromoCode>
<PromoPrice>19.1</PromoPrice>
<PromodiscPerc>20.1</PromodiscPerc>
<StateKey>8</StateKey>
<TaxDatasource xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.ViewModels">
<d2p1:CountryTax>
<d2p1:invDocNumb>sample string 1</d2p1:invDocNumb>
<d2p1:stateKey>15</d2p1:stateKey>
<d2p1:storeCode>sample string 18</d2p1:storeCode>
<d2p1:storeCountryCode>sample string 12</d2p1:storeCountryCode>
<d2p1:storeCountryKey>11</d2p1:storeCountryKey>
<d2p1:storeCountryName>sample string 14</d2p1:storeCountryName>
<d2p1:storeCountryShortCode>sample string 13</d2p1:storeCountryShortCode>
<d2p1:storeKey>17</d2p1:storeKey>
<d2p1:storeName>sample string 19</d2p1:storeName>
<d2p1:taxAmt>16.1</d2p1:taxAmt>
<d2p1:taxCode>sample string 3</d2p1:taxCode>
<d2p1:taxIncPerc>8.1</d2p1:taxIncPerc>
<d2p1:taxIsActive>true</d2p1:taxIsActive>
<d2p1:taxKey>2</d2p1:taxKey>
<d2p1:taxLable>sample string 6</d2p1:taxLable>
<d2p1:taxName>sample string 4</d2p1:taxName>
<d2p1:taxOrder>9</d2p1:taxOrder>
<d2p1:taxPerc>5.1</d2p1:taxPerc>
<d2p1:taxTag>sample string 7</d2p1:taxTag>
</d2p1:CountryTax>
<d2p1:CountryTax>
<d2p1:invDocNumb>sample string 1</d2p1:invDocNumb>
<d2p1:stateKey>15</d2p1:stateKey>
<d2p1:storeCode>sample string 18</d2p1:storeCode>
<d2p1:storeCountryCode>sample string 12</d2p1:storeCountryCode>
<d2p1:storeCountryKey>11</d2p1:storeCountryKey>
<d2p1:storeCountryName>sample string 14</d2p1:storeCountryName>
<d2p1:storeCountryShortCode>sample string 13</d2p1:storeCountryShortCode>
<d2p1:storeKey>17</d2p1:storeKey>
<d2p1:storeName>sample string 19</d2p1:storeName>
<d2p1:taxAmt>16.1</d2p1:taxAmt>
<d2p1:taxCode>sample string 3</d2p1:taxCode>
<d2p1:taxIncPerc>8.1</d2p1:taxIncPerc>
<d2p1:taxIsActive>true</d2p1:taxIsActive>
<d2p1:taxKey>2</d2p1:taxKey>
<d2p1:taxLable>sample string 6</d2p1:taxLable>
<d2p1:taxName>sample string 4</d2p1:taxName>
<d2p1:taxOrder>9</d2p1:taxOrder>
<d2p1:taxPerc>5.1</d2p1:taxPerc>
<d2p1:taxTag>sample string 7</d2p1:taxTag>
</d2p1:CountryTax>
</TaxDatasource>
<TaxRegNumber>sample string 11</TaxRegNumber>
<TaxTotalAmount>21.1</TaxTotalAmount>
<TransLogRef>sample string 17</TransLogRef>
<Zipcode>sample string 16</Zipcode>
<ordHeadNum>1</ordHeadNum>
</PlaceOrderRequest>
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.