POST api/Properties/PropertyRegistration_SaveConfirmationStep

Request Information

URI Parameters

None.

Body Parameters

PropertyRegistration_ConfirmationStep
NameDescriptionTypeAdditional information
TempLocationID

integer

None.

UpdateBy

integer

None.

LinkedScamConcentFormLink

string

None.

PropertyActionType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TempLocationID": 1,
  "UpdateBy": 2,
  "LinkedScamConcentFormLink": "sample string 3",
  "PropertyActionType": "sample string 4"
}

application/xml, text/xml

Sample:
<PropertyRegistration_ConfirmationStep xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model.PropertyModule.Registration">
  <LinkedScamConcentFormLink>sample string 3</LinkedScamConcentFormLink>
  <PropertyActionType>sample string 4</PropertyActionType>
  <TempLocationID>1</TempLocationID>
  <UpdateBy>2</UpdateBy>
</PropertyRegistration_ConfirmationStep>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Status

ResultStatus

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": {}
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics">
  <Data />
  <Message>sample string 1</Message>
  <Status>Success</Status>
</Result>