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-03T18:00:32.5476196+00:00", "SubmitDate": "2025-09-03T18:00:32.5476196+00:00", "ReportPeriodStart": "2025-09-03T18:00:32.5476196+00:00", "ReportPeriodEnd": "2025-09-03T18:00:32.5476196+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "552cf8b9-d604-4db4-9bad-62388710fbfc", "Rows": [ { "ItemId": "9c25d9e3-9bcb-48f9-9ca5-7812933f50ae", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "9c25d9e3-9bcb-48f9-9ca5-7812933f50ae", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "552cf8b9-d604-4db4-9bad-62388710fbfc", "Rows": [ { "ItemId": "9c25d9e3-9bcb-48f9-9ca5-7812933f50ae", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "9c25d9e3-9bcb-48f9-9ca5-7812933f50ae", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "0e7086d6-9950-4359-8a1c-4b2bc67b10af", "68954de8-6dd6-4bed-b439-c04626dd989f" ], "Approvers": [ "9e17fe54-a458-4219-a1cf-935f730b407a", "0c37e7fa-8596-469c-8153-02a8dcda4b25" ], "ApprovedBy": "d525a136-3a63-4df9-aea7-1e867de3dd84", "ApprovalDate": "2025-09-03T18:00:32.5476196+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "25fb3a62-e973-46ad-ab5c-d337dfb6dae3", "id": "22e72c11-ab51-45e4-8d44-5af353dec78e", "ConfigId": "7822fa78-4b44-4e05-9690-e6a4405181a1" }