POST api/CcLeadV2/SaveTryAgainDisposition

Request Information

URI Parameters

None.

Body Parameters

Collection of TryAgainLaterDTO
NameDescriptionTypeAdditional information
LeadId

integer

None.

CcLeadTypeId

integer

None.

PolicyNumber

string

None.

LeadResolutionTypeId

integer

None.

TryAgainDate

date

None.

TryAgainTime

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "LeadId": 1,
    "CcLeadTypeId": 1,
    "PolicyNumber": "sample string 2",
    "LeadResolutionTypeId": 1,
    "TryAgainDate": "2025-10-14T05:10:09.3934496-07:00",
    "TryAgainTime": "sample string 3"
  },
  {
    "LeadId": 1,
    "CcLeadTypeId": 1,
    "PolicyNumber": "sample string 2",
    "LeadResolutionTypeId": 1,
    "TryAgainDate": "2025-10-14T05:10:09.3934496-07:00",
    "TryAgainTime": "sample string 3"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true