POST api/CreateCustomer
Request Information
URI Parameters
None.
Body Parameters
CreateCustomerVm| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DialCode | string |
None. |
|
| MobileCC | string |
None. |
|
| Mobile | string |
None. |
|
| SecondaryNumberCC | string |
None. |
|
| SecondaryNumber | string |
None. |
|
| Dob | string |
None. |
|
| CompanyContactTypeId | integer |
None. |
|
| CompanyContactType | string |
None. |
|
| AlternateNumbers | string |
None. |
|
| string |
None. |
||
| Address | string |
None. |
|
| Aadhar | string |
None. |
|
| Pan | string |
None. |
|
| ContactCategoryName | string |
None. |
|
| ContactCategories | Collection of ContactCategory |
None. |
|
| CompanyContactSubCategories | Collection of CompanyContactSubCategory |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Description | string |
None. |
|
| Data | Object |
None. |
|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Description": "sample string 3",
"Data": {},
"Count": 5
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models"> <Count>5</Count> <Data /> <Description>sample string 3</Description> <Message>sample string 2</Message> <Success>true</Success> </Response>