| All Verbs | /GetAllPropertyPassItems |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | string | No | |
| LastPropertyItemIDInternal | 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/GetAllPropertyPassItems HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserID: String,
LastPropertyItemIDInternal: String,
LastSyncDate: String,
ReturnAll: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Asset_ID_Internal: String,
AssetSerialNo: String,
Assigned_By: String,
CheckInDate: 0001-01-01,
CheckOutDate: 0001-01-01,
DueDate: 0001-01-01,
PropertyPassID_Internal: String,
PropertyPassItemID_Internal: String,
Quantity: 0,
SiteIDInternal: String,
ModifiedOn: 0001-01-01,
Asset_ID: 0,
AssignTo: String,
Phone: String,
Email: String,
Remarks: String,
ReserveFrom: 0001-01-01,
ReserveTo: 0001-01-01,
Activity_ID: 0,
PropertyPass_ID: 0,
ReimbursementPrice: 0,
SecondaryCustodian: String,
PrimaryCustodian: String
}