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-02-06T21:14:51.2262399+00:00",
"SubmitDate": "2026-02-06T21:14:51.2262399+00:00",
"ReportPeriodStart": "2026-02-06T21:14:51.2262399+00:00",
"ReportPeriodEnd": "2026-02-06T21:14:51.2262399+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a0906b6d-af78-4799-8096-5685c0f19413",
"Rows": [
{
"ItemId": "b6c3f879-9e5c-450b-aad8-32c237f247f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6c3f879-9e5c-450b-aad8-32c237f247f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a0906b6d-af78-4799-8096-5685c0f19413",
"Rows": [
{
"ItemId": "b6c3f879-9e5c-450b-aad8-32c237f247f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6c3f879-9e5c-450b-aad8-32c237f247f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7e28eeed-5ce5-4506-8ae3-150df794fd2c",
"9b0bd5c9-875f-4f36-99c5-cbe472d15426"
],
"Approvers": [
"f5abf664-1164-4f7c-aac4-027175cecffc",
"252a1ee6-3ee4-42b5-9b62-a44b265ef9e8"
],
"ApprovedBy": "5c5ae418-89e1-49d2-b157-3a46b76910d1",
"ApprovalDate": "2026-02-06T21:14:51.2262399+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ede0ebf8-2ccc-42d4-8002-ed624ea08700",
"id": "6d31abb3-f87e-46ab-ae56-b1607a89814a",
"ConfigId": "8dc3f516-a12e-4f95-abd5-06db194073a0"
}