| All Verbs | /eQuipLogin/{username}/{password} | ||
|---|---|---|---|
| All Verbs | /eQuipLogin/{username} | ||
| All Verbs | /eQuipLogin/{username}/{password}/{encodecount} |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| username | path | string | No | |
| password | path | string | No | |
| encodecount | path | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ServerTime | body | DateTime | No | |
| UserID | body | string | No | |
| RoleID | body | int | No | |
| DefaultSite | body | List<Site> | No | |
| MobileSites | body | List<Site> | No | |
| AllowDuplicateBarcode | body | bool | No | |
| Permissions | body | Permissions | No | |
| Framework | body | string | No | |
| eQuipVersion | body | string | No | |
| RequiredFields | body | List<string> | No | |
| PropertyPass | body | bool | No | |
| DisableAssetCreationOnScan | body | bool | No | |
| IdleTimeout | body | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SiteCode | body | string | No | |
| SiteDescription | body | string | No | |
| SiteIDInternal | body | string | No | |
| SiteName | body | string | No | |
| CreatedBy | body | int? | No | |
| CreatedDate | body | DateTime? | No | |
| UpdatedBy | body | int? | No | |
| UpdatedDate | body | DateTime? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DeleteAsset | body | bool | No | |
| AddEditAssets | body | bool | No | |
| AddEditDeleteFloors | body | bool | No | |
| RelocateAssets | body | bool | No | |
| AddEditDeletePermissions | body | bool | No | |
| AddEditDeleteReports | body | bool | No | |
| FromDesign | body | bool | No | |
| EditFloorplanImages | body | bool | No | |
| ChangeOptions | body | bool | No | |
| ChangePerferences | body | bool | No | |
| ModifyValueLists | body | bool | No | |
| AddEditDeleteCategories | body | bool | No | |
| OpenProjects | body | bool | No | |
| CreateProjects | body | bool | No | |
| WorkstationAuditEmployeeImport | body | bool | No | |
| BarcodeScanningPrinting | body | bool | No | |
| AssetCheckOut | body | bool | No | |
| ScannerAdmin | body | bool | No | |
| MoveLocations | body | bool | No | |
| AddEditLocations | body | bool | No | |
| DeleteLocations | body | bool | No | |
| AddEditPeople | body | bool | No | |
| DeletePeople | body | bool | No | |
| ImportData | body | bool | No | |
| CreateWorkOrder | body | bool | No | |
| ApproveWorkOrder | body | bool | No | |
| DeleteWorkOrder | body | bool | No | |
| ExportWorkOrder | body | bool | No | |
| CreateMessage | body | bool | No | |
| ViewAllSitesReadOnly | body | bool | No | |
| ViewAdminMenu | body | bool | No | |
| Prohibitchangeofassetsbyotherusers | body | bool | No | |
| ViewUnApprovedAssets | body | bool | No | |
| ViewRemoteSites | body | bool | No | |
| ViewReportsMenu | body | bool | No | |
| ViewAssetReservation | body | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/eQuipLogin HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: application/json
Content-Length: length
{"username":"String","password":"String","encodecount":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ServerTime":"\/Date(-62135596800000-0000)\/","UserID":"String","RoleID":0,"DefaultSite":[{"SiteCode":"String","SiteDescription":"String","SiteIDInternal":"String","SiteName":"String","CreatedBy":0,"CreatedDate":"\/Date(-62135596800000-0000)\/","UpdatedBy":0,"UpdatedDate":"\/Date(-62135596800000-0000)\/"}],"MobileSites":[{"SiteCode":"String","SiteDescription":"String","SiteIDInternal":"String","SiteName":"String","CreatedBy":0,"CreatedDate":"\/Date(-62135596800000-0000)\/","UpdatedBy":0,"UpdatedDate":"\/Date(-62135596800000-0000)\/"}],"AllowDuplicateBarcode":false,"Permissions":{"DeleteAsset":false,"AddEditAssets":false,"AddEditDeleteFloors":false,"RelocateAssets":false,"AddEditDeletePermissions":false,"AddEditDeleteReports":false,"FromDesign":false,"EditFloorplanImages":false,"ChangeOptions":false,"ChangePerferences":false,"ModifyValueLists":false,"AddEditDeleteCategories":false,"OpenProjects":false,"CreateProjects":false,"WorkstationAuditEmployeeImport":false,"BarcodeScanningPrinting":false,"AssetCheckOut":false,"ScannerAdmin":false,"MoveLocations":false,"AddEditLocations":false,"DeleteLocations":false,"AddEditPeople":false,"DeletePeople":false,"ImportData":false,"CreateWorkOrder":false,"ApproveWorkOrder":false,"DeleteWorkOrder":false,"ExportWorkOrder":false,"CreateMessage":false,"ViewAllSitesReadOnly":false,"ViewAdminMenu":false,"Prohibitchangeofassetsbyotherusers":false,"ViewUnApprovedAssets":false,"ViewRemoteSites":false,"ViewReportsMenu":false,"ViewAssetReservation":false},"Framework":"String","eQuipVersion":"String","RequiredFields":["String"],"PropertyPass":false,"DisableAssetCreationOnScan":false,"IdleTimeout":0}