Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "8b435e8c-123f-463b-b022-c4ad8d54622e",
"job_approval_id": "10ae3235-eee0-4c88-a235-03f5d9c02be8",
"jobs_id": "552d38af-606b-495e-b75d-ba02f1cc6e27",
"date_generated": "2026-03-07T14:55:09.1264526+00:00"
}
application/xml, text/xml
Sample:
<job_approval_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_generated>2026-03-07T14:55:09.126Z</date_generated> <id>8b435e8c-123f-463b-b022-c4ad8d54622e</id> <job_approval_id>10ae3235-eee0-4c88-a235-03f5d9c02be8</job_approval_id> <jobs_id>552d38af-606b-495e-b75d-ba02f1cc6e27</jobs_id> </job_approval_list>
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.