| All Verbs | /CreatePropertyPassItem_V1 |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | string | No | |
| Asset_ID_Internal | query | string | No | |
| SecondaryCustodian | query | string | No | |
| PrimaryCustodian | 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 .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/reply/CreatePropertyPassItem_V1 HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/csv
Content-Length: length
{"UserID":"String","Asset_ID_Internal":"String","SecondaryCustodian":"String","PrimaryCustodian":"String","asset":{"Asset_ID_Internal":"String","AssetSerialNo":"String","Assigned_By":"String","CheckInDate":"\/Date(-62135596800000-0000)\/","CheckOutDate":"\/Date(-62135596800000-0000)\/","DueDate":"\/Date(-62135596800000-0000)\/","PropertyPassID_Internal":"String","PropertyPassItemID_Internal":"String","Quantity":0,"SiteIDInternal":"String","ModifiedOn":"\/Date(-62135596800000-0000)\/","Asset_ID":0,"AssignTo":"String","Phone":"String","Email":"String","Remarks":"String","ReserveFrom":"\/Date(-62135596800000-0000)\/","ReserveTo":"\/Date(-62135596800000-0000)\/","Activity_ID":0,"PropertyPass_ID":0,"ReimbursementPrice":0,"SecondaryCustodian":"String","PrimaryCustodian":"String"}}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length false