GET api/Admin/ReferralMarketType/{id}?localeID={localeID}
Returns a specific Referral Market Type
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| localeID | integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
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
Sample:
<ReferralMarketType> <ID>0</ID> <Description /> <IsInputSolicited>False</IsInputSolicited> <InputLabel /> <InputMaxLength>50</InputMaxLength> <IsSolicitedInputRequired>False</IsSolicitedInputRequired> <IsAvailableAtRepSignup>False</IsAvailableAtRepSignup> <IsAvailableAtCustomerSignup>False</IsAvailableAtCustomerSignup> <IsActive>True</IsActive> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </ReferralMarketType>
application/json, text/json
Sample:
{
"ID": 0,
"IsInputSolicited": false,
"InputMaxLength": 50,
"IsSolicitedInputRequired": false,
"IsAvailableAtRepSignup": false,
"IsAvailableAtCustomerSignup": false,
"IsActive": true,
"DateCreated": "0001-01-01T00:00:00"
}