POST api/UserApi/CheckOrderRequest
Request Information
URI Parameters
None.
Body Parameters
BOQRCheckTezOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| Msg | string |
None. |
|
| Result_status | integer |
None. |
|
| OrderId | integer |
None. |
|
| Utr | string |
None. |
|
| OrderNo | string |
None. |
|
| UserIds | string |
None. |
|
| UserId | integer |
None. |
|
| Order_Status | string |
None. |
|
| Amount | decimal number |
None. |
|
| TransactionNo | string |
None. |
|
| Response_status | string |
None. |
|
| PaymentDate | string |
None. |
|
| status | boolean |
None. |
|
| message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Msg": "sample string 1",
"Result_status": 2,
"OrderId": 3,
"Utr": "sample string 4",
"OrderNo": "sample string 5",
"UserIds": "sample string 6",
"UserId": 7,
"Order_Status": "sample string 8",
"Amount": 9.0,
"TransactionNo": "sample string 10",
"Response_status": "sample string 11",
"PaymentDate": "sample string 12",
"status": true,
"message": "sample string 14"
}
application/xml, text/xml
Sample:
<BOQRCheckTezOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.User"> <Amount>9</Amount> <Msg>sample string 1</Msg> <OrderId>3</OrderId> <OrderNo>sample string 5</OrderNo> <Order_Status>sample string 8</Order_Status> <PaymentDate>sample string 12</PaymentDate> <Response_status>sample string 11</Response_status> <Result_status>2</Result_status> <TransactionNo>sample string 10</TransactionNo> <UserId>7</UserId> <UserIds>sample string 6</UserIds> <Utr>sample string 4</Utr> <message>sample string 14</message> <status>true</status> </BOQRCheckTezOrder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.