POST api/flat/TransferFlat

Request Information

URI Parameters

None.

Body Parameters

FlatTransferVM
NameDescriptionTypeAdditional information
FlatTransferId

integer

None.

CurrentBldgLinkId

integer

None.

BldgId

integer

None.

BldgFlatNo

string

None.

AccountTitle

string

None.

ContactNo

string

None.

EmailId

string

None.

IsExistingMember

boolean

None.

NewMemberName

string

None.

NewMemberId

integer

None.

AccountMapKey

string

None.

EffectiveFrom

date

None.

CreatedBy

string

None.

CreatedOn

date

None.

StatusId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "flatTransferId": 1,
  "currentBldgLinkId": 2,
  "bldgId": 3,
  "bldgFlatNo": "sample string 4",
  "accountTitle": "sample string 5",
  "contactNo": "sample string 6",
  "emailId": "sample string 7",
  "isExistingMember": true,
  "newMemberName": "sample string 9",
  "newMemberId": 1,
  "accountMapKey": "sample string 10",
  "effectiveFrom": "2025-12-10T09:47:38.3057164+05:30",
  "createdBy": "sample string 11",
  "createdOn": "2025-12-10T09:47:38.3057164+05:30",
  "statusId": 12
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FlatTransferVM'.

Response Information

Resource Description

ResponseOfInt32
NameDescriptionTypeAdditional information
IsSuccess

ResponseStatus

None.

Message

string

None.

ID

integer

None.

ResponseData

integer

None.

ShowAlert

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.