GET api/{database}/ProjectInfo/{projectId}
No Documentation Found.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
projectId | No Documentation Found. |
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", "mainProjectId": "sample string 16", "managerName": "sample string 17", "mobilePhone": "sample string 18", "priceFixing": "sample string 19", "pricelistId": "sample string 20", "projectGroupId": "sample string 21", "projectId": "sample string 22", "projectManagerId": "sample string 23", "projectManagerName": "sample string 24", "projectType": "sample string 25", "reopenedDate": "sample string 26", "shortName": "sample string 27", "statusId": "sample string 28", "surchargeHours": 29.0, "surchargeMaterials": 30.0, "surchargeSubcontractor": 31.0, "surchargeVarious": 32.0, "telephone": "sample string 33", "wageCostPercentage": 34.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> <MainProjectId>sample string 16</MainProjectId> <ManagerName>sample string 17</ManagerName> <MobilePhone>sample string 18</MobilePhone> <PriceFixing>sample string 19</PriceFixing> <PricelistId>sample string 20</PricelistId> <ProjectGroupId>sample string 21</ProjectGroupId> <ProjectId>sample string 22</ProjectId> <ProjectManagerId>sample string 23</ProjectManagerId> <ProjectManagerName>sample string 24</ProjectManagerName> <ProjectType>sample string 25</ProjectType> <ReopenedDate>sample string 26</ReopenedDate> <ShortName>sample string 27</ShortName> <StatusId>sample string 28</StatusId> <SurchargeHours>29</SurchargeHours> <SurchargeMaterials>30</SurchargeMaterials> <SurchargeSubcontractor>31</SurchargeSubcontractor> <SurchargeVarious>32</SurchargeVarious> <Telephone>sample string 33</Telephone> <WageCostPercentage>34</WageCostPercentage> </ProjectInfo>