POST api/Origami/Property
UpsertProperty
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
property |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "BUNumber": "sample string 1", "BUName": "sample string 2", "OwningEntity": "sample string 3", "PropertyStatus": "sample string 4", "PropertyManager": "sample string 5", "PropertyManagerEmailAddress": "sample string 6", "AcquisitionDate": "2024-12-02T18:14:07.3524913+00:00", "DispositionDate": "2024-12-02T18:14:07.3524913+00:00", "PropertyAddress": "sample string 7", "PropertyCity": "sample string 8", "PropertyState": "sample string 9", "PropertyPostalCode": "sample string 10", "PropertyCounty": "sample string 11", "PropertyRegion": "sample string 12", "PropertyDivision": "sample string 13", "PropertySuperRegion": "sample string 14" }
text/javascript
Sample:
{"BUNumber":"sample string 1","BUName":"sample string 2","OwningEntity":"sample string 3","PropertyStatus":"sample string 4","PropertyManager":"sample string 5","PropertyManagerEmailAddress":"sample string 6","AcquisitionDate":"2024-12-02T18:14:07.3524913+00:00","DispositionDate":"2024-12-02T18:14:07.3524913+00:00","PropertyAddress":"sample string 7","PropertyCity":"sample string 8","PropertyState":"sample string 9","PropertyPostalCode":"sample string 10","PropertyCounty":"sample string 11","PropertyRegion":"sample string 12","PropertyDivision":"sample string 13","PropertySuperRegion":"sample string 14"}
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{ "EchoFields": "sample string 1", "IsSuccessful": true, "RecordID": 3, "Message": "sample string 4", "Warnings": "sample string 5", "RecordNumber": 6 }
text/javascript
Sample:
{"EchoFields":"sample string 1","IsSuccessful":true,"RecordID":3,"Message":"sample string 4","Warnings":"sample string 5","RecordNumber":6}