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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-07-08T16:27:14.2865857+00:00",
"SubmitDate": "2026-07-08T16:27:14.2865857+00:00",
"ReportPeriodStart": "2026-07-08T16:27:14.2865857+00:00",
"ReportPeriodEnd": "2026-07-08T16:27:14.2865857+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6f1162c5-23a4-4cd2-b552-8cc4f561af03",
"Rows": [
{
"ItemId": "8a1e36ab-57ce-4035-b323-d5c8c4407b15",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a1e36ab-57ce-4035-b323-d5c8c4407b15",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6f1162c5-23a4-4cd2-b552-8cc4f561af03",
"Rows": [
{
"ItemId": "8a1e36ab-57ce-4035-b323-d5c8c4407b15",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a1e36ab-57ce-4035-b323-d5c8c4407b15",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc4ae06a-16bd-4358-b3ea-1a49c78b2bc8",
"a368e687-363d-455c-9e6e-6c8f418071fb"
],
"Approvers": [
"3d279a08-d4f3-4e84-b6a8-f5d08ff4206a",
"d6e8052e-1029-4ac5-aae7-ddf1b905ef79"
],
"ApprovedBy": "41ea4377-eb9f-4711-bac1-923980e4aaac",
"ApprovalDate": "2026-07-08T16:27:14.2865857+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "815bf6fa-0988-483d-b96e-3acdc83a7b5e",
"WorkPlanId": "d2f2c0f7-3c24-4936-a9f1-059f141b6ffd",
"id": "2c3a83d9-c39f-4748-87ac-a0153dc5040d",
"ConfigId": "a6d982bd-133e-4fb7-9960-061b0d9ed1b9"
}