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-07T00:52:33.5346034+00:00", "SubmitDate": "2025-07-07T00:52:33.5346034+00:00", "ReportPeriodStart": "2025-07-07T00:52:33.5346034+00:00", "ReportPeriodEnd": "2025-07-07T00:52:33.5346034+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "64bfbcb1-e697-4fda-b04c-2ca4ea58b3a5", "Rows": [ { "ItemId": "8d213754-ec73-4ca3-aa22-eb2c0d590a3a", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "8d213754-ec73-4ca3-aa22-eb2c0d590a3a", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "64bfbcb1-e697-4fda-b04c-2ca4ea58b3a5", "Rows": [ { "ItemId": "8d213754-ec73-4ca3-aa22-eb2c0d590a3a", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "8d213754-ec73-4ca3-aa22-eb2c0d590a3a", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "0a2b3c16-b42b-4605-baed-53ad8766994c", "53c034d5-3716-45f0-8d09-d4d1267bf109" ], "Approvers": [ "5f0d970a-6567-4acf-b366-7d0586e5885e", "c3e9cf76-408e-4a60-8eee-9d0dac9e577e" ], "ApprovedBy": "63ce5e95-db4e-442f-991f-a1959b0102b0", "ApprovalDate": "2025-07-07T00:52:33.5346034+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "c95f9f75-4bd1-456b-84b2-7f1fea572713", "id": "abff348c-130c-4418-858f-8f1dad69af2b", "ConfigId": "3eab96f2-ded8-4797-815e-f74cc026c38e" }