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-04-09T20:29:28.6573523+00:00",
"SubmitDate": "2026-04-09T20:29:28.6573523+00:00",
"ReportPeriodStart": "2026-04-09T20:29:28.6573523+00:00",
"ReportPeriodEnd": "2026-04-09T20:29:28.6573523+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d34a9a1e-e5b0-4948-b79c-1c180ff56a1c",
"Rows": [
{
"ItemId": "d222cd0a-2f08-4582-a026-7dc3e2f85f6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d222cd0a-2f08-4582-a026-7dc3e2f85f6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d34a9a1e-e5b0-4948-b79c-1c180ff56a1c",
"Rows": [
{
"ItemId": "d222cd0a-2f08-4582-a026-7dc3e2f85f6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d222cd0a-2f08-4582-a026-7dc3e2f85f6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"92a7fda8-be47-4f10-8b44-e6f8c8a032e2",
"56b05848-ea98-4509-bf1e-232b2bc09bfc"
],
"Approvers": [
"c571a56a-bf55-4c03-9997-e3df63bd29b4",
"f9950df1-c48f-4a7b-ba74-96fe185c91b7"
],
"ApprovedBy": "a8c88000-0466-4854-940a-b7b8bd6cca12",
"ApprovalDate": "2026-04-09T20:29:28.6573523+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "29369e07-9750-4b38-8eec-421957427960",
"id": "530d47e7-756b-4c77-93f5-001785c8c2c1",
"ConfigId": "c8dc32ad-89b3-4064-afd8-983ec6d33f4c"
}