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": "2025-12-31T18:29:23.9574992+00:00",
"SubmitDate": "2025-12-31T18:29:23.9574992+00:00",
"ReportPeriodStart": "2025-12-31T18:29:23.9574992+00:00",
"ReportPeriodEnd": "2025-12-31T18:29:23.9574992+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03cb536b-0cb5-49e0-8517-76e23d1bf9df",
"Rows": [
{
"ItemId": "6b8559c7-47a6-4b87-92a1-8eb853ad7539",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6b8559c7-47a6-4b87-92a1-8eb853ad7539",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03cb536b-0cb5-49e0-8517-76e23d1bf9df",
"Rows": [
{
"ItemId": "6b8559c7-47a6-4b87-92a1-8eb853ad7539",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6b8559c7-47a6-4b87-92a1-8eb853ad7539",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"47c6fe0f-28be-434f-823b-d3d0c0357d34",
"c7e451f0-af5f-40da-b7b0-0c9fd43dfc50"
],
"Approvers": [
"46dba1b6-cc46-4280-b00a-6a5271a05eb2",
"76a1b2d9-89ee-48ce-a6b8-7d65116aa430"
],
"ApprovedBy": "a1e5306c-c53e-4261-becf-156c4b13c8f4",
"ApprovalDate": "2025-12-31T18:29:23.9574992+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "abf66919-504d-4442-a736-ebcc2d9f94dc",
"id": "82244c89-89a3-4eef-90d6-eeede000c30c",
"ConfigId": "8db1f23c-c723-48ef-b8d7-10f90c76ae20"
}