POST Operator/Get_Set_Payment_Options?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Get_Set_Payment_OptionsNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Set_Payment_OptionsName | Description | Type | Additional information |
---|---|---|---|
Set_Payment_Options | Collection of SET_PAYMENT_OPTION |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Set_Payment_Options": [ { "PAYMENT_OPTION_ID": 1, "PAYMENT_OPTION_NAME": "sample string 2", "PAYMENT_OPTION_DESCRIPTION": "sample string 3" }, { "PAYMENT_OPTION_ID": 1, "PAYMENT_OPTION_NAME": "sample string 2", "PAYMENT_OPTION_DESCRIPTION": "sample string 3" } ], "ExceptionMsg": "sample string 1" }