| All Verbs | /CheckOutAsset_V1 |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | string | No | |
| Asset_ID_Internal | query | string | No | |
| PrimaryCustodian | query | string | No | |
| SecondaryCustodian | query | string | No | |
| asset | query | PropertyPassItem | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Asset_ID_Internal | body | string | No | |
| AssetSerialNo | body | string | No | |
| Assigned_By | body | string | No | |
| CheckInDate | body | DateTime? | No | |
| CheckOutDate | body | DateTime? | No | |
| DueDate | body | DateTime? | No | |
| PropertyPassID_Internal | body | string | No | |
| PropertyPassItemID_Internal | body | string | No | |
| Quantity | body | int | No | |
| SiteIDInternal | body | string | No | |
| ModifiedOn | body | DateTime? | No | |
| Asset_ID | body | int? | No | |
| AssignTo | body | string | No | |
| Phone | body | string | No | |
| body | string | No | ||
| Remarks | body | string | No | |
| ReserveFrom | body | DateTime? | No | |
| ReserveTo | body | DateTime? | No | |
| Activity_ID | body | int? | No | |
| PropertyPass_ID | body | int? | No | |
| ReimbursementPrice | body | double? | No | |
| SecondaryCustodian | body | string | No | |
| PrimaryCustodian | body | string | 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/CheckOutAsset_V1 HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserID: String,
Asset_ID_Internal: String,
PrimaryCustodian: String,
SecondaryCustodian: String,
asset:
{
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
}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
AssetCheckInOutID: String,
Error_Code: String
}