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-18T06:22:38.5897499+00:00",
"SubmitDate": "2026-03-18T06:22:38.5897499+00:00",
"ReportPeriodStart": "2026-03-18T06:22:38.5897499+00:00",
"ReportPeriodEnd": "2026-03-18T06:22:38.5897499+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "79e7aa41-9045-4d62-b6b2-55e378872cf3",
"Rows": [
{
"ItemId": "e7e66f53-5055-493c-ac8a-0b7669c858d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7e66f53-5055-493c-ac8a-0b7669c858d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "79e7aa41-9045-4d62-b6b2-55e378872cf3",
"Rows": [
{
"ItemId": "e7e66f53-5055-493c-ac8a-0b7669c858d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7e66f53-5055-493c-ac8a-0b7669c858d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6a57bce1-fde4-4e70-bc7a-5430584b122b",
"0c6c1706-cc5a-4da1-abf8-859bec2c7d9b"
],
"Approvers": [
"59aebd9c-5516-4df7-adbd-7a4bf8ae95e8",
"5654a879-6bd7-4e8d-8b81-d0f10454c9a8"
],
"ApprovedBy": "17fa7151-71e0-417e-b698-f5e67cbbe790",
"ApprovalDate": "2026-03-18T06:22:38.6053573+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a1b425fa-2911-4cbb-b82b-bc830f9cd214",
"id": "058fba4b-72bb-47d8-a13e-a2b13efe939a",
"ConfigId": "f20b91af-65a2-4ca0-bd19-14b3fffd4a5f"
}