POST api/Tenant/UpdateTenant
Request Information
URI Parameters
None.
Body Parameters
TenantRegistrationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | integer |
None. |
|
| TenantName | string |
None. |
|
| TenantCode | string |
None. |
|
| MobileNumber | string |
None. |
|
| EmailId | string |
None. |
|
| Address | string |
None. |
|
| State | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| Active | boolean |
None. |
|
| PinCode | string |
None. |
|
| District | string |
None. |
|
| FileName | string |
None. |
|
| FilePath | string |
None. |
|
| OpIdSame | boolean |
None. |
|
| BrandName | string |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": 1,
"TenantName": "sample string 2",
"TenantCode": "sample string 3",
"MobileNumber": "sample string 4",
"EmailId": "sample string 5",
"Address": "sample string 6",
"State": "sample string 7",
"CreatedDate": "2026-04-22T15:59:01.7933947+05:30",
"CreatedBy": 1,
"Active": true,
"PinCode": "sample string 8",
"District": "sample string 9",
"FileName": "sample string 10",
"FilePath": "sample string 11",
"OpIdSame": true,
"BrandName": "sample string 12",
"Notes": "sample string 13"
}
application/xml, text/xml
Sample:
<TenantRegistrationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Models"> <Active>true</Active> <Address>sample string 6</Address> <BrandName>sample string 12</BrandName> <CreatedBy>1</CreatedBy> <CreatedDate>2026-04-22T15:59:01.7933947+05:30</CreatedDate> <District>sample string 9</District> <EmailId>sample string 5</EmailId> <FileName>sample string 10</FileName> <FilePath>sample string 11</FilePath> <MobileNumber>sample string 4</MobileNumber> <Notes>sample string 13</Notes> <OpIdSame>true</OpIdSame> <PinCode>sample string 8</PinCode> <State>sample string 7</State> <TenantCode>sample string 3</TenantCode> <TenantId>1</TenantId> <TenantName>sample string 2</TenantName> </TenantRegistrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.