POST api/v1/customer/savereferredcustomer
Request Information
URI Parameters
None.
Body Parameters
ReferredCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| LastName | string |
None. |
|
| Message | string |
None. |
|
| FirstName | string |
None. |
|
| FullName | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| DateCreated | date |
None. |
|
| StatusId | integer |
None. |
|
| DateUpdate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerId": 2,
"LastName": "sample string 3",
"Message": "sample string 4",
"FirstName": "sample string 5",
"FullName": "sample string 6",
"Phone": "sample string 7",
"Email": "sample string 8",
"DateCreated": "2026-03-17T21:43:15.9959403-04:00",
"StatusId": 10,
"DateUpdate": "2026-03-17T21:43:15.9959403-04:00"
}
application/xml, text/xml
Sample:
<ReferredCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Customers"> <CustomerId>2</CustomerId> <DateCreated>2026-03-17T21:43:15.9959403-04:00</DateCreated> <DateUpdate>2026-03-17T21:43:15.9959403-04:00</DateUpdate> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 6</FullName> <Id>1</Id> <LastName>sample string 3</LastName> <Message>sample string 4</Message> <Phone>sample string 7</Phone> <StatusId>10</StatusId> </ReferredCustomer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.