POST Registration/sellOrderRequest

Request Information

URI Parameters

None.

Body Parameters

BuyRequestModel
NameDescriptionTypeAdditional information
TrackId

string

None.

BuyerId

string

None.

SellerId

string

None.

OrderId

string

None.

RequestAmount

string

None.

RequestPrice

string

None.

Chain

string

None.

IsCreated

string

None.

CDate

date

None.

IsApproved

string

None.

CurrencyType

string

None.

Name

string

None.

DocImage

string

None.

ReqId

string

None.

IsPayment

string

None.

NotifyDate

date

None.

NotifyTime

string

None.

DisputeFromSeller

string

None.

DisputeFromBuyer

string

None.

IsDisputed

string

None.

DisputeTime

date

None.

RequestType

string

None.

PaymentID

string

None.

TradeType

string

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TrackId": "sample string 1",
  "BuyerId": "sample string 2",
  "SellerId": "sample string 3",
  "OrderId": "sample string 4",
  "RequestAmount": "sample string 5",
  "RequestPrice": "sample string 6",
  "Chain": "sample string 7",
  "IsCreated": "sample string 8",
  "CDate": "2026-01-04T01:34:17.609396+05:30",
  "IsApproved": "sample string 9",
  "CurrencyType": "sample string 10",
  "Name": "sample string 11",
  "DocImage": "sample string 12",
  "ReqId": "sample string 13",
  "IsPayment": "sample string 14",
  "NotifyDate": "2026-01-04T01:34:17.609396+05:30",
  "NotifyTime": "sample string 15",
  "DisputeFromSeller": "sample string 16",
  "DisputeFromBuyer": "sample string 17",
  "IsDisputed": "sample string 18",
  "DisputeTime": "2026-01-04T01:34:17.609396+05:30",
  "RequestType": "sample string 19",
  "PaymentID": "sample string 20",
  "TradeType": "sample string 21",
  "Status": "sample string 22"
}

application/xml, text/xml

Sample:
<DataModels.BuyRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyHaatApiSolution.Models">
  <BuyerId>sample string 2</BuyerId>
  <CDate>2026-01-04T01:34:17.609396+05:30</CDate>
  <Chain>sample string 7</Chain>
  <CurrencyType>sample string 10</CurrencyType>
  <DisputeFromBuyer>sample string 17</DisputeFromBuyer>
  <DisputeFromSeller>sample string 16</DisputeFromSeller>
  <DisputeTime>2026-01-04T01:34:17.609396+05:30</DisputeTime>
  <DocImage>sample string 12</DocImage>
  <IsApproved>sample string 9</IsApproved>
  <IsCreated>sample string 8</IsCreated>
  <IsDisputed>sample string 18</IsDisputed>
  <IsPayment>sample string 14</IsPayment>
  <Name>sample string 11</Name>
  <NotifyDate>2026-01-04T01:34:17.609396+05:30</NotifyDate>
  <NotifyTime>sample string 15</NotifyTime>
  <OrderId>sample string 4</OrderId>
  <PaymentID>sample string 20</PaymentID>
  <ReqId>sample string 13</ReqId>
  <RequestAmount>sample string 5</RequestAmount>
  <RequestPrice>sample string 6</RequestPrice>
  <RequestType>sample string 19</RequestType>
  <SellerId>sample string 3</SellerId>
  <Status>sample string 22</Status>
  <TrackId>sample string 1</TrackId>
  <TradeType>sample string 21</TradeType>
</DataModels.BuyRequestModel>

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.