GET AdminApi/Payment/GetPayAccount
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PayAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PaymentAccount | string |
None. |
|
| PayClose | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"PaymentAccount": "sample string 2",
"PayClose": true
}