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-04-03T07:52:13.9027511+00:00",
"SubmitDate": "2026-04-03T07:52:13.9027511+00:00",
"ReportPeriodStart": "2026-04-03T07:52:13.9027511+00:00",
"ReportPeriodEnd": "2026-04-03T07:52:13.9027511+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d879547a-818f-4693-93af-e034c78fcbdc",
"Rows": [
{
"ItemId": "f5492235-12ec-4f2f-98c5-749897448130",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f5492235-12ec-4f2f-98c5-749897448130",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d879547a-818f-4693-93af-e034c78fcbdc",
"Rows": [
{
"ItemId": "f5492235-12ec-4f2f-98c5-749897448130",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f5492235-12ec-4f2f-98c5-749897448130",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"446f66b6-ed9c-47a2-af7e-60e9223844d9",
"f5b819bf-40e3-41b8-a941-c96e443ddcad"
],
"Approvers": [
"8e424f29-56e1-4704-957e-2cadf031f050",
"70cb3d57-f724-4a8c-83bb-7fa4d36452ae"
],
"ApprovedBy": "f8a3dc84-cece-4c8a-aae7-ba3ae1d94c22",
"ApprovalDate": "2026-04-03T07:52:13.9027511+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6d9a25b9-6397-4db6-9d0e-29553d290d00",
"id": "1baccc44-a56e-47bf-8b2d-3aed276d1ef0",
"ConfigId": "3307a9c0-f8c7-45d6-ab17-002541151f45"
}