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-02T00:09:45.7376014+00:00",
"SubmitDate": "2026-04-02T00:09:45.7376014+00:00",
"ReportPeriodStart": "2026-04-02T00:09:45.7376014+00:00",
"ReportPeriodEnd": "2026-04-02T00:09:45.7376014+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e10773ab-21f8-4848-806d-366a0c4286b8",
"Rows": [
{
"ItemId": "5d94b979-d2c7-4a69-9fb8-62f7cbebd869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5d94b979-d2c7-4a69-9fb8-62f7cbebd869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e10773ab-21f8-4848-806d-366a0c4286b8",
"Rows": [
{
"ItemId": "5d94b979-d2c7-4a69-9fb8-62f7cbebd869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5d94b979-d2c7-4a69-9fb8-62f7cbebd869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"788959b7-3807-4327-bff4-138863fc30e7",
"1feed133-02eb-4507-a22c-7bd9725dc9ea"
],
"Approvers": [
"1e1fcd66-e143-40da-b6a9-457d0b134a24",
"3aff005e-d9a0-42d0-af0e-2b325125e9a1"
],
"ApprovedBy": "d2824593-cbbe-4fb8-947d-26592814f44a",
"ApprovalDate": "2026-04-02T00:09:45.7376014+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ce15277-2f58-4b15-92eb-e1d223febee5",
"id": "ccde92cd-0e2a-4ead-9813-5fb6d505b52c",
"ConfigId": "4b88afaf-8c6a-4c69-80a1-af946de09cee"
}