GET api/v1/Fulfillment/Job/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
Response Information
Resource Description
JobName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
JobTypeId | TJobType | ||
JobIdentifier | globally unique identifier | ||
ClientId | integer | ||
StartDate | date | ||
EndDate | date | ||
PercentComplete | integer | ||
RequestingUserId | integer | ||
TotalRecords | integer | ||
SuccessfulRecords | integer | ||
ErrorRecords | integer | ||
JobStatusId | TJobStatus | ||
Notes | string | ||
JobDetails | Collection of JobDetail | ||
ModifiedDateTime |
Modified datetime for the object. This will be added by the system. |
date | |
ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "jobTypeId": "Unknown", "jobIdentifier": "4278a013-faad-4b02-965b-aa10c93876cc", "clientId": 1, "startDate": "2025-08-14T01:25:52.7129699+00:00", "endDate": "2025-08-14T01:25:52.7129699+00:00", "percentComplete": 5, "requestingUserId": 1, "totalRecords": 6, "successfulRecords": 7, "errorRecords": 8, "jobStatusId": 0, "notes": "sample string 9", "jobDetails": [ { "id": 1, "jobId": 2, "objectName": "sample string 3", "objectId": 4, "modifiedDateTime": "2025-08-14T01:25:52.7129699+00:00", "executionTime": 7, "txID": "sample string 8" }, { "id": 1, "jobId": 2, "objectName": "sample string 3", "objectId": 4, "modifiedDateTime": "2025-08-14T01:25:52.7129699+00:00", "executionTime": 7, "txID": "sample string 8" } ], "modifiedDateTime": "2025-08-14T01:25:52.7129699+00:00", "executionTime": 12, "txID": "sample string 13" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.