POST api/CXO/ReadProjectBalance?StartDate={StartDate}&EndDate={EndDate}&Direction={Direction}&Text={Text}&SearchType={SearchType}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
StartDate
No documentation available.

Define this parameter in the request URI.

EndDate
No documentation available.

Define this parameter in the request URI.

Direction
No documentation available.

Define this parameter in the request URI.

Text
No documentation available.

Define this parameter in the request URI.

SearchType
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Code": "sample string 2",
    "StatusType": "sample string 3",
    "ProjectName": "sample string 4",
    "ManagerName": "sample string 5",
    "CustomerName": "sample string 6",
    "ContractValue": 1.0,
    "RevenuePlanValue": 7.0,
    "ExpensesPlanValue": 8.0,
    "PlanDifference": 9.0,
    "SalesInvoices": 10.0,
    "PurchasesInvoices": 11.0,
    "InviocesDifference": 12.0,
    "Revenues": 13.0,
    "Expenses": 14.0,
    "ProfitRate": 15.0,
    "Completion": 1.0,
    "ActualCost": 1.0,
    "CostPercent": 1.0,
    "CostValue": 1.0,
    "EstimatedSelling": 1.0,
    "ActualDifference": 16.0,
    "StartDate": "2025-03-14T10:34:49.0248617+02:00",
    "EndDate": "2025-03-14T10:34:49.0248617+02:00",
    "IntialValue": 1.0,
    "HourPrice": 1.0,
    "PotentialValue": 1.0,
    "BudgetHours": 1.0,
    "BudgetCost": 1.0,
    "ActualHours": 1.0,
    "PlannedHours": 1.0,
    "ActivePlannedHours": 1.0,
    "ActiveRecordedHours": 1.0,
    "ActiveRemainingHours": 1.0,
    "ProjectDescr": "sample string 19",
    "ProjectScope": "sample string 20",
    "PLCurrent": 1.0,
    "PLClosing": 1.0,
    "ProjectTask": 21,
    "TaskAssignment": 22,
    "ProjectType": "sample string 23"
  },
  {
    "Id": 1,
    "Code": "sample string 2",
    "StatusType": "sample string 3",
    "ProjectName": "sample string 4",
    "ManagerName": "sample string 5",
    "CustomerName": "sample string 6",
    "ContractValue": 1.0,
    "RevenuePlanValue": 7.0,
    "ExpensesPlanValue": 8.0,
    "PlanDifference": 9.0,
    "SalesInvoices": 10.0,
    "PurchasesInvoices": 11.0,
    "InviocesDifference": 12.0,
    "Revenues": 13.0,
    "Expenses": 14.0,
    "ProfitRate": 15.0,
    "Completion": 1.0,
    "ActualCost": 1.0,
    "CostPercent": 1.0,
    "CostValue": 1.0,
    "EstimatedSelling": 1.0,
    "ActualDifference": 16.0,
    "StartDate": "2025-03-14T10:34:49.0248617+02:00",
    "EndDate": "2025-03-14T10:34:49.0248617+02:00",
    "IntialValue": 1.0,
    "HourPrice": 1.0,
    "PotentialValue": 1.0,
    "BudgetHours": 1.0,
    "BudgetCost": 1.0,
    "ActualHours": 1.0,
    "PlannedHours": 1.0,
    "ActivePlannedHours": 1.0,
    "ActiveRecordedHours": 1.0,
    "ActiveRemainingHours": 1.0,
    "ProjectDescr": "sample string 19",
    "ProjectScope": "sample string 20",
    "PLCurrent": 1.0,
    "PLClosing": 1.0,
    "ProjectTask": 21,
    "TaskAssignment": 22,
    "ProjectType": "sample string 23"
  },
  {
    "Id": 1,
    "Code": "sample string 2",
    "StatusType": "sample string 3",
    "ProjectName": "sample string 4",
    "ManagerName": "sample string 5",
    "CustomerName": "sample string 6",
    "ContractValue": 1.0,
    "RevenuePlanValue": 7.0,
    "ExpensesPlanValue": 8.0,
    "PlanDifference": 9.0,
    "SalesInvoices": 10.0,
    "PurchasesInvoices": 11.0,
    "InviocesDifference": 12.0,
    "Revenues": 13.0,
    "Expenses": 14.0,
    "ProfitRate": 15.0,
    "Completion": 1.0,
    "ActualCost": 1.0,
    "CostPercent": 1.0,
    "CostValue": 1.0,
    "EstimatedSelling": 1.0,
    "ActualDifference": 16.0,
    "StartDate": "2025-03-14T10:34:49.0248617+02:00",
    "EndDate": "2025-03-14T10:34:49.0248617+02:00",
    "IntialValue": 1.0,
    "HourPrice": 1.0,
    "PotentialValue": 1.0,
    "BudgetHours": 1.0,
    "BudgetCost": 1.0,
    "ActualHours": 1.0,
    "PlannedHours": 1.0,
    "ActivePlannedHours": 1.0,
    "ActiveRecordedHours": 1.0,
    "ActiveRemainingHours": 1.0,
    "ProjectDescr": "sample string 19",
    "ProjectScope": "sample string 20",
    "PLCurrent": 1.0,
    "PLClosing": 1.0,
    "ProjectTask": 21,
    "TaskAssignment": 22,
    "ProjectType": "sample string 23"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAcc_VM_ProjectBalance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">
  <Acc_VM_ProjectBalance>
    <ActivePlannedHours>1</ActivePlannedHours>
    <ActiveRecordedHours>1</ActiveRecordedHours>
    <ActiveRemainingHours>1</ActiveRemainingHours>
    <ActualCost>1</ActualCost>
    <ActualDifference>16</ActualDifference>
    <ActualHours>1</ActualHours>
    <BudgetCost>1</BudgetCost>
    <BudgetHours>1</BudgetHours>
    <Code>sample string 2</Code>
    <Completion>1</Completion>
    <ContractValue>1</ContractValue>
    <CostPercent>1</CostPercent>
    <CostValue>1</CostValue>
    <CustomerName>sample string 6</CustomerName>
    <EndDate>2025-03-14T10:34:49.0248617+02:00</EndDate>
    <EstimatedSelling>1</EstimatedSelling>
    <Expenses>14</Expenses>
    <ExpensesPlanValue>8</ExpensesPlanValue>
    <HourPrice>1</HourPrice>
    <Id>1</Id>
    <IntialValue>1</IntialValue>
    <InviocesDifference>12</InviocesDifference>
    <ManagerName>sample string 5</ManagerName>
    <PLClosing>1</PLClosing>
    <PLCurrent>1</PLCurrent>
    <PlanDifference>9</PlanDifference>
    <PlannedHours>1</PlannedHours>
    <PotentialValue>1</PotentialValue>
    <ProfitRate>15</ProfitRate>
    <ProjectDescr>sample string 19</ProjectDescr>
    <ProjectName>sample string 4</ProjectName>
    <ProjectScope>sample string 20</ProjectScope>
    <ProjectTask>21</ProjectTask>
    <ProjectType>sample string 23</ProjectType>
    <PurchasesInvoices>11</PurchasesInvoices>
    <RevenuePlanValue>7</RevenuePlanValue>
    <Revenues>13</Revenues>
    <SalesInvoices>10</SalesInvoices>
    <StartDate>2025-03-14T10:34:49.0248617+02:00</StartDate>
    <StatusType>sample string 3</StatusType>
    <TaskAssignment>22</TaskAssignment>
  </Acc_VM_ProjectBalance>
  <Acc_VM_ProjectBalance>
    <ActivePlannedHours>1</ActivePlannedHours>
    <ActiveRecordedHours>1</ActiveRecordedHours>
    <ActiveRemainingHours>1</ActiveRemainingHours>
    <ActualCost>1</ActualCost>
    <ActualDifference>16</ActualDifference>
    <ActualHours>1</ActualHours>
    <BudgetCost>1</BudgetCost>
    <BudgetHours>1</BudgetHours>
    <Code>sample string 2</Code>
    <Completion>1</Completion>
    <ContractValue>1</ContractValue>
    <CostPercent>1</CostPercent>
    <CostValue>1</CostValue>
    <CustomerName>sample string 6</CustomerName>
    <EndDate>2025-03-14T10:34:49.0248617+02:00</EndDate>
    <EstimatedSelling>1</EstimatedSelling>
    <Expenses>14</Expenses>
    <ExpensesPlanValue>8</ExpensesPlanValue>
    <HourPrice>1</HourPrice>
    <Id>1</Id>
    <IntialValue>1</IntialValue>
    <InviocesDifference>12</InviocesDifference>
    <ManagerName>sample string 5</ManagerName>
    <PLClosing>1</PLClosing>
    <PLCurrent>1</PLCurrent>
    <PlanDifference>9</PlanDifference>
    <PlannedHours>1</PlannedHours>
    <PotentialValue>1</PotentialValue>
    <ProfitRate>15</ProfitRate>
    <ProjectDescr>sample string 19</ProjectDescr>
    <ProjectName>sample string 4</ProjectName>
    <ProjectScope>sample string 20</ProjectScope>
    <ProjectTask>21</ProjectTask>
    <ProjectType>sample string 23</ProjectType>
    <PurchasesInvoices>11</PurchasesInvoices>
    <RevenuePlanValue>7</RevenuePlanValue>
    <Revenues>13</Revenues>
    <SalesInvoices>10</SalesInvoices>
    <StartDate>2025-03-14T10:34:49.0248617+02:00</StartDate>
    <StatusType>sample string 3</StatusType>
    <TaskAssignment>22</TaskAssignment>
  </Acc_VM_ProjectBalance>
  <Acc_VM_ProjectBalance>
    <ActivePlannedHours>1</ActivePlannedHours>
    <ActiveRecordedHours>1</ActiveRecordedHours>
    <ActiveRemainingHours>1</ActiveRemainingHours>
    <ActualCost>1</ActualCost>
    <ActualDifference>16</ActualDifference>
    <ActualHours>1</ActualHours>
    <BudgetCost>1</BudgetCost>
    <BudgetHours>1</BudgetHours>
    <Code>sample string 2</Code>
    <Completion>1</Completion>
    <ContractValue>1</ContractValue>
    <CostPercent>1</CostPercent>
    <CostValue>1</CostValue>
    <CustomerName>sample string 6</CustomerName>
    <EndDate>2025-03-14T10:34:49.0248617+02:00</EndDate>
    <EstimatedSelling>1</EstimatedSelling>
    <Expenses>14</Expenses>
    <ExpensesPlanValue>8</ExpensesPlanValue>
    <HourPrice>1</HourPrice>
    <Id>1</Id>
    <IntialValue>1</IntialValue>
    <InviocesDifference>12</InviocesDifference>
    <ManagerName>sample string 5</ManagerName>
    <PLClosing>1</PLClosing>
    <PLCurrent>1</PLCurrent>
    <PlanDifference>9</PlanDifference>
    <PlannedHours>1</PlannedHours>
    <PotentialValue>1</PotentialValue>
    <ProfitRate>15</ProfitRate>
    <ProjectDescr>sample string 19</ProjectDescr>
    <ProjectName>sample string 4</ProjectName>
    <ProjectScope>sample string 20</ProjectScope>
    <ProjectTask>21</ProjectTask>
    <ProjectType>sample string 23</ProjectType>
    <PurchasesInvoices>11</PurchasesInvoices>
    <RevenuePlanValue>7</RevenuePlanValue>
    <Revenues>13</Revenues>
    <SalesInvoices>10</SalesInvoices>
    <StartDate>2025-03-14T10:34:49.0248617+02:00</StartDate>
    <StatusType>sample string 3</StatusType>
    <TaskAssignment>22</TaskAssignment>
  </Acc_VM_ProjectBalance>
</ArrayOfAcc_VM_ProjectBalance>