Creates or updates a job approval list entry.
Request Information
URI Parameters :
None.
Body Parameters :
job_approval_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| job_approval_id |
Job approval id |
globally unique identifier | |
| jobs_id |
Jobs id |
globally unique identifier | |
| date_generated |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
Sample:
{
"id": "e4406847-898e-4c9f-ba14-662d6ebe2395",
"job_approval_id": "ac6e7f02-6342-4ae9-985e-012e280906e3",
"jobs_id": "a9a23a25-abdf-45cf-8087-af269bc92714",
"date_generated": "2026-09-16T10:15:16.1205734+00:00"
}
application/xml, text/xml
Sample:
<job_approval_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_generated>2026-09-16T10:15:16.120Z</date_generated> <id>e4406847-898e-4c9f-ba14-662d6ebe2395</id> <job_approval_id>ac6e7f02-6342-4ae9-985e-012e280906e3</job_approval_id> <jobs_id>a9a23a25-abdf-45cf-8087-af269bc92714</jobs_id> </job_approval_list>
Response Information
Resource Description :
IHttpActionResult containing the saved job approval list entry.
job_approval_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| job_approval_id |
Job approval id |
globally unique identifier | |
| jobs_id |
Jobs id |
globally unique identifier | |
| date_generated |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "606f3187-7544-4506-b14f-16df318260d9",
"job_approval_id": "4f175d81-86ab-40f6-88c0-dbc105095a72",
"jobs_id": "bf697527-9eae-4b98-9f08-8d1da79bd76b",
"date_generated": "2026-09-16T10:15:16.1205734+00:00"
}
application/xml, text/xml
Sample:
<job_approval_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_generated>2026-09-16T10:15:16.120Z</date_generated> <id>606f3187-7544-4506-b14f-16df318260d9</id> <job_approval_id>4f175d81-86ab-40f6-88c0-dbc105095a72</job_approval_id> <jobs_id>bf697527-9eae-4b98-9f08-8d1da79bd76b</jobs_id> </job_approval_list>