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-07-08T08:21:59.0105628+00:00", "SubmitDate": "2025-07-08T08:21:59.0105628+00:00", "ReportPeriodStart": "2025-07-08T08:21:59.0105628+00:00", "ReportPeriodEnd": "2025-07-08T08:21:59.0105628+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "9103ed58-9fd2-4646-9417-ca2f7b6120b7", "Rows": [ { "ItemId": "4f107c96-0145-4c2f-a567-88d3d5037187", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "4f107c96-0145-4c2f-a567-88d3d5037187", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "9103ed58-9fd2-4646-9417-ca2f7b6120b7", "Rows": [ { "ItemId": "4f107c96-0145-4c2f-a567-88d3d5037187", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "4f107c96-0145-4c2f-a567-88d3d5037187", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "f505c478-c341-4877-bb13-01926e70e66a", "e63de837-48ad-487a-a7f9-4b33989a13c7" ], "Approvers": [ "b6dfbb96-31ec-41b1-8133-1bf8796be79f", "e997c703-9601-4c4c-a191-06eeb14d3a31" ], "ApprovedBy": "fff632da-bc63-412a-97e3-ef8635907d08", "ApprovalDate": "2025-07-08T08:21:59.0261882+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "174a223a-5e96-49bc-9636-09d7d027bec4", "id": "6202af7f-b4ac-443e-9890-e67faaa25ef7", "ConfigId": "657634df-d600-4551-b5c6-7b7d9c274f3d" }