GET api/Admin/ReferralMarketType?localeID={localeID}
Returns a list of Referral Market Types
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| localeID | integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
Collection of IReferralMarketType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| IsInputSolicited | boolean |
None. |
|
| InputLabel | string |
None. |
|
| InputMaxLength | integer |
None. |
|
| IsSolicitedInputRequired | boolean |
None. |
|
| IsAvailableAtRepSignup | boolean |
None. |
|
| IsAvailableAtCustomerSignup | boolean |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.