Skip to main content
POST
API to parse contract details for an existing job
SystemUser permission: JobService:getJobById, JobService:update

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

jobId
string
required

ID of the job

Query Parameters

detailsToExtract
string

stakeholders_only | plans_only | all

customerName
string

Optional customer name, used in plans_only mode

Body

application/json
detailsToExtract
any

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)