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-03T22:00:56.6989311+00:00",
"SubmitDate": "2026-04-03T22:00:56.6989311+00:00",
"ReportPeriodStart": "2026-04-03T22:00:56.6989311+00:00",
"ReportPeriodEnd": "2026-04-03T22:00:56.6989311+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fcf7dbb9-0f9e-47f3-a5d5-915aa9b3dcfb",
"Rows": [
{
"ItemId": "d9f6db90-c3cd-4a0b-ad70-8393151dfe38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d9f6db90-c3cd-4a0b-ad70-8393151dfe38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fcf7dbb9-0f9e-47f3-a5d5-915aa9b3dcfb",
"Rows": [
{
"ItemId": "d9f6db90-c3cd-4a0b-ad70-8393151dfe38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d9f6db90-c3cd-4a0b-ad70-8393151dfe38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bf91e986-8542-456b-bbd3-e184471b2fae",
"06651661-c86d-4d83-b352-afbb5981c466"
],
"Approvers": [
"6f2242c2-26a7-43a1-a48a-3eb9db5f2b81",
"59667fe2-4b7c-4926-90b8-5c7adb236f5a"
],
"ApprovedBy": "4ad071c9-81eb-444b-838c-98c105a714c5",
"ApprovalDate": "2026-04-03T22:00:56.6989311+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "810d7a09-0ea4-4d09-a504-52f4a30dc239",
"id": "db3f27ae-bceb-4a27-8809-57593cad42a7",
"ConfigId": "f80d747f-b796-4ff9-9ef3-5860e0ea0960"
}