GET api/PaymentMode
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IPaymentMode| Name | Description | Type | Additional information |
|---|---|---|---|
| ModeId | integer |
None. |
|
| Title | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsPublic | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| IsShowOnline | integer |
None. |
|
| AccountNo | string |
None. |
|
| AccountTitle | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ModeId": 1,
"Title": "sample string 2",
"DisplayOrder": 3,
"IsPublic": 4,
"IsDeleted": 5,
"IsShowOnline": 6,
"AccountNo": "sample string 7",
"AccountTitle": "sample string 8"
},
{
"ModeId": 1,
"Title": "sample string 2",
"DisplayOrder": 3,
"IsPublic": 4,
"IsDeleted": 5,
"IsShowOnline": 6,
"AccountNo": "sample string 7",
"AccountTitle": "sample string 8"
}
]