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-11-14T23:32:03.1965574+00:00",
"SubmitDate": "2025-11-14T23:32:03.1965574+00:00",
"ReportPeriodStart": "2025-11-14T23:32:03.1965574+00:00",
"ReportPeriodEnd": "2025-11-14T23:32:03.1965574+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2308b8f9-31b2-4ec5-972a-b586c2b04e28",
"Rows": [
{
"ItemId": "e8c512f0-9968-465e-bbcb-1d407b9552ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e8c512f0-9968-465e-bbcb-1d407b9552ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2308b8f9-31b2-4ec5-972a-b586c2b04e28",
"Rows": [
{
"ItemId": "e8c512f0-9968-465e-bbcb-1d407b9552ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e8c512f0-9968-465e-bbcb-1d407b9552ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"445d4b6b-42e2-4c07-9bf7-866e5de3b1c1",
"9ce02363-cdf5-411a-9272-e9df7c244c63"
],
"Approvers": [
"73fda081-988a-4153-966c-50ba78bd6fa6",
"4c4e89af-89b2-4eef-83cd-7570030301aa"
],
"ApprovedBy": "47135e29-682e-4431-95dd-33b551dc84f4",
"ApprovalDate": "2025-11-14T23:32:03.1965574+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b84068fc-647d-4131-a8b6-9bb32dc5e8fb",
"id": "96cc1016-d612-42c9-b252-ecc56cd7df37",
"ConfigId": "2800b319-db7a-437d-ae53-3322dc76b53c"
}