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-31T23:52:44.5182928+00:00",
"SubmitDate": "2025-12-31T23:52:44.5182928+00:00",
"ReportPeriodStart": "2025-12-31T23:52:44.5182928+00:00",
"ReportPeriodEnd": "2025-12-31T23:52:44.5182928+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9cc186be-8001-4691-a780-85ec4ec775e8",
"Rows": [
{
"ItemId": "c7ff528d-e647-42f4-b21f-a662c1721f77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c7ff528d-e647-42f4-b21f-a662c1721f77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9cc186be-8001-4691-a780-85ec4ec775e8",
"Rows": [
{
"ItemId": "c7ff528d-e647-42f4-b21f-a662c1721f77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c7ff528d-e647-42f4-b21f-a662c1721f77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5e2acf76-f858-475e-8e2e-29fa46f4ded7",
"5f95fcfb-ac64-47a7-a4ab-c5327557768b"
],
"Approvers": [
"62ea4b41-fdd9-4681-bb46-a054b0873763",
"a3181f9d-6a60-43cc-895e-67448d4c2978"
],
"ApprovedBy": "f75a4e7d-e9e7-4218-a359-c1f84f5200ee",
"ApprovalDate": "2025-12-31T23:52:44.5182928+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee619e9b-af5a-4906-8a8e-f1db1e34987f",
"id": "b7aa3048-036d-4b79-a638-d8f59ea23b20",
"ConfigId": "763d4617-d9f4-4fdb-9a9d-5011b9d58f91"
}