POST api/jobview/job/{orgKey}/close
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
Body Parameters
ProjectCloseValues| Name | Description | Type | Additional information |
|---|---|---|---|
| CloseValues | Collection of ProjectCloseValue |
None. |
Request Formats
application/json, text/json
Sample:
{
"closeValues": [
{
"projectKey": 1,
"projectJobNumber": "sample string 2",
"projectCloseDate": "2026-01-30T01:08:15.8337883+00:00"
},
{
"projectKey": 1,
"projectJobNumber": "sample string 2",
"projectCloseDate": "2026-01-30T01:08:15.8337883+00:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-30T01:08:15.8494587+00:00"
}