GET Fundraising/Get_FRN_Payment_Methods?Ticket={Ticket}&language={language}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| language | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNR_PaymentMethod| Name | Description | Type | Additional information |
|---|---|---|---|
| FUNDRAISING_PAYMENT_METHOD_ID | integer |
None. |
|
| NAME | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FUNDRAISING_PAYMENT_METHOD_ID": 1,
"NAME": "sample string 2"
},
{
"FUNDRAISING_PAYMENT_METHOD_ID": 1,
"NAME": "sample string 2"
}
]