POST api/RecoverAndReassignCart/AddOrderToCart

Request Information

URI Parameters

None.

Body Parameters

RecoverAndReassignCartRequestDTO
NameDescriptionTypeAdditional information
leadIds

Collection of integer

None.

assignedToAgentIds

Collection of integer

None.

assignmentOption

integer

None.

assignedToContractId

integer

None.

assignToLeadAccountId

integer

None.

officeId

integer

None.

ApplicationFeatureId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "leadIds": [
    1,
    2
  ],
  "assignedToAgentIds": [
    1,
    2
  ],
  "assignmentOption": 1,
  "assignedToContractId": 2,
  "assignToLeadAccountId": 3,
  "officeId": 4,
  "ApplicationFeatureId": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true