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-03-13T10:52:56.0050774+00:00",
"SubmitDate": "2026-03-13T10:52:56.0050774+00:00",
"ReportPeriodStart": "2026-03-13T10:52:56.0050774+00:00",
"ReportPeriodEnd": "2026-03-13T10:52:56.0050774+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "24484ab1-2658-4fcf-97a1-a7068e09624b",
"Rows": [
{
"ItemId": "077066d9-85dd-49af-a32c-a51bd8ac6d72",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "077066d9-85dd-49af-a32c-a51bd8ac6d72",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "24484ab1-2658-4fcf-97a1-a7068e09624b",
"Rows": [
{
"ItemId": "077066d9-85dd-49af-a32c-a51bd8ac6d72",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "077066d9-85dd-49af-a32c-a51bd8ac6d72",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c522b669-e69b-46de-a970-12354f33d8ba",
"61bdffcf-13a1-4444-831d-c79b82340d80"
],
"Approvers": [
"e026644b-0507-4bc1-a367-55f255b39c43",
"7204f23f-18c2-441d-a958-441dfdcb117d"
],
"ApprovedBy": "b721d638-dd0e-4b08-8d7a-bf880a1c1814",
"ApprovalDate": "2026-03-13T10:52:56.0050774+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2cf6f705-ad7d-4c7d-944b-bcd866d93f04",
"id": "efc62cb0-cf99-49cb-8431-6a9ba240d8c1",
"ConfigId": "d37c691a-0a9d-4574-9162-bda4f93bc0b4"
}