HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/UpdateTenant HTTP/1.1
Host: gallifrey.studebakersubmetering.com
Content-Type: text/jsv
Content-Length: length
{
tenantId: 0,
title: String,
firstName: String,
lastName: String,
suffix: String,
occupancy: 0,
phone: String,
phoneExtension: String,
mobile: String,
emailAddress: String,
address1: String,
address2: String,
address3: String,
city: String,
state: String,
zipCode: String,
allowEmail: False,
allowSms: False,
allowVoice: False,
pmsAccount: String,
newPassword: String,
isExempt: False,
requestIpAddress: String,
token: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
tenantId: 0,
title: String,
firstName: String,
lastName: String,
suffix: String,
occupancy: 0,
phone: String,
phoneExtension: String,
mobile: String,
email: String,
address1: String,
address2: String,
address3: String,
city: String,
state: String,
zipCode: String,
allowEmail: False,
allowSms: False,
allowVoice: False,
pmsAccount: String,
isExempt: False
}