# Transactions post **POST /v1/Transactions** ## Servers - https://api.pre.lwolf.com/transact-workflow: https://api.pre.lwolf.com/transact-workflow () ## Parameters ### Headers - **on-behalf-of** (string) On behalf of user ### Body: application/json (object) - **type** (integer(int32)) - **address1** (string | null) - **address2** (string | null) - **address3** (string | null) - **address4** (string | null) - **locality** (string | null) - **region** (string | null) - **postalCode** (string | null) - **country** (string | null) - **legalDescription** (string | null) - **propertyIncludes** (string | null) - **propertyExcludes** (string | null) - **taxNumber** (string | null) - **mlsNumber** (string | null) - **note** (string | null) - **propertyType** (integer(int32)) - **asking** (number(double) | null) - **deposit** (number(double) | null) - **closingDate** (string(date-time) | null) - **listingExpiration** (string(date-time) | null) - **listingGoesLive** (string(date-time) | null) - **subRegion** (string | null) - **schoolDistrict** (string | null) - **zoningClass** (string | null) - **yearBuilt** (integer(int32) | null) - **price** (number(double) | null) - **taxes** (number(double) | null) ## Responses ### 200 OK [Powered by Bump.sh](https://bump.sh)