POST api/v1/Fulfillment/Job
Request Information
URI Parameters
Body Parameters
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 |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "jobTypeId": "Unknown", "jobIdentifier": "61cbddcf-8394-4d23-a711-39a55d616c88", "clientId": 1, "startDate": "2025-08-14T01:25:51.5968297+00:00", "endDate": "2025-08-14T01:25:51.5968297+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:51.5968297+00:00", "executionTime": 7, "txID": "sample string 8" }, { "id": 1, "jobId": 2, "objectName": "sample string 3", "objectId": 4, "modifiedDateTime": "2025-08-14T01:25:51.5968297+00:00", "executionTime": 7, "txID": "sample string 8" } ], "modifiedDateTime": "2025-08-14T01:25:51.6124338+00:00", "executionTime": 12, "txID": "sample string 13" }
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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": "899ee1f3-5502-45b7-a36a-8f86f3a962d6", "clientId": 1, "startDate": "2025-08-14T01:25:51.6905563+00:00", "endDate": "2025-08-14T01:25:51.6905563+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:51.6905563+00:00", "executionTime": 7, "txID": "sample string 8" }, { "id": 1, "jobId": 2, "objectName": "sample string 3", "objectId": 4, "modifiedDateTime": "2025-08-14T01:25:51.6905563+00:00", "executionTime": 7, "txID": "sample string 8" } ], "modifiedDateTime": "2025-08-14T01:25:51.6905563+00:00", "executionTime": 12, "txID": "sample string 13" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.