POST api/MomoPayment/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Momo_PaymentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryNo | integer |
None. |
|
| ReceiptNo_ | string |
None. |
|
| Mobiphone | string |
None. |
|
| Store | string |
None. |
|
| BillAmount | decimal number |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| Kidserconfirm | byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EntryNo": 1,
"ReceiptNo_": "sample string 2",
"Mobiphone": "sample string 3",
"Store": "sample string 4",
"BillAmount": 5.0,
"PaymentAmount": 6.0,
"Kidserconfirm": 64
},
{
"EntryNo": 1,
"ReceiptNo_": "sample string 2",
"Mobiphone": "sample string 3",
"Store": "sample string 4",
"BillAmount": 5.0,
"PaymentAmount": 6.0,
"Kidserconfirm": 64
}
]