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
StatusReport| Name | 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": "2026-04-08T10:01:32.2622906+00:00",
"SubmitDate": "2026-04-08T10:01:32.2622906+00:00",
"ReportPeriodStart": "2026-04-08T10:01:32.2622906+00:00",
"ReportPeriodEnd": "2026-04-08T10:01:32.2622906+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "879fa4d7-a11b-4f8c-bea9-b3740d51926d",
"Rows": [
{
"ItemId": "7c12fe7e-90c0-4476-a229-4e0e7a6f2bc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7c12fe7e-90c0-4476-a229-4e0e7a6f2bc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "879fa4d7-a11b-4f8c-bea9-b3740d51926d",
"Rows": [
{
"ItemId": "7c12fe7e-90c0-4476-a229-4e0e7a6f2bc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7c12fe7e-90c0-4476-a229-4e0e7a6f2bc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6b12b5de-187f-4919-82be-b69113f9613b",
"89a5446f-8300-4223-8b48-d78105afe011"
],
"Approvers": [
"291750d6-fc20-4035-9c38-b0f171082a20",
"b281396b-258b-40ec-853c-32fbc6b085d8"
],
"ApprovedBy": "72b1a86f-e3b9-4a46-b4ee-5c77e46c448b",
"ApprovalDate": "2026-04-08T10:01:32.2622906+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7d1c8b36-a6e6-4589-8932-fa6d2224e67b",
"id": "b96a9e50-61e0-4475-9ea5-9a3582b4826b",
"ConfigId": "12f99f8b-2ab2-404f-aae2-f84e323b8d19"
}