GET api/{database}/ProjectInfo/{projectId}
Gets the specified ProjectInfo.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| projectId | The projectId. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"accountingOption": "sample string 1",
"address": "sample string 2",
"blockedAccountPercentage": 3.0,
"closedDate": "sample string 4",
"contactPerson": "sample string 5",
"costUnitDescription": "sample string 6",
"costUnitId": "sample string 7",
"currencyId": "sample string 8",
"customerId": "sample string 9",
"customerName": "sample string 10",
"description": "sample string 11",
"fax": "sample string 12",
"fixedPrice": 13.0,
"invoicedAmount": 14.0,
"invoiceText": "sample string 15",
"managerName": "sample string 16",
"mobilePhone": "sample string 17",
"priceFixing": "sample string 18",
"pricelistId": "sample string 19",
"projectGroupId": "sample string 20",
"projectId": "sample string 21",
"projectManagerId": "sample string 22",
"projectManagerName": "sample string 23",
"projectType": "sample string 24",
"reopenedDate": "sample string 25",
"shortName": "sample string 26",
"statusId": "sample string 27",
"surchargeHours": 28.0,
"surchargeMaterials": 29.0,
"surchargeSubcontractor": 30.0,
"surchargeVarious": 31.0,
"telephone": "sample string 32",
"wageCostPercentage": 33.0
}
application/xml, text/xml
Sample:
<ProjectInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Info"> <AccountingOption>sample string 1</AccountingOption> <Address>sample string 2</Address> <BlockedAccountPercentage>3</BlockedAccountPercentage> <ClosedDate>sample string 4</ClosedDate> <ContactPerson>sample string 5</ContactPerson> <CostUnitDescription>sample string 6</CostUnitDescription> <CostUnitId>sample string 7</CostUnitId> <CurrencyId>sample string 8</CurrencyId> <CustomerId>sample string 9</CustomerId> <CustomerName>sample string 10</CustomerName> <Description>sample string 11</Description> <Fax>sample string 12</Fax> <FixedPrice>13</FixedPrice> <InvoiceText>sample string 15</InvoiceText> <InvoicedAmount>14</InvoicedAmount> <ManagerName>sample string 16</ManagerName> <MobilePhone>sample string 17</MobilePhone> <PriceFixing>sample string 18</PriceFixing> <PricelistId>sample string 19</PricelistId> <ProjectGroupId>sample string 20</ProjectGroupId> <ProjectId>sample string 21</ProjectId> <ProjectManagerId>sample string 22</ProjectManagerId> <ProjectManagerName>sample string 23</ProjectManagerName> <ProjectType>sample string 24</ProjectType> <ReopenedDate>sample string 25</ReopenedDate> <ShortName>sample string 26</ShortName> <StatusId>sample string 27</StatusId> <SurchargeHours>28</SurchargeHours> <SurchargeMaterials>29</SurchargeMaterials> <SurchargeSubcontractor>30</SurchargeSubcontractor> <SurchargeVarious>31</SurchargeVarious> <Telephone>sample string 32</Telephone> <WageCostPercentage>33</WageCostPercentage> </ProjectInfo>