POST api/HOP/PrimaryPropertySave

Request Information

URI Parameters

None.

Body Parameters

PrimaryProperty
NameDescriptionTypeAdditional information
rowstamp

integer

None.

UserName

string

String length: inclusive between 0 and 250

PropertyCode

string

String length: inclusive between 0 and 50

PropertyTowerDescription

string

String length: inclusive between 0 and 150

NameAlias

string

String length: inclusive between 0 and 50

CreatedDate

date

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "rowstamp": 1,
  "userName": "sample string 2",
  "propertyCode": "sample string 3",
  "propertyTowerDescription": "sample string 4",
  "nameAlias": "sample string 5",
  "createdDate": "2024-09-20T03:47:32.2379799+08:00",
  "modifiedDate": "2024-09-20T03:47:32.2379799+08:00"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.