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-05-13T16:26:49.1640195+00:00",
"SubmitDate": "2026-05-13T16:26:49.1640195+00:00",
"ReportPeriodStart": "2026-05-13T16:26:49.1640195+00:00",
"ReportPeriodEnd": "2026-05-13T16:26:49.1640195+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1958ffbe-60b6-48ba-b764-6750b361cc1d",
"Rows": [
{
"ItemId": "66886eff-da6e-4553-9588-3691c4a45b99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66886eff-da6e-4553-9588-3691c4a45b99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1958ffbe-60b6-48ba-b764-6750b361cc1d",
"Rows": [
{
"ItemId": "66886eff-da6e-4553-9588-3691c4a45b99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66886eff-da6e-4553-9588-3691c4a45b99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fd90cc3b-2611-44bb-9706-f1738685accc",
"55f4892e-7ac2-4ac5-91ad-c41e6cb2b240"
],
"Approvers": [
"15df78c3-eba0-4882-9b93-258f5951e469",
"0e48727b-a296-4ddb-9fb9-7a9881f51c2a"
],
"ApprovedBy": "e78e1883-4f85-4f76-b82c-2b817ff5e504",
"ApprovalDate": "2026-05-13T16:26:49.1640195+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5bbe3424-4ce3-4752-afde-af02187673e9",
"id": "157f08dd-2bf1-494b-adf1-288e5df01b25",
"ConfigId": "aed23f60-d3b5-4cc4-922d-dff742d9bbdd"
}