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-20T02:20:46.3680611+00:00",
"SubmitDate": "2026-03-20T02:20:46.3680611+00:00",
"ReportPeriodStart": "2026-03-20T02:20:46.3680611+00:00",
"ReportPeriodEnd": "2026-03-20T02:20:46.3680611+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "33bfe7fd-275f-4666-8a30-7c902ce7af5d",
"Rows": [
{
"ItemId": "bbd469b5-e697-442d-88ea-3c8e5db0838e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbd469b5-e697-442d-88ea-3c8e5db0838e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "33bfe7fd-275f-4666-8a30-7c902ce7af5d",
"Rows": [
{
"ItemId": "bbd469b5-e697-442d-88ea-3c8e5db0838e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbd469b5-e697-442d-88ea-3c8e5db0838e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"70c4d5ed-106d-4685-a847-090ccdd3fc00",
"a99d0ec3-8756-4e81-a01b-9d538250bfa8"
],
"Approvers": [
"15645df5-5884-48cf-8628-e24fa18581b0",
"bba0f5bd-e0a2-4842-b3fd-38fad18a1bb7"
],
"ApprovedBy": "071d9d8f-25bb-4b1a-b6f9-b8b56b83ad2d",
"ApprovalDate": "2026-03-20T02:20:46.3680611+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "204b3416-c7bb-46ed-81a3-3656d7cc911c",
"id": "3b9453f9-e7da-4860-a1d2-5698903d2f8d",
"ConfigId": "b2010e47-239b-42c4-b40c-13f46d9aee35"
}