Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
bithernet committed Jul 28, 2016
1 parent 5a35d5d commit f612a0b
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions source/api/hot-sending-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,32 @@
Hot Sending API
********************************************************************************

Hello
Hot Sending Tx Request
----------------------

Hello
================================================================================
Hello
**POST /api/v1/open/tx/request**

Post Hot Sending Tx Request.

**Example response**::

{
}

Hot Sending Tx Detail
---------------------

**GET /api/v1/open/tx/** *(int: user_tx_no)*

Returns tx details for your specific tx_no.

**Example response**::

{
}

**Parameters**:
* ``user_tx_no`` *(required)* *(int)* - for which user_tx_no to retrieve tx detail.

.. note:: user_tx_no is the unique transaction id in your own system, you should use an auto incremented primary key as user_tx_no.

0 comments on commit f612a0b

Please sign in to comment.