POST api/statusreports/{id}/submit
Submit a report
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StatusReportName | Description | Type | Additional information |
---|---|---|---|
GenerationDate | date |
None. |
|
SubmitDate | date |
None. |
|
ReportPeriodStart | date |
None. |
|
ReportPeriodEnd | date |
None. |
|
State | StatusReportState |
None. |
|
Fields | Dictionary of string [key] and Object [value] |
None. |
|
Tables | Collection of StatusReportTable |
None. |
|
Owners | Collection of globally unique identifier |
None. |
|
Approvers | Collection of globally unique identifier |
None. |
|
ApprovedBy | globally unique identifier |
None. |
|
ApprovalDate | date |
None. |
|
ApprovalComments | string |
None. |
|
WorkPlanId | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "GenerationDate": "2025-04-04T02:31:53.2531295+00:00", "SubmitDate": "2025-04-04T02:31:53.2531295+00:00", "ReportPeriodStart": "2025-04-04T02:31:53.2531295+00:00", "ReportPeriodEnd": "2025-04-04T02:31:53.2531295+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "0d6f9c2d-a139-494a-acfd-024725153d24", "Rows": [ { "ItemId": "715c754a-3eb9-4257-aae5-0506227afe23", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "715c754a-3eb9-4257-aae5-0506227afe23", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "0d6f9c2d-a139-494a-acfd-024725153d24", "Rows": [ { "ItemId": "715c754a-3eb9-4257-aae5-0506227afe23", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "715c754a-3eb9-4257-aae5-0506227afe23", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "dc88d1a0-e55f-4ce1-9934-05840eb72743", "e1de276b-0ab7-4e45-8e8d-a1a20f507b1a" ], "Approvers": [ "635c862e-0b90-488f-827a-ec68087eda5e", "2b945e9d-51e0-44f4-aaf1-510b00886a56" ], "ApprovedBy": "4ba45eb6-6881-482f-b5a7-39230a13e348", "ApprovalDate": "2025-04-04T02:31:53.2531295+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "b326fa1d-7e9c-4ccf-bd5e-38565b06d016", "id": "87632e34-5963-4ff5-ba31-64ed6260b058", "ConfigId": "27b995da-207e-4c35-8d53-3a64d91dfa78" }