POST api/PaymProcess/PlaceOrderonPaySuccess

Request Information

URI Parameters

None.

Body Parameters

PlaceOrderRequest
NameDescriptionTypeAdditional information
ordHeadNum

integer

None.

OrderdocRef

string

None.

PaymHeadnum

integer

None.

PaymentDate

date

None.

CustomerKey

integer

None.

CurrencyKey

integer

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.

NetAmount

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

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ordHeadNum": 1,
  "OrderdocRef": "sample string 2",
  "PaymHeadnum": 3,
  "PaymentDate": "2026-02-27T02:53:13.8252173+04:00",
  "CustomerKey": 5,
  "CurrencyKey": 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,
  "NetAmount": 22.1,
  "TaxDatasource": [
    {
      "taxKey": 1,
      "taxCode": "sample string 2",
      "taxName": "sample string 3",
      "taxPerc": 4.1,
      "taxTag": "sample string 5",
      "taxIncPerc": 6.1,
      "taxOrder": 7,
      "taxIsActive": true,
      "countryKey": 9,
      "countryCode": "sample string 10",
      "countryName": "sample string 11",
      "stateKey": 12,
      "taxAmt": 13.1
    },
    {
      "taxKey": 1,
      "taxCode": "sample string 2",
      "taxName": "sample string 3",
      "taxPerc": 4.1,
      "taxTag": "sample string 5",
      "taxIncPerc": 6.1,
      "taxOrder": 7,
      "taxIsActive": true,
      "countryKey": 9,
      "countryCode": "sample string 10",
      "countryName": "sample string 11",
      "stateKey": 12,
      "taxAmt": 13.1
    }
  ],
  "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": "sample string 38"
}

text/xml

Sample:
<PlaceOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.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>
  <CurrencyKey>6</CurrencyKey>
  <CustAddress>sample string 14</CustAddress>
  <CustMobile>sample string 12</CustMobile>
  <CustomerKey>5</CustomerKey>
  <Inputjsonstr>sample string 28</Inputjsonstr>
  <NetAmount>22.1</NetAmount>
  <OrderdocRef>sample string 2</OrderdocRef>
  <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-02-27T02:53:13.8252173+04:00</PaymentDate>
  <PaymentStatus>sample string 37</PaymentStatus>
  <PaymstatusKey>sample string 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/Com.seld.ng.Domain.ViewModels">
    <d2p1:CountryTax>
      <d2p1:countryCode>sample string 10</d2p1:countryCode>
      <d2p1:countryKey>9</d2p1:countryKey>
      <d2p1:countryName>sample string 11</d2p1:countryName>
      <d2p1:stateKey>12</d2p1:stateKey>
      <d2p1:taxAmt>13.1</d2p1:taxAmt>
      <d2p1:taxCode>sample string 2</d2p1:taxCode>
      <d2p1:taxIncPerc>6.1</d2p1:taxIncPerc>
      <d2p1:taxIsActive>true</d2p1:taxIsActive>
      <d2p1:taxKey>1</d2p1:taxKey>
      <d2p1:taxName>sample string 3</d2p1:taxName>
      <d2p1:taxOrder>7</d2p1:taxOrder>
      <d2p1:taxPerc>4.1</d2p1:taxPerc>
      <d2p1:taxTag>sample string 5</d2p1:taxTag>
    </d2p1:CountryTax>
    <d2p1:CountryTax>
      <d2p1:countryCode>sample string 10</d2p1:countryCode>
      <d2p1:countryKey>9</d2p1:countryKey>
      <d2p1:countryName>sample string 11</d2p1:countryName>
      <d2p1:stateKey>12</d2p1:stateKey>
      <d2p1:taxAmt>13.1</d2p1:taxAmt>
      <d2p1:taxCode>sample string 2</d2p1:taxCode>
      <d2p1:taxIncPerc>6.1</d2p1:taxIncPerc>
      <d2p1:taxIsActive>true</d2p1:taxIsActive>
      <d2p1:taxKey>1</d2p1:taxKey>
      <d2p1:taxName>sample string 3</d2p1:taxName>
      <d2p1:taxOrder>7</d2p1:taxOrder>
      <d2p1:taxPerc>4.1</d2p1:taxPerc>
      <d2p1:taxTag>sample string 5</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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.