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-01T21:13:17.8070848+00:00",
"SubmitDate": "2025-12-01T21:13:17.8070848+00:00",
"ReportPeriodStart": "2025-12-01T21:13:17.8070848+00:00",
"ReportPeriodEnd": "2025-12-01T21:13:17.8070848+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e65eff4c-26d6-4bb1-9693-405fd0a3dd07",
"Rows": [
{
"ItemId": "9cc1d6f7-71ff-4491-85c7-de7697982ec9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9cc1d6f7-71ff-4491-85c7-de7697982ec9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e65eff4c-26d6-4bb1-9693-405fd0a3dd07",
"Rows": [
{
"ItemId": "9cc1d6f7-71ff-4491-85c7-de7697982ec9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9cc1d6f7-71ff-4491-85c7-de7697982ec9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"43673ad7-8d75-4bed-8caf-d6f824965302",
"e34b8d48-ae0d-441f-9855-c6975645b7fe"
],
"Approvers": [
"4819002e-6789-48e6-a45d-970af70c6f2c",
"8c0e2bc6-c1da-4a5a-90db-b5426ef0f49d"
],
"ApprovedBy": "bdc4de3a-1aca-4a6c-b090-a034c9451b75",
"ApprovalDate": "2025-12-01T21:13:17.8070848+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2128d8a5-faf0-48cd-95ff-1aee24e77647",
"id": "4aeba9c0-71f5-424d-ac0a-177196768fd0",
"ConfigId": "72a506fc-5e85-4719-8868-5aeb26e57390"
}