JobEconomyViewRequest
GET {{base_url}}/JobEconomyViewRequest?Id={{integer}}
Retrieves a visualization for a job economy entry based on a given identifier of a job.
API
Job API
Requires Authentication
Yes
Returns
JobEconomyVisualization
Batch?
No
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Id | string | Required. | |
(int32) | |||
The identifier of the job. | |||
For information about Job object, see Job. | |||
CurrencyId | string | Optional. | |
(int32) | |||
The identifier of the associated currency. | |||
For information about CurrencyDTO object, see CurrencyDTO. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
{"Id":9029,"CurrencyId":1,"JobCurrencyId":5,"ExpensesMaterialCost":1000,"ExpensesMaterialSale":1200,"ExpensesExternalCost":811.69,"ExpensesExternalSale":811.69,"iCost":1000,"iSale":1200,"ExpensesExternalTotalCost":811.69,"ExpensesExternalTotalSale":811.69,"ExpensesTotalCost":1811.69,"ExpensesTotalSale":2011.69,"NettoProfit":-1811.69,"PriceQuotePurchasesAmount":0,"RequisitionCostActual":0,"InvoicePurchaseAmount":0,"InvoiceHoursAmount":0}