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": "2025-11-15T21:41:36.834922+00:00",
"SubmitDate": "2025-11-15T21:41:36.834922+00:00",
"ReportPeriodStart": "2025-11-15T21:41:36.834922+00:00",
"ReportPeriodEnd": "2025-11-15T21:41:36.834922+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aebc752f-cb03-4a6c-a5a3-e65de1861c06",
"Rows": [
{
"ItemId": "83422a43-fcf2-42a2-b803-e9467227d1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83422a43-fcf2-42a2-b803-e9467227d1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aebc752f-cb03-4a6c-a5a3-e65de1861c06",
"Rows": [
{
"ItemId": "83422a43-fcf2-42a2-b803-e9467227d1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83422a43-fcf2-42a2-b803-e9467227d1d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b3c10a16-6348-47bb-bc95-8c42c6fe7115",
"d9b7a2a1-cc7f-49ca-9c41-8f1e132840fa"
],
"Approvers": [
"06a6f186-15b4-4bda-a15b-e163ec8d109c",
"e068d530-e681-406f-abf9-3cf9047d2ae4"
],
"ApprovedBy": "50a9e044-0901-41b4-ab4a-49364552296f",
"ApprovalDate": "2025-11-15T21:41:36.834922+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3c0cff24-2017-41bf-b8c8-5344604f52f8",
"id": "90ff1fb6-9f56-4d7c-bdc1-093da2dfe40e",
"ConfigId": "9fa349d4-af19-4d59-885d-f048bf2b0442"
}