POST Api/Payment/SavePayAccount
Request Information
URI Parameters
None.
Body Parameters
PayAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PaymentAccount | string |
None. |
|
| PayClose | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PaymentAccount": "sample string 2",
"PayClose": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}