GET api/{database}/FixedPriceProject/{projectId}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
projectId No Documentation Found.

Define this parameter in the request URI.

$expand Subprojects

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "accountingOption": 0,
  "messages": [],
  "blockedAccountPerc": 1.0,
  "canChange": true,
  "cannotChangeReason": "sample string 3",
  "chargeVatType": 0,
  "closedDate": "2024-04-19T22:08:44.718449",
  "contactPersonId": "sample string 4",
  "contactPersonName": "sample string 5",
  "contractAmount": 6.0,
  "costUnitDecription": "sample string 7",
  "costUnitId": "sample string 8",
  "currencyDescription": "sample string 9",
  "currencyId": "sample string 10",
  "customerId": "sample string 11",
  "customerName": "sample string 12",
  "description": "sample string 13",
  "endDate": "2024-04-19T22:08:44.718449",
  "exchangeRate": 14.0,
  "fax": "sample string 15",
  "intrastatGoodsDescription": "sample string 16",
  "intrastatGoodsId": 1,
  "invoicedAmount": 17.0,
  "invoiceText": "sample string 18",
  "mainProjectDescription": "sample string 19",
  "mainProjectId": "sample string 20",
  "mobilePhone": "sample string 21",
  "paymentConditionDescription": "sample string 22",
  "paymentConditionId": "sample string 23",
  "projectAddress": "sample string 24",
  "projectGroupDescription": "sample string 25",
  "projectGroupId": "sample string 26",
  "projectId": "sample string 27",
  "projectManagerId": "sample string 28",
  "projectManagerName": "sample string 29",
  "projectPaymentTerms": null,
  "projectType": 0,
  "reference": "sample string 30",
  "reopenedDate": "2024-04-19T22:08:44.718449",
  "salaryCostsPerc": 31.0,
  "servicePerc": 32.0,
  "shortName": "sample string 33",
  "startDate": "2024-04-19T22:08:44.718449",
  "status": 0,
  "subprojects": null,
  "telephone": "sample string 34",
  "vatCodeId": 35
}

application/xml, text/xml

Sample:
<FixedPriceProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Edit">
  <AccountingOption>OnGoing</AccountingOption>
  <BlockedAccountPerc>1</BlockedAccountPerc>
  <CanChange>true</CanChange>
  <CannotChangeReason>sample string 3</CannotChangeReason>
  <ChargeVatType>No</ChargeVatType>
  <ClosedDate>2024-04-19T22:08:44.718449+02:00</ClosedDate>
  <ContactPersonId>sample string 4</ContactPersonId>
  <ContactPersonName>sample string 5</ContactPersonName>
  <ContractAmount>6</ContractAmount>
  <CostUnitDecription>sample string 7</CostUnitDecription>
  <CostUnitId>sample string 8</CostUnitId>
  <CurrencyDescription>sample string 9</CurrencyDescription>
  <CurrencyId>sample string 10</CurrencyId>
  <CustomerId>sample string 11</CustomerId>
  <CustomerName>sample string 12</CustomerName>
  <Description>sample string 13</Description>
  <EndDate>2024-04-19T22:08:44.718449+02:00</EndDate>
  <ExchangeRate>14</ExchangeRate>
  <Fax>sample string 15</Fax>
  <IntrastatGoodsDescription>sample string 16</IntrastatGoodsDescription>
  <IntrastatGoodsId>1</IntrastatGoodsId>
  <InvoiceText>sample string 18</InvoiceText>
  <InvoicedAmount>17</InvoicedAmount>
  <MainProjectDescription>sample string 19</MainProjectDescription>
  <MainProjectId>sample string 20</MainProjectId>
  <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
  <MobilePhone>sample string 21</MobilePhone>
  <PaymentConditionDescription>sample string 22</PaymentConditionDescription>
  <PaymentConditionId>sample string 23</PaymentConditionId>
  <ProjectAddress>sample string 24</ProjectAddress>
  <ProjectGroupDescription>sample string 25</ProjectGroupDescription>
  <ProjectGroupId>sample string 26</ProjectGroupId>
  <ProjectId>sample string 27</ProjectId>
  <ProjectManagerId>sample string 28</ProjectManagerId>
  <ProjectManagerName>sample string 29</ProjectManagerName>
  <ProjectPaymentTerms xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Lists" i:nil="true" />
  <ProjectType>Unknown</ProjectType>
  <Reference>sample string 30</Reference>
  <ReopenedDate>2024-04-19T22:08:44.718449+02:00</ReopenedDate>
  <SalaryCostsPerc>31</SalaryCostsPerc>
  <ServicePerc>32</ServicePerc>
  <ShortName>sample string 33</ShortName>
  <StartDate>2024-04-19T22:08:44.718449+02:00</StartDate>
  <Status>Open</Status>
  <Subprojects xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Lists" i:nil="true" />
  <Telephone>sample string 34</Telephone>
  <VatCodeId>35</VatCodeId>
</FixedPriceProject>