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-01T05:05:52.8678635+00:00",
"SubmitDate": "2026-03-01T05:05:52.8678635+00:00",
"ReportPeriodStart": "2026-03-01T05:05:52.8678635+00:00",
"ReportPeriodEnd": "2026-03-01T05:05:52.8678635+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "41cb786c-523d-488d-9905-2bea93388f90",
"Rows": [
{
"ItemId": "dbd42273-6aec-4ec4-a0e5-141b1d100d09",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dbd42273-6aec-4ec4-a0e5-141b1d100d09",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "41cb786c-523d-488d-9905-2bea93388f90",
"Rows": [
{
"ItemId": "dbd42273-6aec-4ec4-a0e5-141b1d100d09",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dbd42273-6aec-4ec4-a0e5-141b1d100d09",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bb6d2023-23c4-4982-8edb-6f682a765ec3",
"c99141d3-737d-40c0-ae24-e10d0dd80767"
],
"Approvers": [
"6979512e-5149-4287-b5ee-4dcb61abd9c3",
"16fff9b7-652b-4529-899a-f204d4559837"
],
"ApprovedBy": "4701295b-d66a-4b2a-90ba-dbb3ebd0d3ca",
"ApprovalDate": "2026-03-01T05:05:52.8678635+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e2c72ee5-9ab6-495e-9df8-805503cabe09",
"id": "5cbb89ed-ab67-4970-91ac-dec6d27159d6",
"ConfigId": "1f62815b-fcb7-48ee-9a0b-6fc0518cdf90"
}