| All Verbs | /CreateGanttTasks/{UserID}/{UserName}/{GanttChartID} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | path | string | No | |
| UserName | path | string | No | |
| GanttChartID | path | int | No | |
| models | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /xml/reply/CreateGanttTasks HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: application/xml
Content-Length: length
<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>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <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>