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": "2024-12-17T08:47:17.387695+00:00", "SubmitDate": "2024-12-17T08:47:17.387695+00:00", "ReportPeriodStart": "2024-12-17T08:47:17.387695+00:00", "ReportPeriodEnd": "2024-12-17T08:47:17.387695+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "0a34afa5-d704-4644-b155-00e89b3d1a56", "Rows": [ { "ItemId": "c60f4ca3-cc0e-4625-af67-1e009c7c59b9", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "c60f4ca3-cc0e-4625-af67-1e009c7c59b9", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "0a34afa5-d704-4644-b155-00e89b3d1a56", "Rows": [ { "ItemId": "c60f4ca3-cc0e-4625-af67-1e009c7c59b9", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "c60f4ca3-cc0e-4625-af67-1e009c7c59b9", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "88672923-6410-4173-b6dc-6673cf3676ff", "822fc248-db50-41b5-9c0f-4bedf6ed857a" ], "Approvers": [ "b52c0fff-d2b6-4dd3-b816-ef22875550a0", "451c998a-a569-41ff-abc1-6738f949165f" ], "ApprovedBy": "1b3a2408-6fc0-4f54-8e5b-f517eddc8b89", "ApprovalDate": "2024-12-17T08:47:17.387695+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "beaefc7c-4396-4884-9fd1-44dfad0b772e", "id": "69772c8b-9eeb-4fbf-a43c-187457ea55f5", "ConfigId": "4a7450d2-9ba1-49ba-8f4e-2551e4984187" }