POST api/PreTenant/PreTenantRegisteration

Request Information

URI Parameters

None.

Body Parameters

TenantPreRegistrationDto
NameDescriptionTypeAdditional information
TenantId

integer

None.

TenantName

string

None.

TenantCode

string

None.

FirstName

string

None.

LastName

string

None.

MobileNumber

string

None.

EmailId

string

None.

State

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

Active

boolean

None.

PinCode

string

None.

District

string

None.

BrandName

string

None.

Notes

string

None.

Address

string

None.

Salutation

byte

None.

PlanType

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "TenantName": "sample string 2",
  "TenantCode": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "MobileNumber": "sample string 6",
  "EmailId": "sample string 7",
  "State": "sample string 8",
  "CreatedDate": "2026-04-22T15:59:11.9343652+05:30",
  "CreatedBy": 1,
  "Active": true,
  "PinCode": "sample string 9",
  "District": "sample string 10",
  "BrandName": "sample string 11",
  "Notes": "sample string 12",
  "Address": "sample string 13",
  "Salutation": 64,
  "PlanType": 64
}

application/xml, text/xml

Sample:
<TenantPreRegistrationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Models">
  <Active>true</Active>
  <Address>sample string 13</Address>
  <BrandName>sample string 11</BrandName>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-04-22T15:59:11.9343652+05:30</CreatedDate>
  <District>sample string 10</District>
  <EmailId>sample string 7</EmailId>
  <FirstName>sample string 4</FirstName>
  <LastName>sample string 5</LastName>
  <MobileNumber>sample string 6</MobileNumber>
  <Notes>sample string 12</Notes>
  <PinCode>sample string 9</PinCode>
  <PlanType>64</PlanType>
  <Salutation>64</Salutation>
  <State>sample string 8</State>
  <TenantCode>sample string 3</TenantCode>
  <TenantId>1</TenantId>
  <TenantName>sample string 2</TenantName>
</TenantPreRegistrationDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.