OPTIONS api/Seproject/AddTEAM

Request Information

URI Parameters

None.

Body Parameters

PeisTeamOrg
NameDescriptionTypeAdditional information
OrgId

string

String length: inclusive between 0 and 32

OrgCode

string

String length: inclusive between 0 and 100

OrgName

string

String length: inclusive between 0 and 100

OrgFullName

string

String length: inclusive between 0 and 100

Address

string

String length: inclusive between 0 and 250

Lxr

string

String length: inclusive between 0 and 32

LxTel

string

String length: inclusive between 0 and 50

Sjid

string

String length: inclusive between 0 and 32

UnitId

string

String length: inclusive between 0 and 32

UnitName

string

String length: inclusive between 0 and 100

InputCode

string

String length: inclusive between 0 and 50

InputCode2

string

String length: inclusive between 0 and 50

State

string

String length: inclusive between 0 and 2

JyDate

date

Data type: DateTime

JyUser

string

String length: inclusive between 0 and 50

Isdel

string

String length: inclusive between 0 and 1

DelDate

date

Data type: DateTime

DelUser

string

String length: inclusive between 0 and 50

CreateDate

date

Data type: DateTime

CreateUser

string

String length: inclusive between 0 and 50

UpdateDate

date

Data type: DateTime

UpdateUser

string

String length: inclusive between 0 and 50

Note

string

String length: inclusive between 0 and 1000

SjName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrgId": "sample string 1",
  "OrgCode": "sample string 2",
  "OrgName": "sample string 3",
  "OrgFullName": "sample string 4",
  "Address": "sample string 5",
  "Lxr": "sample string 6",
  "LxTel": "sample string 7",
  "Sjid": "sample string 8",
  "UnitId": "sample string 9",
  "UnitName": "sample string 10",
  "InputCode": "sample string 11",
  "InputCode2": "sample string 12",
  "State": "sample string 13",
  "JyDate": "2026-02-04T11:13:13.4823059+08:00",
  "JyUser": "sample string 14",
  "Isdel": "sample string 15",
  "DelDate": "2026-02-04T11:13:13.4823059+08:00",
  "DelUser": "sample string 16",
  "CreateDate": "2026-02-04T11:13:13.4823059+08:00",
  "CreateUser": "sample string 17",
  "UpdateDate": "2026-02-04T11:13:13.4823059+08:00",
  "UpdateUser": "sample string 18",
  "Note": "sample string 19",
  "SjName": "sample string 20"
}

application/xml, text/xml

Sample:
<PeisTeamOrg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <Address>sample string 5</Address>
  <CreateDate>2026-02-04T11:13:13.4823059+08:00</CreateDate>
  <CreateUser>sample string 17</CreateUser>
  <DelDate>2026-02-04T11:13:13.4823059+08:00</DelDate>
  <DelUser>sample string 16</DelUser>
  <InputCode>sample string 11</InputCode>
  <InputCode2>sample string 12</InputCode2>
  <Isdel>sample string 15</Isdel>
  <JyDate>2026-02-04T11:13:13.4823059+08:00</JyDate>
  <JyUser>sample string 14</JyUser>
  <LxTel>sample string 7</LxTel>
  <Lxr>sample string 6</Lxr>
  <Note>sample string 19</Note>
  <OrgCode>sample string 2</OrgCode>
  <OrgFullName>sample string 4</OrgFullName>
  <OrgId>sample string 1</OrgId>
  <OrgName>sample string 3</OrgName>
  <SjName>sample string 20</SjName>
  <Sjid>sample string 8</Sjid>
  <State>sample string 13</State>
  <UnitId>sample string 9</UnitId>
  <UnitName>sample string 10</UnitName>
  <UpdateDate>2026-02-04T11:13:13.4823059+08:00</UpdateDate>
  <UpdateUser>sample string 18</UpdateUser>
</PeisTeamOrg>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />