POST api/AccountDetails/Customer_InsertReferralSent
Request Information
URI Parameters
None.
Body Parameters
customerReferalToSend| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | string |
None. |
|
| SentToFullName | string |
None. |
|
| SentToEmail | string |
None. |
|
| CustName | string |
None. |
|
| ReferalCode | string |
None. |
|
| AccountType | string |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerId": "sample string 1",
"SentToFullName": "sample string 2",
"SentToEmail": "sample string 3",
"CustName": "sample string 4",
"ReferalCode": "sample string 5",
"AccountType": "sample string 6",
"CompanyID": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1