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-17T05:36:49.8065036+00:00",
"SubmitDate": "2026-06-17T05:36:49.8065036+00:00",
"ReportPeriodStart": "2026-06-17T05:36:49.8065036+00:00",
"ReportPeriodEnd": "2026-06-17T05:36:49.8065036+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ad1628f7-d6df-45b8-b1f0-18afcec90c99",
"Rows": [
{
"ItemId": "bca115f6-ae5c-405f-b096-0d8bc16cd572",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bca115f6-ae5c-405f-b096-0d8bc16cd572",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ad1628f7-d6df-45b8-b1f0-18afcec90c99",
"Rows": [
{
"ItemId": "bca115f6-ae5c-405f-b096-0d8bc16cd572",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bca115f6-ae5c-405f-b096-0d8bc16cd572",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be7d9f19-0860-433c-bb12-505d782b3b4b",
"2e55edc3-f936-418d-a64a-4a5708eae10f"
],
"Approvers": [
"d1f3c342-afc3-4e0c-ae37-bb39d6c8b75d",
"dfb0f692-df4a-42ce-90bf-359353dcedea"
],
"ApprovedBy": "12554e53-be21-4649-82dd-c2b9c5a13241",
"ApprovalDate": "2026-06-17T05:36:49.8065036+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f1705585-1af8-41bb-afca-399dc10c8865",
"id": "93972b4b-3acd-4624-9dae-022490d67bf0",
"ConfigId": "b594f4e8-43dd-4a8d-a63a-2ebc1fd6a847"
}