The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/UpdateProperty HTTP/1.1
Host: gallifrey.studebakersubmetering.com
Content-Type: text/jsv
Content-Length: length
{
propertyId: 0,
contactName: String,
email: String,
password: String,
companyName: String,
phone: String,
phoneExtension: String,
mobile: String,
fax: String,
faxExtension: String,
address1: String,
address2: String,
address3: String,
city: String,
state: String,
zipCode: String,
integrationCode: String,
requestIpAddress: String,
token: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
properties:
[
{
propertyId: 0,
name: String,
integrationCode: String,
address1: String,
address2: String,
address3: String,
city: String,
state: String,
zipCode: String,
contact:
{
contactName: String,
email: String,
companyName: String,
phone: String,
phoneExtension: String,
mobile: String,
fax: String,
faxExtension: String
},
integrationBatches:
[
{
batchReference: String,
dateSent: 0001-01-01,
totalDollarAmount: 0,
totalCount: 0
}
],
isCollectable: False,
rubsFilesAreAvailable: False,
password: String
}
],
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String
}
]
}
}