POST api/Payment

Request Information

URI Parameters

None.

Body Parameters

AddFundsOrderDetailRequest
NameDescriptionTypeAdditional information
orderCode

string

None.

orderID

string

None.

parentOrderCode

string

None.

amount

decimal number

None.

orderDate

date

None.

agentCode

integer

None.

omProductTypeCode

integer

None.

productCode

integer

None.

countryCode

integer

None.

serviceName

string

None.

omChildCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "orderCode": "sample string 1",
  "orderID": "sample string 2",
  "parentOrderCode": "sample string 3",
  "amount": 4.1,
  "orderDate": "2025-05-10T00:49:30.8983535+00:00",
  "agentCode": 6,
  "omProductTypeCode": 7,
  "productCode": 8,
  "countryCode": 9,
  "serviceName": "sample string 10",
  "omChildCode": 11
}

application/xml, text/xml

Sample:
<AddFundsOrderDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThirdPartyServices.API.Models">
  <agentCode>6</agentCode>
  <amount>4.1</amount>
  <countryCode>9</countryCode>
  <omChildCode>11</omChildCode>
  <omProductTypeCode>7</omProductTypeCode>
  <orderCode>sample string 1</orderCode>
  <orderDate>2025-05-10T00:49:30.8983535+00:00</orderDate>
  <orderID>sample string 2</orderID>
  <parentOrderCode>sample string 3</parentOrderCode>
  <productCode>8</productCode>
  <serviceName>sample string 10</serviceName>
</AddFundsOrderDetailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.