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-09-22T15:27:38.5138665+00:00",
"SubmitDate": "2026-09-22T15:27:38.5138665+00:00",
"ReportPeriodStart": "2026-09-22T15:27:38.5138665+00:00",
"ReportPeriodEnd": "2026-09-22T15:27:38.5138665+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fcdb402e-8c88-44c5-9ad0-de2663e6ea33",
"Rows": [
{
"ItemId": "46bf71d7-2806-463f-bd2b-bf6dc0301e83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "46bf71d7-2806-463f-bd2b-bf6dc0301e83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fcdb402e-8c88-44c5-9ad0-de2663e6ea33",
"Rows": [
{
"ItemId": "46bf71d7-2806-463f-bd2b-bf6dc0301e83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "46bf71d7-2806-463f-bd2b-bf6dc0301e83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"337aa33c-51d7-47c4-a79f-6793d23d5c92",
"29870f6e-0e43-4132-97b4-f6eabfc352f6"
],
"Approvers": [
"48b9ef6f-3174-44c0-9b64-7678c6416411",
"9f102b9e-ccc1-49e1-81ed-3c07e39d55ed"
],
"ApprovedBy": "bd6496c9-e15d-4f08-aa73-363c4699f386",
"ApprovalDate": "2026-09-22T15:27:38.5138665+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0f80cd8d-22fc-4068-a5a2-fec169b28007",
"WorkPlanId": "fa8e92d1-6ab3-4457-aa4e-f9f93d83372f",
"id": "ca9391de-51b8-4afd-acfa-0e67e93639f7",
"ConfigId": "c77b659b-265c-478e-92be-a6b06bff748f"
}