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-01-26T12:33:32.8663759+00:00",
"SubmitDate": "2026-01-26T12:33:32.8663759+00:00",
"ReportPeriodStart": "2026-01-26T12:33:32.8663759+00:00",
"ReportPeriodEnd": "2026-01-26T12:33:32.8663759+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "060eac60-a269-493a-97c7-747ee0d9ec84",
"Rows": [
{
"ItemId": "4c98d1cf-cc56-4ebf-834b-ae4726e69fc5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c98d1cf-cc56-4ebf-834b-ae4726e69fc5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "060eac60-a269-493a-97c7-747ee0d9ec84",
"Rows": [
{
"ItemId": "4c98d1cf-cc56-4ebf-834b-ae4726e69fc5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c98d1cf-cc56-4ebf-834b-ae4726e69fc5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5a28eb82-47a6-48e1-a5fe-0e1a837d9ba9",
"3fb11d44-4251-43db-8562-e92f9590d61a"
],
"Approvers": [
"d7615f29-36be-430b-9dfc-5a0bbc9fba47",
"7fe82181-5542-43ce-9624-e48933548fd0"
],
"ApprovedBy": "51546366-aef0-4208-8e9c-550f4599c733",
"ApprovalDate": "2026-01-26T12:33:32.8663759+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e098aba8-e599-4fff-bce8-8a48a5699e36",
"id": "94a205f7-7daa-4b2a-83fd-beb9c3a61927",
"ConfigId": "b718ef5c-37c4-4f66-a43b-666eff0b5daa"
}