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-24T20:23:28.958606+00:00",
"SubmitDate": "2026-03-24T20:23:28.958606+00:00",
"ReportPeriodStart": "2026-03-24T20:23:28.958606+00:00",
"ReportPeriodEnd": "2026-03-24T20:23:28.958606+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8347d885-0a73-44a0-b567-4a49db80d174",
"Rows": [
{
"ItemId": "b78483ea-5a65-4a7b-b0b2-9b00c8d84d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b78483ea-5a65-4a7b-b0b2-9b00c8d84d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8347d885-0a73-44a0-b567-4a49db80d174",
"Rows": [
{
"ItemId": "b78483ea-5a65-4a7b-b0b2-9b00c8d84d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b78483ea-5a65-4a7b-b0b2-9b00c8d84d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"019af324-e213-4757-94a2-c03335624240",
"634f9737-8d73-429b-892d-2d054f3286c5"
],
"Approvers": [
"197d9d7f-6062-46b9-8844-367ce71649db",
"d0198dc5-bd3c-4cea-8168-fc078f347773"
],
"ApprovedBy": "cdf1f756-ce23-4316-9e34-def50565bfd9",
"ApprovalDate": "2026-03-24T20:23:28.958606+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7d525b03-1b56-4ea3-92c0-c07c719e91b1",
"id": "ad78866e-4420-45ea-85af-96b643f8fefa",
"ConfigId": "f6de474b-55fc-4736-b11f-db85b78400dd"
}