| All Verbs | /GetAllPropertyPassTable |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | string | No | |
| PropertyPassIDInternal | query | string | No | |
| LastSyncDate | query | string | No | |
| ReturnAll | query | bool? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetAllPropertyPassTable HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserID: String,
PropertyPassIDInternal: String,
LastSyncDate: String,
ReturnAll: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Assigned_By: String,
AssignedToEmail: String,
AssignedToPhone: String,
Comments: String,
CreationDate: 0001-01-01,
DueDate: 0001-01-01,
PeopleID_Internal: String,
PropertyPassID_Internal: String,
PropertyPassLevel: 0,
SiteIDInternal: String,
TerminationDate: 0001-01-01,
ModifiedOn: 0001-01-01,
SignaturePic: AA==,
AssignedToID: 0,
AssignedToName: String,
Location: String,
Organization: String,
ParentID: 0,
Hierarchy: String
}