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-02-06T08:48:16.9433316+00:00",
"SubmitDate": "2026-02-06T08:48:16.9433316+00:00",
"ReportPeriodStart": "2026-02-06T08:48:16.9433316+00:00",
"ReportPeriodEnd": "2026-02-06T08:48:16.9433316+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "79b1c619-8957-4a60-80f1-c4e006619f57",
"Rows": [
{
"ItemId": "1d7aa963-ae17-455a-9676-15326beed6ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d7aa963-ae17-455a-9676-15326beed6ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "79b1c619-8957-4a60-80f1-c4e006619f57",
"Rows": [
{
"ItemId": "1d7aa963-ae17-455a-9676-15326beed6ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d7aa963-ae17-455a-9676-15326beed6ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"233f56a8-6126-4778-8935-9e54bbd3a095",
"0908970b-a647-4270-a9ca-21b3a5de1c8f"
],
"Approvers": [
"7833a12a-abdd-4c77-92ec-f9802358a420",
"dd888862-1d51-48e2-aa9b-09ff969c7f0c"
],
"ApprovedBy": "5a244fde-c18e-428f-83e4-05ab08596f49",
"ApprovalDate": "2026-02-06T08:48:16.9433316+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8bbb5562-cc37-49dc-91e8-aedd1b8f993e",
"id": "b9412be9-43cc-46a4-b5cf-60862e4dda2a",
"ConfigId": "b646d3f8-210f-46ed-bd18-fc6030027999"
}