Output Examples

The syntax for the JSON formatted parameters from a successful UpdateResourceEffort function is similar to the following.

{
"global_properties":
{

"char_set":"<some_character_set>",
"date_format":"<some_date_format>",
"language":"<some_language>",
"effort_unit":"<some_units_for_effort>"
"api_version":"et-integration-api-1.0",
},

"application_data":
{
"et_transaction_id":"<some_unique_ID>",
"result_code":"<result_code>",
"result_reason":"<result_reason>",
"project_descriptor":
{
"project_id":"<project_ID>",
"project_name":"<project_name>",
"project_manager":"<manager_name>",
"project_status":"<project_status>",
"project_program":"<list_of_program_names>",
"activity_descriptor":
{
"activity_name":"<activity_name>",
"activity_id":"<activity_ID>",
"activity_total_effort":"<total_effort>"
}
},
"timesheet_descriptor":
{
"timesheet_id":"<timesheet_ID>",
"timesheet_start_date":"<timesheet_start_date>",
"timesheet_end_date":"<timesheet_end_date>",
"timesheet_approver":"<timesheet_approver_name>",
"timesheet_total_hours":"<total_hours>",
"timesheet_overtime_hours":"<overtime_hours>"
}
}
}

Related Topics

Output Parameters



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

Last Published Thursday, May 03, 2018