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-09-15T13:31:35.9218125+00:00", "SubmitDate": "2025-09-15T13:31:35.9218125+00:00", "ReportPeriodStart": "2025-09-15T13:31:35.9218125+00:00", "ReportPeriodEnd": "2025-09-15T13:31:35.9218125+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "9f8770ad-977f-431a-ab09-eca2d86c129e", "Rows": [ { "ItemId": "d404c91a-ed8a-49a3-9bdc-0b5a9189a650", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "d404c91a-ed8a-49a3-9bdc-0b5a9189a650", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "9f8770ad-977f-431a-ab09-eca2d86c129e", "Rows": [ { "ItemId": "d404c91a-ed8a-49a3-9bdc-0b5a9189a650", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "d404c91a-ed8a-49a3-9bdc-0b5a9189a650", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "4d55fc65-4c37-41b5-8797-af69aa5f77fd", "b7804980-1385-4ebe-a890-a1ae6dce2e51" ], "Approvers": [ "b7833dff-8397-4dce-b30e-153b46bf638f", "8824ed87-77f2-4fa4-8426-2a2b49533e59" ], "ApprovedBy": "f39e371a-585c-4868-80a0-0989e51d158d", "ApprovalDate": "2025-09-15T13:31:35.9218125+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "bb14ae0f-0a1f-41d9-bc51-447fe5214a8e", "id": "7c8835cc-a580-4f2f-93ab-553092540762", "ConfigId": "7511f2d8-9b03-4351-a74e-d13b51ba57ad" }