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-18T23:22:48.1360637+00:00", "SubmitDate": "2025-07-18T23:22:48.1360637+00:00", "ReportPeriodStart": "2025-07-18T23:22:48.1360637+00:00", "ReportPeriodEnd": "2025-07-18T23:22:48.1360637+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "373ad15d-4f0a-468e-af93-2e1d5c3a99ac", "Rows": [ { "ItemId": "4b2aaaa8-606f-4c79-af56-33ef2f6df151", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "4b2aaaa8-606f-4c79-af56-33ef2f6df151", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "373ad15d-4f0a-468e-af93-2e1d5c3a99ac", "Rows": [ { "ItemId": "4b2aaaa8-606f-4c79-af56-33ef2f6df151", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "4b2aaaa8-606f-4c79-af56-33ef2f6df151", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "f95aa36c-a784-409f-8fbc-ade09a0c5020", "94286e78-8af9-47ae-a914-13cfa4c7808e" ], "Approvers": [ "58dada31-3f68-4b54-a4fd-12d452eb0120", "2cb57435-59af-43bb-a266-fcbdfb7891d6" ], "ApprovedBy": "a13ef089-fa5a-4cf7-9301-454360fa2258", "ApprovalDate": "2025-07-18T23:22:48.1360637+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "451b2f4a-ae25-4482-981d-c877382e3001", "id": "e73234da-5211-4935-bd3c-1b68ffce2a86", "ConfigId": "af3e6ad2-25fc-468e-a5db-9d8294fac6bf" }