POST api/teamstructure/create

Request Information

URI Parameters

None.

Body Parameters

TeamStructureModel
NameDescriptionTypeAdditional information
Id

string

None.

Vertical

string

None.

VerticalHead

string

None.

ProductFamily

string

None.

ProductDevelopmentHead

string

None.

PDTL_TeamLead

string

None.

PCC_ProductLead

string

None.

ProductCostingLeadTeamA

string

None.

ProductCostingLeadTeamB

string

None.

ProductCostingLeadTeamC

string

None.

Reviewer1TeamA

string

None.

Reviewer2TeamA

string

None.

Reviewer1TeamB

string

None.

Reviewer2TeamB

string

None.

Reviewer1TeamC

string

None.

Reviewer2TeamC

string

None.

ApproverL1TeamA

string

None.

ApproverL2TeamA

string

None.

ApproverL1TeamB

string

None.

ApproverL2TeamB

string

None.

ApproverL1TeamC

string

None.

ApproverL2TeamC

string

None.

FinalApprover

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Vertical": "sample string 2",
  "VerticalHead": "sample string 3",
  "ProductFamily": "sample string 4",
  "ProductDevelopmentHead": "sample string 5",
  "PDTL_TeamLead": "sample string 6",
  "PCC_ProductLead": "sample string 7",
  "ProductCostingLeadTeamA": "sample string 8",
  "ProductCostingLeadTeamB": "sample string 9",
  "ProductCostingLeadTeamC": "sample string 10",
  "Reviewer1TeamA": "sample string 11",
  "Reviewer2TeamA": "sample string 12",
  "Reviewer1TeamB": "sample string 13",
  "Reviewer2TeamB": "sample string 14",
  "Reviewer1TeamC": "sample string 15",
  "Reviewer2TeamC": "sample string 16",
  "ApproverL1TeamA": "sample string 17",
  "ApproverL2TeamA": "sample string 18",
  "ApproverL1TeamB": "sample string 19",
  "ApproverL2TeamB": "sample string 20",
  "ApproverL1TeamC": "sample string 21",
  "ApproverL2TeamC": "sample string 22",
  "FinalApprover": "sample string 23"
}

application/xml, text/xml

Sample:
<TeamStructureModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OEMWebAPI.Models">
  <ApproverL1TeamA>sample string 17</ApproverL1TeamA>
  <ApproverL1TeamB>sample string 19</ApproverL1TeamB>
  <ApproverL1TeamC>sample string 21</ApproverL1TeamC>
  <ApproverL2TeamA>sample string 18</ApproverL2TeamA>
  <ApproverL2TeamB>sample string 20</ApproverL2TeamB>
  <ApproverL2TeamC>sample string 22</ApproverL2TeamC>
  <FinalApprover>sample string 23</FinalApprover>
  <Id>sample string 1</Id>
  <PCC_ProductLead>sample string 7</PCC_ProductLead>
  <PDTL_TeamLead>sample string 6</PDTL_TeamLead>
  <ProductCostingLeadTeamA>sample string 8</ProductCostingLeadTeamA>
  <ProductCostingLeadTeamB>sample string 9</ProductCostingLeadTeamB>
  <ProductCostingLeadTeamC>sample string 10</ProductCostingLeadTeamC>
  <ProductDevelopmentHead>sample string 5</ProductDevelopmentHead>
  <ProductFamily>sample string 4</ProductFamily>
  <Reviewer1TeamA>sample string 11</Reviewer1TeamA>
  <Reviewer1TeamB>sample string 13</Reviewer1TeamB>
  <Reviewer1TeamC>sample string 15</Reviewer1TeamC>
  <Reviewer2TeamA>sample string 12</Reviewer2TeamA>
  <Reviewer2TeamB>sample string 14</Reviewer2TeamB>
  <Reviewer2TeamC>sample string 16</Reviewer2TeamC>
  <Vertical>sample string 2</Vertical>
  <VerticalHead>sample string 3</VerticalHead>
</TeamStructureModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.