Input Examples

The syntax for the GetFinanceData data input parameters is as follows:

{
"global_properties":
{
"char_set":"<char_set>",
"date_format":"<date_format>",
"language":"<lang>"
"api_version":"et-integration-api-1.0",
},

"application_data":
{
"pcs":"<pcs>",
"project_id":"<project_ID>",
"project_name":"<project_name>",
"project_keyword":"<project_keyword>",
"project_status":"<project_status>",
"project_on_time_status":"<project_one_time_status>",
"project_org_descriptor":
{
"division":"<division>",
"business_unit":"<bus_unit>",
"sub_business_unit":"<sub_unit>",
"location":"<location>",
"region":"<region>"
},
"project_start_date_from":"<start_from>",
"project_start_date_to":"<start_to>",
"planned_realization_date_from":"<end_from>",
"planned_realization_date_to":",<end_to>",
"project_classification_descriptor":
{
"project_source":"<proj_source>",
"functional_area":"<proj_area>",
"products":"<products>",
"process":"<process>"
},
"project_methodology_descriptor":
{
"phase_type":"<phase_type>",
"project_type":"<proj_type>",
"roadmap":"<roadmap>"
},
"program":"<program>",
"finance_detail_level":"<detail_level>",
"show_upper_levels":"<show_levels>",
"rpt_currency":"<currency>",
"fin_templates":",<template>",
"finance_date_range_from":"<range_from>",
"finance_date_range_to":",<range_to>",
"finance_dataset":"<dataset>",
"finance_snapshot_name":"<snapshot>",
"starting_month":"<start_mo>",
"no_of_months":"<num_mo>"
}
}

This is an example with values for the placeholders.

{
"global_properties":
{
"char_set":"utf-8",
"date_format":"yyyy/MM/dd",
"language":"en"
"api_version":"et-integration-api-1.0",
},

"application_data":
{
"pcs":"it",
"project_id":"1",
"project_name":"",
"project_keyword":"",
"project_status":"",
"project_on_time_status":"",
"project_org_descriptor":
{
"division":"",
"business_unit":"",
"sub_business_unit":"",
"location":"",
"region":""
},
"project_start_date_from":"",
"project_start_date_to":"",
"planned_realization_date_from":"",
"planned_realization_date_to":"",
"project_classification_descriptor":
{
"project_source":"",
"functional_area":"",
"products":"",
"process":""
},
"project_methodology_descriptor":
{
"phase_type":"",
"project_type":"",
"roadmap":""
},
"program":"",
"finance_detail_level":"TOTAL",
"show_upper_levels":"TRUE",
"rpt_currency":"",
"fin_templates":"",
"finance_date_range_from":"",
"finance_date_range_to":"",
"finance_dataset":"CURRENT",
"finance_snapshot_name":"PLAN",
"starting_month":"",
"no_of_months":"12"
}
}

Related Topics

Input Parameters



Legal Notices
Copyright © 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Last Published Thursday, May 03, 2018