PUT api/external/v1/Team?CreateDataNotFound={CreateDataNotFound}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateDataNotFound | boolean |
Default value is False |
Body Parameters
Collection of SFE.Common.PublicEntities.TeamVM| Name | Description | Type | Additional 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": "2025-12-10T03:22:37.9489514Z",
"modified": "2025-12-10T03:22:37.9489514Z",
"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": "2025-12-10T03:22:37.9489514Z",
"modified": "2025-12-10T03:22:37.9489514Z",
"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>2025-12-09T19:22:37.9489514-08:00</Created>
<DepartmentAlphaNumId>sample string 12</DepartmentAlphaNumId>
<DepartmentGUID>sample string 11</DepartmentGUID>
<DepartmentId>10</DepartmentId>
<GUID>sample string 1</GUID>
<Id>1</Id>
<Modified>2025-12-09T19:22:37.9489514-08: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>2025-12-09T19:22:37.9489514-08:00</Created>
<DepartmentAlphaNumId>sample string 12</DepartmentAlphaNumId>
<DepartmentGUID>sample string 11</DepartmentGUID>
<DepartmentId>10</DepartmentId>
<GUID>sample string 1</GUID>
<Id>1</Id>
<Modified>2025-12-09T19:22:37.9489514-08: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.