POST api/Job/DelayJob

Request Information

URI Parameters

None.

Body Parameters

DelayJobModel
Name Description Type Additional information
TimeLine

date

None.

JobId

Collection of integer

None.

SaltCode

string

None.

SaltText

string

None.

DelayDate

date

None.

ModifiedBy

string

None.

IsInsecureDelivery

boolean

None.

IsDeliveryExpected

boolean

None.

InformCourier

boolean

None.

DelayProductType

byte

None.

ScheduleJobDelay

boolean

None.

ScheduleDelayTime

date

None.

OriginalTimeline

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TimeLine": "2025-06-28T13:57:12.8021484Z",
  "JobId": [
    1,
    2
  ],
  "SaltCode": "sample string 2",
  "SaltText": "sample string 3",
  "DelayDate": "2025-06-28T13:57:12.8021484Z",
  "ModifiedBy": "sample string 5",
  "IsInsecureDelivery": true,
  "IsDeliveryExpected": true,
  "InformCourier": true,
  "DelayProductType": 64,
  "ScheduleJobDelay": true,
  "ScheduleDelayTime": "2025-06-28T13:57:12.8021484Z",
  "OriginalTimeline": "2025-06-28T13:57:12.8021484Z"
}

text/html

Sample:
{"TimeLine":"2025-06-28T13:57:12.8021484Z","JobId":[1,2],"SaltCode":"sample string 2","SaltText":"sample string 3","DelayDate":"2025-06-28T13:57:12.8021484Z","ModifiedBy":"sample string 5","IsInsecureDelivery":true,"IsDeliveryExpected":true,"InformCourier":true,"DelayProductType":64,"ScheduleJobDelay":true,"ScheduleDelayTime":"2025-06-28T13:57:12.8021484Z","OriginalTimeline":"2025-06-28T13:57:12.8021484Z"}

application/xml, text/xml

Sample:
<DelayJobModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">
  <DelayDate>2025-06-28T13:57:12.8021484Z</DelayDate>
  <DelayProductType>64</DelayProductType>
  <InformCourier>true</InformCourier>
  <IsDeliveryExpected>true</IsDeliveryExpected>
  <IsInsecureDelivery>true</IsInsecureDelivery>
  <JobId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </JobId>
  <ModifiedBy>sample string 5</ModifiedBy>
  <OriginalTimeline>2025-06-28T13:57:12.8021484Z</OriginalTimeline>
  <SaltCode>sample string 2</SaltCode>
  <SaltText>sample string 3</SaltText>
  <ScheduleDelayTime>2025-06-28T13:57:12.8021484Z</ScheduleDelayTime>
  <ScheduleJobDelay>true</ScheduleJobDelay>
  <TimeLine>2025-06-28T13:57:12.8021484Z</TimeLine>
</DelayJobModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.