GET api/v1/Fulfillment/Job/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
Response Information
Resource Description
Job| Name | 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:
{
"executionTime": 12,
"txID": "sample string 13"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.