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-03-26T15:39:35.0156422+00:00",
"SubmitDate": "2026-03-26T15:39:35.0156422+00:00",
"ReportPeriodStart": "2026-03-26T15:39:35.0156422+00:00",
"ReportPeriodEnd": "2026-03-26T15:39:35.0156422+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "76b377bc-ee13-4574-b62d-128cdf009a9a",
"Rows": [
{
"ItemId": "52ad2d71-83e3-46cc-b748-739e64714858",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52ad2d71-83e3-46cc-b748-739e64714858",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "76b377bc-ee13-4574-b62d-128cdf009a9a",
"Rows": [
{
"ItemId": "52ad2d71-83e3-46cc-b748-739e64714858",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52ad2d71-83e3-46cc-b748-739e64714858",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"27825d78-245d-4e60-b44d-218207750edc",
"ceb4df47-8903-4751-9a53-fd57039b6112"
],
"Approvers": [
"32fb52c5-dd9e-404b-9526-8555859cda62",
"c4935974-bdee-414b-855f-e29bff6a3b7f"
],
"ApprovedBy": "0d9d6991-9da8-4923-818d-3d81832018e4",
"ApprovalDate": "2026-03-26T15:39:35.0156422+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f9ef7020-0238-4d92-9b1c-4914d9afafe7",
"id": "4361f042-7a84-474d-90ca-3c418f14aa26",
"ConfigId": "74a0711a-6ddb-42f1-8835-1a756ca534d8"
}