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-21T13:06:26.6976657+00:00",
"SubmitDate": "2026-07-21T13:06:26.6976657+00:00",
"ReportPeriodStart": "2026-07-21T13:06:26.6976657+00:00",
"ReportPeriodEnd": "2026-07-21T13:06:26.6976657+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0d30866e-1a57-4de6-95ad-88c9a8a73384",
"Rows": [
{
"ItemId": "0bdc539b-f5db-4976-8c6e-794c0811ccbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bdc539b-f5db-4976-8c6e-794c0811ccbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0d30866e-1a57-4de6-95ad-88c9a8a73384",
"Rows": [
{
"ItemId": "0bdc539b-f5db-4976-8c6e-794c0811ccbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bdc539b-f5db-4976-8c6e-794c0811ccbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"834c60cf-cd23-42d5-87e1-fb970bb8aece",
"356a1731-87c8-42cb-8d2f-f595d5bc94e6"
],
"Approvers": [
"acdd8ed2-dfbe-4aee-895c-3a78635b5f82",
"6a4cb60e-b62c-424b-8f57-a348838a4c2d"
],
"ApprovedBy": "1132421f-d0e8-48f5-ab60-6ff17c599e9d",
"ApprovalDate": "2026-07-21T13:06:26.6976657+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "644bcc9c-2eb7-46b8-9bb7-7b1e387d1bad",
"WorkPlanId": "57b190af-0e26-4e19-ac6f-3fd85f17a3d7",
"id": "082f12a7-bf56-47a8-99fc-3676afbd56ea",
"ConfigId": "9c4711fe-4b30-4c31-9e98-4a59c10894f2"
}