| 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 .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/eQuipLogin HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
username: String,
password: String,
encodecount: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ServerTime: 0001-01-01,
UserID: String,
RoleID: 0,
DefaultSite:
[
{
SiteCode: String,
SiteDescription: String,
SiteIDInternal: String,
SiteName: String,
CreatedBy: 0,
CreatedDate: 0001-01-01,
UpdatedBy: 0,
UpdatedDate: 0001-01-01
}
],
MobileSites:
[
{
SiteCode: String,
SiteDescription: String,
SiteIDInternal: String,
SiteName: String,
CreatedBy: 0,
CreatedDate: 0001-01-01,
UpdatedBy: 0,
UpdatedDate: 0001-01-01
}
],
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
}