Applies a partial update to a transaction. Only the fields present in the body are modified.
Path parameters
-
Unique identifier (GUID) of the acting user. All Transact Workflow resources are scoped to a user.
-
GUID of the transaction.
Body
Required
Partial transaction representation. Only the provided fields are updated.
-
Transaction type code. Observed value:
1. TODO: document the full list of code values and their meanings. -
Property street address, line 1.
-
Property street address, line 2.
-
Property street address, line 3 (e.g. unit number).
-
Property street address, line 4.
-
City / locality.
-
State or province code.
-
County or sub-region.
-
Postal / ZIP code.
-
Country.
-
Legal description of the property.
-
Items included with the property.
-
Items excluded from the property.
-
Property tax number.
-
MLS listing number.
-
Free-form note.
-
School district.
-
Zoning classification.
-
Year the property was built.
-
Transaction phase code. Observed value:
1. TODO: document the full list of code values and their meanings. -
Property type code. Observed value:
0. TODO: document the full list of code values and their meanings. -
Asking price.
-
Deposit amount.
-
Annual taxes.
-
Closing date.
-
Listing expiration date.
-
Date the listing goes live.
curl \
--request PATCH 'https://api.pre.lwolf.com/transact-workflow/v1/users/{userId}/transactions/{transactionId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"type":1,"address1":"string","address2":"string","address3":"string","address4":"string","locality":"string","region":"ON","subRegion":"string","postalCode":"string","country":"string","legalDescription":"string","propertyIncludes":"string","propertyExcludes":"string","taxNumber":"string","mlsNumber":"string","note":"string","schoolDistrict":"string","zoningClass":"string","yearBuilt":1980,"phase":1,"propertyType":0,"asking":250000,"deposit":10000,"taxes":5000,"closingDate":"2026-05-04T09:42:00Z","listingExpiration":"2026-05-04T09:42:00Z","listingGoesLive":"2026-05-04T09:42:00Z"}'
{
"type": 1,
"address1": "string",
"address2": "string",
"address3": "string",
"address4": "string",
"locality": "string",
"region": "ON",
"subRegion": "string",
"postalCode": "string",
"country": "string",
"legalDescription": "string",
"propertyIncludes": "string",
"propertyExcludes": "string",
"taxNumber": "string",
"mlsNumber": "string",
"note": "string",
"schoolDistrict": "string",
"zoningClass": "string",
"yearBuilt": 1980,
"phase": 1,
"propertyType": 0,
"asking": 250000,
"deposit": 10000,
"taxes": 5000,
"closingDate": "2026-05-04T09:42:00Z",
"listingExpiration": "2026-05-04T09:42:00Z",
"listingGoesLive": "2026-05-04T09:42:00Z"
}
{
"error": "string",
"message": "string"
}
{
"error": "string",
"message": "string"
}
{
"error": "string",
"message": "string"
}
{
"error": "string",
"message": "string"
}