PUT api/external/v1/Operation?CreateDataNotFound={CreateDataNotFound}&UpdateProducts={UpdateProducts}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CreateDataNotFound

boolean

Default value is False

UpdateProducts

integer

Default value is 0

Body Parameters

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

integer

None.

GUID

string

None.

Created

date

None.

Modified

date

None.

UserName

string

None.

Comments

string

None.

AlphaNumId

string

None.

Name

string

None.

SkillAlphaNumId

string

None.

SkillName

string

None.

SkillId

integer

None.

OperationCategoryAlphaNumId

string

None.

OperationCategoryName

string

None.

OperationCategoryId

integer

None.

BaserateAlphaNumId

string

None.

BaseRateId

integer

None.

BaserateRate

decimal number

None.

StandardTime

decimal number

None.

AddOnTime

decimal number

None.

EcAddOnTime

decimal number

None.

PieceRate

decimal number

None.

WorkorderLevel

boolean

None.

UserLevel

boolean

None.

WipStart

boolean

None.

WipEnd

boolean

None.

Wip

boolean

None.

QcControl

boolean

None.

DefaultQuantity

integer

None.

DepartmentId

integer

None.

DepartmentGUID

string

None.

DepartmentAlphaNumId

string

None.

Index

integer

None.

ExternalOperationID

string

None.

PermanentDate

date

None.

LastBaseRateId

integer

None.

Active

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "guid": "sample string 1",
    "created": "2024-11-15T03:28:22.7982929Z",
    "modified": "2024-11-15T03:28:22.7982929Z",
    "userName": "sample string 3",
    "comments": "sample string 4",
    "alphaNumId": "sample string 5",
    "name": "sample string 6",
    "skillAlphaNumId": "sample string 7",
    "skillName": "sample string 8",
    "skillId": 9,
    "operationCategoryAlphaNumId": "sample string 10",
    "operationCategoryName": "sample string 11",
    "operationCategoryId": 12,
    "baserateAlphaNumId": "sample string 13",
    "baseRateId": 14,
    "baserateRate": 15.0,
    "standardTime": 16.0,
    "addOnTime": 17.0,
    "ecAddOnTime": 18.0,
    "pieceRate": 19.0,
    "workorderLevel": true,
    "userLevel": true,
    "wipStart": true,
    "wipEnd": true,
    "wip": true,
    "qcControl": true,
    "defaultQuantity": 26,
    "departmentId": 27,
    "departmentGUID": "sample string 28",
    "departmentAlphaNumId": "sample string 29",
    "index": 30,
    "externalOperationID": "sample string 31",
    "permanentDate": "2024-11-15T03:28:22.7982929Z",
    "lastBaseRateId": 1,
    "active": true
  },
  {
    "id": 1,
    "guid": "sample string 1",
    "created": "2024-11-15T03:28:22.7982929Z",
    "modified": "2024-11-15T03:28:22.7982929Z",
    "userName": "sample string 3",
    "comments": "sample string 4",
    "alphaNumId": "sample string 5",
    "name": "sample string 6",
    "skillAlphaNumId": "sample string 7",
    "skillName": "sample string 8",
    "skillId": 9,
    "operationCategoryAlphaNumId": "sample string 10",
    "operationCategoryName": "sample string 11",
    "operationCategoryId": 12,
    "baserateAlphaNumId": "sample string 13",
    "baseRateId": 14,
    "baserateRate": 15.0,
    "standardTime": 16.0,
    "addOnTime": 17.0,
    "ecAddOnTime": 18.0,
    "pieceRate": 19.0,
    "workorderLevel": true,
    "userLevel": true,
    "wipStart": true,
    "wipEnd": true,
    "wip": true,
    "qcControl": true,
    "defaultQuantity": 26,
    "departmentId": 27,
    "departmentGUID": "sample string 28",
    "departmentAlphaNumId": "sample string 29",
    "index": 30,
    "externalOperationID": "sample string 31",
    "permanentDate": "2024-11-15T03:28:22.7982929Z",
    "lastBaseRateId": 1,
    "active": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfOperationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFE.Common.PublicEntities">
  <OperationVM>
    <Active>true</Active>
    <AddOnTime>17</AddOnTime>
    <AlphaNumId>sample string 5</AlphaNumId>
    <BaseRateId>14</BaseRateId>
    <BaserateAlphaNumId>sample string 13</BaserateAlphaNumId>
    <BaserateRate>15</BaserateRate>
    <Comments>sample string 4</Comments>
    <Created>2024-11-14T23:28:22.7982929-04:00</Created>
    <DefaultQuantity>26</DefaultQuantity>
    <DepartmentAlphaNumId>sample string 29</DepartmentAlphaNumId>
    <DepartmentGUID>sample string 28</DepartmentGUID>
    <DepartmentId>27</DepartmentId>
    <EcAddOnTime>18</EcAddOnTime>
    <ExternalOperationID>sample string 31</ExternalOperationID>
    <GUID>sample string 1</GUID>
    <Id>1</Id>
    <Index>30</Index>
    <LastBaseRateId>1</LastBaseRateId>
    <Modified>2024-11-14T23:28:22.7982929-04:00</Modified>
    <Name>sample string 6</Name>
    <OperationCategoryAlphaNumId>sample string 10</OperationCategoryAlphaNumId>
    <OperationCategoryId>12</OperationCategoryId>
    <OperationCategoryName>sample string 11</OperationCategoryName>
    <PermanentDate>2024-11-14T23:28:22.7982929-04:00</PermanentDate>
    <PieceRate>19</PieceRate>
    <QcControl>true</QcControl>
    <SkillAlphaNumId>sample string 7</SkillAlphaNumId>
    <SkillId>9</SkillId>
    <SkillName>sample string 8</SkillName>
    <StandardTime>16</StandardTime>
    <UserLevel>true</UserLevel>
    <UserName>sample string 3</UserName>
    <Wip>true</Wip>
    <WipEnd>true</WipEnd>
    <WipStart>true</WipStart>
    <WorkorderLevel>true</WorkorderLevel>
  </OperationVM>
  <OperationVM>
    <Active>true</Active>
    <AddOnTime>17</AddOnTime>
    <AlphaNumId>sample string 5</AlphaNumId>
    <BaseRateId>14</BaseRateId>
    <BaserateAlphaNumId>sample string 13</BaserateAlphaNumId>
    <BaserateRate>15</BaserateRate>
    <Comments>sample string 4</Comments>
    <Created>2024-11-14T23:28:22.7982929-04:00</Created>
    <DefaultQuantity>26</DefaultQuantity>
    <DepartmentAlphaNumId>sample string 29</DepartmentAlphaNumId>
    <DepartmentGUID>sample string 28</DepartmentGUID>
    <DepartmentId>27</DepartmentId>
    <EcAddOnTime>18</EcAddOnTime>
    <ExternalOperationID>sample string 31</ExternalOperationID>
    <GUID>sample string 1</GUID>
    <Id>1</Id>
    <Index>30</Index>
    <LastBaseRateId>1</LastBaseRateId>
    <Modified>2024-11-14T23:28:22.7982929-04:00</Modified>
    <Name>sample string 6</Name>
    <OperationCategoryAlphaNumId>sample string 10</OperationCategoryAlphaNumId>
    <OperationCategoryId>12</OperationCategoryId>
    <OperationCategoryName>sample string 11</OperationCategoryName>
    <PermanentDate>2024-11-14T23:28:22.7982929-04:00</PermanentDate>
    <PieceRate>19</PieceRate>
    <QcControl>true</QcControl>
    <SkillAlphaNumId>sample string 7</SkillAlphaNumId>
    <SkillId>9</SkillId>
    <SkillName>sample string 8</SkillName>
    <StandardTime>16</StandardTime>
    <UserLevel>true</UserLevel>
    <UserName>sample string 3</UserName>
    <Wip>true</Wip>
    <WipEnd>true</WipEnd>
    <WipStart>true</WipStart>
    <WorkorderLevel>true</WorkorderLevel>
  </OperationVM>
</ArrayOfOperationVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.