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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CreateDataNotFound

boolean

Default value is False

Body Parameters

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

integer

None.

GUID

string

None.

Created

date

None.

Modified

date

None.

AlphaNumId

string

None.

Name

string

None.

Takt

decimal number

None.

ParentAlphaNumId

string

None.

ParentName

string

None.

ParentGUID

string

None.

ParentId

integer

None.

DepartmentId

integer

None.

DepartmentGUID

string

None.

DepartmentAlphaNumId

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "guid": "sample string 1",
    "created": "2024-11-15T23:47:41.9909623Z",
    "modified": "2024-11-15T23:47:41.9909623Z",
    "alphaNumId": "sample string 3",
    "name": "sample string 4",
    "takt": 5.0,
    "parentAlphaNumId": "sample string 6",
    "parentName": "sample string 7",
    "parentGUID": "sample string 8",
    "parentId": 9,
    "departmentId": 10,
    "departmentGUID": "sample string 11",
    "departmentAlphaNumId": "sample string 12"
  },
  {
    "id": 1,
    "guid": "sample string 1",
    "created": "2024-11-15T23:47:41.9909623Z",
    "modified": "2024-11-15T23:47:41.9909623Z",
    "alphaNumId": "sample string 3",
    "name": "sample string 4",
    "takt": 5.0,
    "parentAlphaNumId": "sample string 6",
    "parentName": "sample string 7",
    "parentGUID": "sample string 8",
    "parentId": 9,
    "departmentId": 10,
    "departmentGUID": "sample string 11",
    "departmentAlphaNumId": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTeamVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFE.Common.PublicEntities">
  <TeamVM>
    <AlphaNumId>sample string 3</AlphaNumId>
    <Created>2024-11-15T23:47:41.9909623+00:00</Created>
    <DepartmentAlphaNumId>sample string 12</DepartmentAlphaNumId>
    <DepartmentGUID>sample string 11</DepartmentGUID>
    <DepartmentId>10</DepartmentId>
    <GUID>sample string 1</GUID>
    <Id>1</Id>
    <Modified>2024-11-15T23:47:41.9909623+00:00</Modified>
    <Name>sample string 4</Name>
    <ParentAlphaNumId>sample string 6</ParentAlphaNumId>
    <ParentGUID>sample string 8</ParentGUID>
    <ParentId>9</ParentId>
    <ParentName>sample string 7</ParentName>
    <Takt>5</Takt>
  </TeamVM>
  <TeamVM>
    <AlphaNumId>sample string 3</AlphaNumId>
    <Created>2024-11-15T23:47:41.9909623+00:00</Created>
    <DepartmentAlphaNumId>sample string 12</DepartmentAlphaNumId>
    <DepartmentGUID>sample string 11</DepartmentGUID>
    <DepartmentId>10</DepartmentId>
    <GUID>sample string 1</GUID>
    <Id>1</Id>
    <Modified>2024-11-15T23:47:41.9909623+00:00</Modified>
    <Name>sample string 4</Name>
    <ParentAlphaNumId>sample string 6</ParentAlphaNumId>
    <ParentGUID>sample string 8</ParentGUID>
    <ParentId>9</ParentId>
    <ParentName>sample string 7</ParentName>
    <Takt>5</Takt>
  </TeamVM>
</ArrayOfTeamVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.