Updates the job approval list entry with the specified key.

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

The job approval list entry id.

globally unique identifier

Required

Body Parameters :

job_approval_list
NameDescriptionTypeAdditional 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": "a0543eed-606b-4f64-b756-b0cd7587bdf6",
  "job_approval_id": "5a2993f4-81f0-43c0-8601-794399cefca2",
  "jobs_id": "66452f7c-f674-45ba-9313-ab309431a0f4",
  "date_generated": "2026-09-16T08:37:25.1274242+00:00"
}

application/xml, text/xml

Sample:
<job_approval_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <date_generated>2026-09-16T08:37:25.127Z</date_generated>
  <id>a0543eed-606b-4f64-b756-b0cd7587bdf6</id>
  <job_approval_id>5a2993f4-81f0-43c0-8601-794399cefca2</job_approval_id>
  <jobs_id>66452f7c-f674-45ba-9313-ab309431a0f4</jobs_id>
</job_approval_list>

Response Information

Resource Description :

IHttpActionResult containing the updated job approval list entry.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.