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-29T19:49:56.0927014+00:00",
"SubmitDate": "2026-04-29T19:49:56.0927014+00:00",
"ReportPeriodStart": "2026-04-29T19:49:56.0927014+00:00",
"ReportPeriodEnd": "2026-04-29T19:49:56.0927014+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "23e30269-08ff-4c95-95e3-df2675600935",
"Rows": [
{
"ItemId": "1f654d1c-1de6-4167-9120-c0acd4e04d67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f654d1c-1de6-4167-9120-c0acd4e04d67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "23e30269-08ff-4c95-95e3-df2675600935",
"Rows": [
{
"ItemId": "1f654d1c-1de6-4167-9120-c0acd4e04d67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f654d1c-1de6-4167-9120-c0acd4e04d67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8dc7a41c-7386-4ee9-82e7-afa174348fd1",
"d396144f-5737-4dfd-9042-87bc909f14de"
],
"Approvers": [
"44b44558-2a1e-435c-bd94-e46671e90113",
"34eaf9f5-ec66-4267-8c70-febb43abe9b8"
],
"ApprovedBy": "712fd584-f76f-42a0-b912-25ad1da6d7bb",
"ApprovalDate": "2026-04-29T19:49:56.0927014+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6795a24d-5982-4f60-80ea-f838e6889df7",
"id": "a968e608-92be-414c-890d-6357de9a442b",
"ConfigId": "752c026d-d28d-4479-ad23-9968535af48a"
}