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-29T00:32:19.7188569+00:00",
"SubmitDate": "2026-03-29T00:32:19.7188569+00:00",
"ReportPeriodStart": "2026-03-29T00:32:19.7188569+00:00",
"ReportPeriodEnd": "2026-03-29T00:32:19.7188569+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4c5e35c3-5d08-4753-b7af-4d99ddc086f5",
"Rows": [
{
"ItemId": "e23eb4b2-795f-447b-894b-eb5c85efc327",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e23eb4b2-795f-447b-894b-eb5c85efc327",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4c5e35c3-5d08-4753-b7af-4d99ddc086f5",
"Rows": [
{
"ItemId": "e23eb4b2-795f-447b-894b-eb5c85efc327",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e23eb4b2-795f-447b-894b-eb5c85efc327",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"60a88b64-0062-4a06-a6d5-3cc71b32e8bc",
"a00cf093-c2dd-400e-ac2c-5b462843c99b"
],
"Approvers": [
"8f0cb6e0-cd0f-441d-9aa5-e36070719d46",
"b8482c40-a8f2-4c22-a4d3-34a711d581a8"
],
"ApprovedBy": "e08c5687-068a-48f3-9801-22b1b939c7a6",
"ApprovalDate": "2026-03-29T00:32:19.7188569+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1e149f6a-c399-4594-9164-49be9116dece",
"id": "e5ed5396-3972-446a-b866-c5363239ca0d",
"ConfigId": "27c4e934-14b1-4ddf-b0f1-046275750570"
}