PUT api/external/v1/Location?CreateDataNotFound={CreateDataNotFound}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CreateDataNotFound

boolean

Default value is False

Body Parameters

Collection of SFE.Common.PublicEntities.LocationVM
NameDescriptionTypeAdditional information
Id

integer

None.

GUID

string

None.

Created

date

None.

Modified

date

None.

AlphaNumId

string

None.

UserName

string

None.

Comments

string

None.

Name

string

None.

DepartmentAlphaNumId

string

None.

DepartmentName

string

None.

DepartmentGUID

string

None.

DepartmentId

integer

None.

LocationCategoryId

integer

None.

LocationCategoryAlphaNumId

string

None.

LocationCategoryName

string

None.

SkillAlphaNumId

string

None.

SkillName

string

None.

SkillId

integer

None.

Active

boolean

None.

AllowUsers

boolean

None.

AllowManyUsers

boolean

None.

AllowProduction

boolean

None.

SharedProduction

boolean

None.

AllowQc

boolean

None.

AllowOverage

boolean

None.

AuditCheck

boolean

None.

ForceProductionScan

boolean

None.

RequirePreScan

boolean

None.

OperationSequencing

boolean

None.

Zone

boolean

None.

IsDoorSignOut

boolean

None.

ResetOnSignOut

boolean

None.

PrinterId

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "guid": "sample string 1",
    "created": "2024-11-15T03:55:31.4778335Z",
    "modified": "2024-11-15T03:55:31.4778335Z",
    "alphaNumId": "sample string 3",
    "userName": "sample string 4",
    "comments": "sample string 5",
    "name": "sample string 6",
    "departmentAlphaNumId": "sample string 7",
    "departmentName": "sample string 8",
    "departmentGUID": "sample string 9",
    "departmentId": 10,
    "locationCategoryId": 11,
    "locationCategoryAlphaNumId": "sample string 12",
    "locationCategoryName": "sample string 13",
    "skillAlphaNumId": "sample string 14",
    "skillName": "sample string 15",
    "skillId": 16,
    "active": true,
    "allowUsers": true,
    "allowManyUsers": true,
    "allowProduction": true,
    "sharedProduction": true,
    "allowQc": true,
    "allowOverage": true,
    "auditCheck": true,
    "forceProductionScan": true,
    "requirePreScan": true,
    "operationSequencing": true,
    "zone": true,
    "isDoorSignOut": true,
    "resetOnSignOut": true,
    "printerId": "sample string 17"
  },
  {
    "id": 1,
    "guid": "sample string 1",
    "created": "2024-11-15T03:55:31.4778335Z",
    "modified": "2024-11-15T03:55:31.4778335Z",
    "alphaNumId": "sample string 3",
    "userName": "sample string 4",
    "comments": "sample string 5",
    "name": "sample string 6",
    "departmentAlphaNumId": "sample string 7",
    "departmentName": "sample string 8",
    "departmentGUID": "sample string 9",
    "departmentId": 10,
    "locationCategoryId": 11,
    "locationCategoryAlphaNumId": "sample string 12",
    "locationCategoryName": "sample string 13",
    "skillAlphaNumId": "sample string 14",
    "skillName": "sample string 15",
    "skillId": 16,
    "active": true,
    "allowUsers": true,
    "allowManyUsers": true,
    "allowProduction": true,
    "sharedProduction": true,
    "allowQc": true,
    "allowOverage": true,
    "auditCheck": true,
    "forceProductionScan": true,
    "requirePreScan": true,
    "operationSequencing": true,
    "zone": true,
    "isDoorSignOut": true,
    "resetOnSignOut": true,
    "printerId": "sample string 17"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLocationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFE.Common.PublicEntities">
  <LocationVM>
    <Active>true</Active>
    <AllowManyUsers>true</AllowManyUsers>
    <AllowOverage>true</AllowOverage>
    <AllowProduction>true</AllowProduction>
    <AllowQc>true</AllowQc>
    <AllowUsers>true</AllowUsers>
    <AlphaNumId>sample string 3</AlphaNumId>
    <AuditCheck>true</AuditCheck>
    <Comments>sample string 5</Comments>
    <Created>2024-11-14T23:55:31.4778335-04:00</Created>
    <DepartmentAlphaNumId>sample string 7</DepartmentAlphaNumId>
    <DepartmentGUID>sample string 9</DepartmentGUID>
    <DepartmentId>10</DepartmentId>
    <DepartmentName>sample string 8</DepartmentName>
    <ForceProductionScan>true</ForceProductionScan>
    <GUID>sample string 1</GUID>
    <Id>1</Id>
    <IsDoorSignOut>true</IsDoorSignOut>
    <LocationCategoryAlphaNumId>sample string 12</LocationCategoryAlphaNumId>
    <LocationCategoryId>11</LocationCategoryId>
    <LocationCategoryName>sample string 13</LocationCategoryName>
    <Modified>2024-11-14T23:55:31.4778335-04:00</Modified>
    <Name>sample string 6</Name>
    <OperationSequencing>true</OperationSequencing>
    <PrinterId>sample string 17</PrinterId>
    <RequirePreScan>true</RequirePreScan>
    <ResetOnSignOut>true</ResetOnSignOut>
    <SharedProduction>true</SharedProduction>
    <SkillAlphaNumId>sample string 14</SkillAlphaNumId>
    <SkillId>16</SkillId>
    <SkillName>sample string 15</SkillName>
    <UserName>sample string 4</UserName>
    <Zone>true</Zone>
  </LocationVM>
  <LocationVM>
    <Active>true</Active>
    <AllowManyUsers>true</AllowManyUsers>
    <AllowOverage>true</AllowOverage>
    <AllowProduction>true</AllowProduction>
    <AllowQc>true</AllowQc>
    <AllowUsers>true</AllowUsers>
    <AlphaNumId>sample string 3</AlphaNumId>
    <AuditCheck>true</AuditCheck>
    <Comments>sample string 5</Comments>
    <Created>2024-11-14T23:55:31.4778335-04:00</Created>
    <DepartmentAlphaNumId>sample string 7</DepartmentAlphaNumId>
    <DepartmentGUID>sample string 9</DepartmentGUID>
    <DepartmentId>10</DepartmentId>
    <DepartmentName>sample string 8</DepartmentName>
    <ForceProductionScan>true</ForceProductionScan>
    <GUID>sample string 1</GUID>
    <Id>1</Id>
    <IsDoorSignOut>true</IsDoorSignOut>
    <LocationCategoryAlphaNumId>sample string 12</LocationCategoryAlphaNumId>
    <LocationCategoryId>11</LocationCategoryId>
    <LocationCategoryName>sample string 13</LocationCategoryName>
    <Modified>2024-11-14T23:55:31.4778335-04:00</Modified>
    <Name>sample string 6</Name>
    <OperationSequencing>true</OperationSequencing>
    <PrinterId>sample string 17</PrinterId>
    <RequirePreScan>true</RequirePreScan>
    <ResetOnSignOut>true</ResetOnSignOut>
    <SharedProduction>true</SharedProduction>
    <SkillAlphaNumId>sample string 14</SkillAlphaNumId>
    <SkillId>16</SkillId>
    <SkillName>sample string 15</SkillName>
    <UserName>sample string 4</UserName>
    <Zone>true</Zone>
  </LocationVM>
</ArrayOfLocationVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.