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-12-06T11:40:43.4095122+00:00",
"SubmitDate": "2025-12-06T11:40:43.4095122+00:00",
"ReportPeriodStart": "2025-12-06T11:40:43.4095122+00:00",
"ReportPeriodEnd": "2025-12-06T11:40:43.4095122+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "297596c2-874b-40e2-bc68-6e21556b835f",
"Rows": [
{
"ItemId": "18bfe0ba-fccd-4576-a0d1-5ec2a0daae33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "18bfe0ba-fccd-4576-a0d1-5ec2a0daae33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "297596c2-874b-40e2-bc68-6e21556b835f",
"Rows": [
{
"ItemId": "18bfe0ba-fccd-4576-a0d1-5ec2a0daae33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "18bfe0ba-fccd-4576-a0d1-5ec2a0daae33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc15d187-0542-45c2-b1ba-18d9b4661d31",
"9c4648b0-e831-41c0-8c33-919b03b4a80d"
],
"Approvers": [
"70b3b26f-c2d9-4575-b457-380984408b07",
"9bdd4ac1-0935-4c4f-a026-99b0a8b479e4"
],
"ApprovedBy": "5e468bbd-d071-4bbd-95c9-a426dfcec8f2",
"ApprovalDate": "2025-12-06T11:40:43.4095122+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "50ea56ee-35e8-40d6-8a78-57d47cad6114",
"id": "e41d424f-a1d5-4520-90a8-60c5179984f6",
"ConfigId": "b1986232-6446-4494-967a-780088c0439f"
}