PUT api/Project/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| projectEntitiy | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": 1,
"ProjectName": "sample string 2",
"Description": "sample string 3",
"ProjectFolder": "sample string 4",
"DataSource": "sample string 5",
"DSN": "sample string 6",
"DB_User": "sample string 7",
"DB_PW": "sample string 8",
"Active": 9,
"Coordinates_Given": 10,
"Latitude": 11.1,
"Longitude": 12.1,
"ImageFile": "sample string 13",
"WithGroutControl": 14,
"ShowGroutControlFirst": 15,
"GroutControlVertikal": 16,
"OnlyGroutControl": 17
}
application/xml, text/xml
Sample:
<gV_ProjectEntity xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <ProjectName>sample string 2</ProjectName> <Description>sample string 3</Description> <ProjectFolder>sample string 4</ProjectFolder> <DataSource>sample string 5</DataSource> <DSN>sample string 6</DSN> <DB_User>sample string 7</DB_User> <DB_PW>sample string 8</DB_PW> <Active>9</Active> <Coordinates_Given>10</Coordinates_Given> <Latitude>11.1</Latitude> <Longitude>12.1</Longitude> <ImageFile>sample string 13</ImageFile> <WithGroutControl>14</WithGroutControl> <ShowGroutControlFirst>15</ShowGroutControlFirst> <GroutControlVertikal>16</GroutControlVertikal> <OnlyGroutControl>17</OnlyGroutControl> </gV_ProjectEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>