GET api/CXO/GetProjectBalance

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TotalIn": "sample string 1",
  "TotalOut": "sample string 2",
  "TotalDue": "sample string 3",
  "PLCurrent": "sample string 4",
  "TotalCost": "sample string 5"
}

application/xml, text/xml

Sample:
<Acc_VM_TotalProjectBalance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">
  <PLCurrent>sample string 4</PLCurrent>
  <TotalCost>sample string 5</TotalCost>
  <TotalDue>sample string 3</TotalDue>
  <TotalIn>sample string 1</TotalIn>
  <TotalOut>sample string 2</TotalOut>
</Acc_VM_TotalProjectBalance>