The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/MoveOutTenant HTTP/1.1
Host: gallifrey.studebakersubmetering.com
Content-Type: text/jsv
Content-Length: length
{
tenantId: 0,
useExpressMoveOut: False,
moveOutDate: String,
forwardingAddressLine1: String,
forwardingAddressLine2: String,
forwardingAddressLine3: String,
forwardingAddressCity: String,
forwardingAddressState: String,
forwardingAddressZipCode: String,
finalBalanceCollectedAtProperty: False,
propertyToEnterInvoiceManually: False,
notes: String,
timeDelayInMs: 0,
requestIpAddress: String,
token: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
finalInvoiceUrl: String,
isPending: False,
refundApplied: 0
}