POST KeyReferral/InitiateReferralProfile?USERNAME={USERNAME}&channel={channel}×tamp={timestamp}&API_KEY={API_KEY}&authtoken={authtoken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| USERNAME | string |
None. |
|
| channel | string |
None. |
|
| timestamp | string |
None. |
|
| API_KEY | string |
None. |
|
| authtoken | string |
None. |
Body Parameters
InitiateReferralProfileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| ReferredByCode | string |
None. |
|
| CustomerId | string |
None. |
|
| AccountBalance | string |
None. |
|
| AccountNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"ReferredByCode": "sample string 4",
"CustomerId": "sample string 5",
"AccountBalance": "sample string 6",
"AccountNumber": "sample string 7"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.