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-30T04:51:26.5186585+00:00",
"SubmitDate": "2026-03-30T04:51:26.5186585+00:00",
"ReportPeriodStart": "2026-03-30T04:51:26.5186585+00:00",
"ReportPeriodEnd": "2026-03-30T04:51:26.5186585+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b6f8e421-271b-4831-9a94-83e22ec11f27",
"Rows": [
{
"ItemId": "684d6f65-1b39-47dd-94b1-93590d3daba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "684d6f65-1b39-47dd-94b1-93590d3daba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b6f8e421-271b-4831-9a94-83e22ec11f27",
"Rows": [
{
"ItemId": "684d6f65-1b39-47dd-94b1-93590d3daba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "684d6f65-1b39-47dd-94b1-93590d3daba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a7b792dc-dead-4f50-ae79-6518317dcad4",
"2e2fb115-f675-4094-83fe-cc9170bab799"
],
"Approvers": [
"fc23c16f-c151-4c9b-bc0d-6e017a9e3c58",
"7a6e58dd-0a28-454a-8389-09d6a1b16173"
],
"ApprovedBy": "37c0a32a-e9d3-4dc2-b244-a85eaaa0590b",
"ApprovalDate": "2026-03-30T04:51:26.5186585+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e1a7123b-43c1-4e1a-accf-716f4f7c7bf2",
"id": "154a9ac6-2a59-4d60-b9ec-dbd7a4e9e881",
"ConfigId": "0792e035-402f-4d99-bff8-6418e02ed86b"
}