eQuipAPI

<back to all web services

CreateGanttTasks

CreateGanttTasks Parameters:
NameParameterData TypeRequiredDescription
UserIDpathstringNo
UserNamepathstringNo
GanttChartIDpathintNo
modelsquerystringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: CreateGanttTasks

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<CreateGanttTasks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel">
  <GanttChartID>0</GanttChartID>
  <UserID>String</UserID>
  <UserName>String</UserName>
  <models>String</models>
</CreateGanttTasks>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<GanttTaskModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipLib">
  <AppropriationsData>String</AppropriationsData>
  <CAP>false</CAP>
  <CloseoutRequired>false</CloseoutRequired>
  <ContractNo>String</ContractNo>
  <DD1149>false</DD1149>
  <DD1149FormID>0</DD1149FormID>
  <End>0001-01-01T00:00:00</End>
  <Expanded>false</Expanded>
  <FromAddress>String</FromAddress>
  <GFEGFM>false</GFEGFM>
  <ID>0</ID>
  <NRPropertyList>false</NRPropertyList>
  <OrderID>0</OrderID>
  <PCARS>false</PCARS>
  <ParentID>0</ParentID>
  <PercentComplete>0</PercentComplete>
  <ProjectNo>String</ProjectNo>
  <ReimbursePercentage>0</ReimbursePercentage>
  <SNPropertyList>false</SNPropertyList>
  <ShipTo>String</ShipTo>
  <Start>0001-01-01T00:00:00</Start>
  <Summary>false</Summary>
  <Title>String</Title>
  <ToAddress>String</ToAddress>
  <UIDRequired>false</UIDRequired>
</GanttTaskModel>

    </soap:Body>
</soap:Envelope>