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-06-26T10:15:34.3443439+00:00",
"SubmitDate": "2026-06-26T10:15:34.3443439+00:00",
"ReportPeriodStart": "2026-06-26T10:15:34.3443439+00:00",
"ReportPeriodEnd": "2026-06-26T10:15:34.3443439+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3bc52c77-355f-4cad-a595-531776d9fa0f",
"Rows": [
{
"ItemId": "53b4587f-061b-4096-9d72-e42f648c4da1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53b4587f-061b-4096-9d72-e42f648c4da1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3bc52c77-355f-4cad-a595-531776d9fa0f",
"Rows": [
{
"ItemId": "53b4587f-061b-4096-9d72-e42f648c4da1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53b4587f-061b-4096-9d72-e42f648c4da1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9fbb0cb4-21a2-44a5-ad84-7e72c050edc9",
"45013cd3-50ae-4a02-8022-1df5c6cea2e5"
],
"Approvers": [
"2478684c-c6e0-4c84-8c13-76325a5a6c84",
"a9e6cfc5-240d-42a8-a6f9-e77e938e8f40"
],
"ApprovedBy": "a492f3be-a7b6-49fc-b79c-d9d905870366",
"ApprovalDate": "2026-06-26T10:15:34.3443439+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7daffaa2-43c2-4836-a48b-137c8c3f9893",
"id": "37e7025d-9856-4af4-a853-ab985632630e",
"ConfigId": "9ac52000-b31a-4cfa-b03d-3f8a0fb2ba5d"
}