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-02T12:10:49.9936852+00:00",
"SubmitDate": "2025-11-02T12:10:49.9936852+00:00",
"ReportPeriodStart": "2025-11-02T12:10:49.9936852+00:00",
"ReportPeriodEnd": "2025-11-02T12:10:49.9936852+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "da574f86-1062-48da-8a52-5d5dfcd31c98",
"Rows": [
{
"ItemId": "45bb7c44-ef9b-433d-9e62-6573623d13e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45bb7c44-ef9b-433d-9e62-6573623d13e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "da574f86-1062-48da-8a52-5d5dfcd31c98",
"Rows": [
{
"ItemId": "45bb7c44-ef9b-433d-9e62-6573623d13e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45bb7c44-ef9b-433d-9e62-6573623d13e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8eef8d1f-45da-4fee-ba32-4e4fd96e1532",
"e3faaffb-04a6-43e4-ba71-ab9818b99e27"
],
"Approvers": [
"0bafefb1-2400-4faf-858b-fccc929bfe64",
"652b0349-92a5-4bd6-9a05-e47455917f7f"
],
"ApprovedBy": "dd617eb8-11fe-4b15-a713-9b89665b4200",
"ApprovalDate": "2025-11-02T12:10:49.9936852+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e9bd33ea-0ceb-4e94-9eae-00301d24661e",
"id": "b69cb5eb-cf2a-4df2-8fad-a3dea87a59ac",
"ConfigId": "16c30e5e-ae50-4144-ac90-3ba1b64882b9"
}