POST api/DataEncryption/PostData
Request Information
URI Parameters
None.
Body Parameters
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Title | string |
None. |
|
| First_Name | string |
None. |
|
| Last_Name | string |
None. |
|
| string |
None. |
||
| Phone_Number | string |
None. |
|
| Landline | string |
None. |
|
| Source | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| IPAddress | string |
None. |
|
| Referer | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Title": "sample string 2",
"First_Name": "sample string 3",
"Last_Name": "sample string 4",
"Email": "sample string 5",
"Phone_Number": "sample string 6",
"Landline": "sample string 7",
"Source": "sample string 8",
"Username": "sample string 9",
"Password": "sample string 10",
"IPAddress": "sample string 11",
"Referer": "sample string 12"
}
application/xml, text/xml
Sample:
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerDataEncryptionAPI.Models"> <Email>sample string 5</Email> <First_Name>sample string 3</First_Name> <ID>1</ID> <IPAddress>sample string 11</IPAddress> <Landline>sample string 7</Landline> <Last_Name>sample string 4</Last_Name> <Password>sample string 10</Password> <Phone_Number>sample string 6</Phone_Number> <Referer>sample string 12</Referer> <Source>sample string 8</Source> <Title>sample string 2</Title> <Username>sample string 9</Username> </Customer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>