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-27T08:35:47.4376814+00:00",
"SubmitDate": "2026-01-27T08:35:47.4376814+00:00",
"ReportPeriodStart": "2026-01-27T08:35:47.4376814+00:00",
"ReportPeriodEnd": "2026-01-27T08:35:47.4376814+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e98a762d-9ff7-4ab5-86f4-bfd56b4dc0a7",
"Rows": [
{
"ItemId": "5ee4a078-32ab-4d3c-82f9-4961c6b979c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ee4a078-32ab-4d3c-82f9-4961c6b979c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e98a762d-9ff7-4ab5-86f4-bfd56b4dc0a7",
"Rows": [
{
"ItemId": "5ee4a078-32ab-4d3c-82f9-4961c6b979c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ee4a078-32ab-4d3c-82f9-4961c6b979c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5f80aa7f-dbfd-453a-901f-d3c8216dbbd4",
"563b5b52-f380-462d-84c7-04083c26c60b"
],
"Approvers": [
"6df769c9-db88-4415-9dfc-ccb92d3fca21",
"8eb6c214-3bd2-4943-bff4-d9c52f6db369"
],
"ApprovedBy": "3624e052-4fae-4622-bb56-81f4214f4435",
"ApprovalDate": "2026-01-27T08:35:47.4376814+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "deb95421-2680-4da1-a2cf-8d5b5b61ca67",
"id": "4d7523dc-5d4d-4955-9e3d-e29526c42f96",
"ConfigId": "5cf913d9-9bb9-4ccb-aa24-41b387002072"
}