POST api/Customers

Request Information

URI Parameters

None.

Body Parameters

Customer
NameDescriptionTypeAdditional 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

Email

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

Sample:
{
  "ID": 1,
  "ApplicationId": "148803ab-0d87-4f49-97db-71b04d0adf5f",
  "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": "2024-04-25T21:49:49.5900142-05:00",
  "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": "2024-04-25T21:49:49.5900142-05:00",
  "DeActivateDate": "2024-04-25T21:49:49.5900142-05:00",
  "Status": "sample string 30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Customer
NameDescriptionTypeAdditional 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

Email

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

Sample:
{
  "ID": 1,
  "ApplicationId": "d2ce40ed-7e78-4511-af63-96c8d843bdb4",
  "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": "2024-04-25T21:49:49.6212548-05:00",
  "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": "2024-04-25T21:49:49.6212548-05:00",
  "DeActivateDate": "2024-04-25T21:49:49.6212548-05:00",
  "Status": "sample string 30"
}