POST api/NewCustomerRegistration/NewCustomerRegistration
Request Information
URI Parameters
None.
Body Parameters
SaveNewCustomerPropsName | Description | Type | Additional information |
---|---|---|---|
MobileNo | string |
None. |
|
City | string |
None. |
|
LiveCity | string |
None. |
|
Init | string |
None. |
|
Name1 | string |
None. |
|
Name2 | string |
None. |
|
Occupation | string |
None. |
|
ProfileId | string |
None. |
|
DeviceId | string |
None. |
|
Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MobileNo": "sample string 1", "City": "sample string 2", "LiveCity": "sample string 3", "Init": "sample string 4", "Name1": "sample string 5", "Name2": "sample string 6", "Occupation": "sample string 7", "ProfileId": "sample string 8", "DeviceId": "sample string 9", "Status": "sample string 10" }
application/xml, text/xml
Sample:
<SaveNewCustomerProps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <City>sample string 2</City> <DeviceId>sample string 9</DeviceId> <Init>sample string 4</Init> <LiveCity>sample string 3</LiveCity> <MobileNo>sample string 1</MobileNo> <Name1>sample string 5</Name1> <Name2>sample string 6</Name2> <Occupation>sample string 7</Occupation> <ProfileId>sample string 8</ProfileId> <Status>sample string 10</Status> </SaveNewCustomerProps>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataSetName | Description | Type | Additional information |
---|---|---|---|
RemotingFormat | SerializationFormat |
None. |
|
SchemaSerializationMode | SchemaSerializationMode |
None. |
|
CaseSensitive | boolean |
None. |
|
DefaultViewManager | Collection of Object |
None. |
|
EnforceConstraints | boolean |
None. |
|
DataSetName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
Site | ISite |
None. |
|
Relations | Collection of Object |
None. |
|
Tables | Collection of Object |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.