DELETE api/v1/Fulfillment/Job/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Response Information

Resource Description

PagedResponseOfJob
NameDescriptionTypeAdditional information
ObjectList

Collection of Job

TotalCount

integer

CurrentPage

integer

TotalPages

integer

PageSize

integer

ExecutionTime

integer

ResultMessage

string

ResultCode

integer

TxID

string

Response Formats

application/json, text/json

Sample:
{
  "objectList": [
    {
      "id": 1,
      "jobTypeId": "Unknown",
      "jobIdentifier": "6966af4a-dca9-4574-ad44-a6fd7da15457",
      "clientId": 1,
      "startDate": "2025-08-14T01:25:15.174085+00:00",
      "endDate": "2025-08-14T01:25:15.174085+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:15.174085+00:00",
          "executionTime": 7,
          "txID": "sample string 8"
        },
        {
          "id": 1,
          "jobId": 2,
          "objectName": "sample string 3",
          "objectId": 4,
          "modifiedDateTime": "2025-08-14T01:25:15.174085+00:00",
          "executionTime": 7,
          "txID": "sample string 8"
        }
      ],
      "modifiedDateTime": "2025-08-14T01:25:15.174085+00:00",
      "executionTime": 12,
      "txID": "sample string 13"
    },
    {
      "id": 1,
      "jobTypeId": "Unknown",
      "jobIdentifier": "6966af4a-dca9-4574-ad44-a6fd7da15457",
      "clientId": 1,
      "startDate": "2025-08-14T01:25:15.174085+00:00",
      "endDate": "2025-08-14T01:25:15.174085+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:15.174085+00:00",
          "executionTime": 7,
          "txID": "sample string 8"
        },
        {
          "id": 1,
          "jobId": 2,
          "objectName": "sample string 3",
          "objectId": 4,
          "modifiedDateTime": "2025-08-14T01:25:15.174085+00:00",
          "executionTime": 7,
          "txID": "sample string 8"
        }
      ],
      "modifiedDateTime": "2025-08-14T01:25:15.174085+00:00",
      "executionTime": 12,
      "txID": "sample string 13"
    }
  ],
  "totalCount": 1,
  "currentPage": 2,
  "totalPages": 1,
  "pageSize": 4,
  "executionTime": 5,
  "resultMessage": "sample string 6",
  "resultCode": 7,
  "txID": "sample string 8"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.