POST api/Customers
Request Information
URI Parameters
None.
Body Parameters
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ApplicationId | globally unique identifier |
Required |
|
| UserName | string |
Required String length: inclusive between 0 and 80 |
|
| Firstname | string |
Required String length: inclusive between 0 and 80 |
|
| lastName | string |
Required String length: inclusive between 0 and 80 |
|
| string |
Required String length: inclusive between 0 and 100 |
||
| MobileNo | string |
Required String length: inclusive between 0 and 200 |
|
| StreetAddress | string |
String length: inclusive between 0 and 400 |
|
| City | string |
String length: inclusive between 0 and 150 |
|
| State | string |
String length: inclusive between 0 and 150 |
|
| Country | string |
String length: inclusive between 0 and 100 |
|
| Skype | string |
String length: inclusive between 0 and 100 |
|
| YourCompany | string |
String length: inclusive between 0 and 200 |
|
| Service | string |
String length: inclusive between 0 and 1000 |
|
| Hosting | string |
String length: inclusive between 0 and 200 |
|
| Package | string |
String length: inclusive between 0 and 200 |
|
| Pricing | decimal number |
None. |
|
| DomainName | string |
String length: inclusive between 0 and 200 |
|
| AddDate | date |
Required |
|
| IPAddress | string |
Required String length: inclusive between 0 and 40 |
|
| ByWhichDomain | string |
Required String length: inclusive between 0 and 400 |
|
| Title | string |
Required String length: inclusive between 0 and 100 |
|
| IsAccountVerified | boolean |
Required |
|
| IsConverted | boolean |
Required |
|
| PaymentMethod | string |
String length: inclusive between 0 and 200 |
|
| DocumentName | string |
String length: inclusive between 0 and 200 |
|
| Document | string |
String length: inclusive between 0 and 20 |
|
| IsDocumentVerified | boolean |
None. |
|
| IsPay_Now_Click | boolean |
None. |
|
| ActivateDate | date |
None. |
|
| DeActivateDate | date |
None. |
|
| Status | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
{
"ID": 1,
"ApplicationId": "1a2cb7a6-1739-4050-afdd-f5fb0cf9b547",
"UserName": "sample string 3",
"Firstname": "sample string 4",
"lastName": "sample string 5",
"Email": "sample string 6",
"MobileNo": "sample string 7",
"StreetAddress": "sample string 8",
"City": "sample string 9",
"State": "sample string 10",
"Country": "sample string 11",
"Skype": "sample string 12",
"YourCompany": "sample string 13",
"Service": "sample string 14",
"Hosting": "sample string 15",
"Package": "sample string 16",
"Pricing": 17.0,
"DomainName": "sample string 18",
"AddDate": "2025-11-02T02:40:45.653853Z",
"IPAddress": "sample string 20",
"ByWhichDomain": "sample string 21",
"Title": "sample string 22",
"IsAccountVerified": true,
"IsConverted": true,
"PaymentMethod": "sample string 25",
"DocumentName": "sample string 26",
"Document": "sample string 27",
"IsDocumentVerified": true,
"IsPay_Now_Click": true,
"ActivateDate": "2025-11-02T02:40:45.6694811Z",
"DeActivateDate": "2025-11-02T02:40:45.6694811Z",
"Status": "sample string 30"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ApplicationId | globally unique identifier |
Required |
|
| UserName | string |
Required String length: inclusive between 0 and 80 |
|
| Firstname | string |
Required String length: inclusive between 0 and 80 |
|
| lastName | string |
Required String length: inclusive between 0 and 80 |
|
| string |
Required String length: inclusive between 0 and 100 |
||
| MobileNo | string |
Required String length: inclusive between 0 and 200 |
|
| StreetAddress | string |
String length: inclusive between 0 and 400 |
|
| City | string |
String length: inclusive between 0 and 150 |
|
| State | string |
String length: inclusive between 0 and 150 |
|
| Country | string |
String length: inclusive between 0 and 100 |
|
| Skype | string |
String length: inclusive between 0 and 100 |
|
| YourCompany | string |
String length: inclusive between 0 and 200 |
|
| Service | string |
String length: inclusive between 0 and 1000 |
|
| Hosting | string |
String length: inclusive between 0 and 200 |
|
| Package | string |
String length: inclusive between 0 and 200 |
|
| Pricing | decimal number |
None. |
|
| DomainName | string |
String length: inclusive between 0 and 200 |
|
| AddDate | date |
Required |
|
| IPAddress | string |
Required String length: inclusive between 0 and 40 |
|
| ByWhichDomain | string |
Required String length: inclusive between 0 and 400 |
|
| Title | string |
Required String length: inclusive between 0 and 100 |
|
| IsAccountVerified | boolean |
Required |
|
| IsConverted | boolean |
Required |
|
| PaymentMethod | string |
String length: inclusive between 0 and 200 |
|
| DocumentName | string |
String length: inclusive between 0 and 200 |
|
| Document | string |
String length: inclusive between 0 and 20 |
|
| IsDocumentVerified | boolean |
None. |
|
| IsPay_Now_Click | boolean |
None. |
|
| ActivateDate | date |
None. |
|
| DeActivateDate | date |
None. |
|
| Status | string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
{
"ID": 1,
"ApplicationId": "4adb38cc-77be-4489-920f-2f88963d409c",
"UserName": "sample string 3",
"Firstname": "sample string 4",
"lastName": "sample string 5",
"Email": "sample string 6",
"MobileNo": "sample string 7",
"StreetAddress": "sample string 8",
"City": "sample string 9",
"State": "sample string 10",
"Country": "sample string 11",
"Skype": "sample string 12",
"YourCompany": "sample string 13",
"Service": "sample string 14",
"Hosting": "sample string 15",
"Package": "sample string 16",
"Pricing": 17.0,
"DomainName": "sample string 18",
"AddDate": "2025-11-02T02:40:45.857301Z",
"IPAddress": "sample string 20",
"ByWhichDomain": "sample string 21",
"Title": "sample string 22",
"IsAccountVerified": true,
"IsConverted": true,
"PaymentMethod": "sample string 25",
"DocumentName": "sample string 26",
"Document": "sample string 27",
"IsDocumentVerified": true,
"IsPay_Now_Click": true,
"ActivateDate": "2025-11-02T02:40:45.857301Z",
"DeActivateDate": "2025-11-02T02:40:45.857301Z",
"Status": "sample string 30"
}