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-01T03:36:53.3682418+00:00",
"SubmitDate": "2026-04-01T03:36:53.3682418+00:00",
"ReportPeriodStart": "2026-04-01T03:36:53.3682418+00:00",
"ReportPeriodEnd": "2026-04-01T03:36:53.3682418+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "be0d55f2-7476-4d67-ae6b-e9eca786bf8d",
"Rows": [
{
"ItemId": "e25dc92f-8d8c-4f3b-8e98-da15067f56c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e25dc92f-8d8c-4f3b-8e98-da15067f56c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "be0d55f2-7476-4d67-ae6b-e9eca786bf8d",
"Rows": [
{
"ItemId": "e25dc92f-8d8c-4f3b-8e98-da15067f56c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e25dc92f-8d8c-4f3b-8e98-da15067f56c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f60273b8-97bb-4924-b5a9-88252b742d94",
"63bf215d-0145-491b-90af-5af9a4316d25"
],
"Approvers": [
"0a3d63f3-71a5-4d9f-992b-dbaa46f46830",
"b7479ba6-0755-4064-a46d-69e93d842798"
],
"ApprovedBy": "54d4d8d4-fa77-4b45-9bbf-1bca48d5e168",
"ApprovalDate": "2026-04-01T03:36:53.3682418+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "843a2521-2e02-4ed0-864e-20e64ebaa624",
"id": "66e381f2-670a-4950-809e-3d5ef6c3762e",
"ConfigId": "2718c125-0d37-4d87-846d-337a1e36674f"
}