POST api/LeadOrder/MarkAllocationAndReturnOrderDetail

Request Information

URI Parameters

None.

Body Parameters

LeadAllocationPostDTO
NameDescriptionTypeAdditional information
LeadOrderDetailQueueId

integer

None.

LeadsToAllocate

Collection of LeadAllocationDTO

None.

ApplicationFeatureId

integer

None.

AgentAssociateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LeadOrderDetailQueueId": 1,
  "LeadsToAllocate": [
    {
      "LeadAllocationId": 1,
      "BankTypeId": 2,
      "LeadId": 3,
      "LeadOrderDetailId": 4,
      "LeadOriginId": 5,
      "IsLeadOnHandId": 6,
      "IsLeadOnHand": false,
      "LeadStatusTypeId": 7
    },
    {
      "LeadAllocationId": 1,
      "BankTypeId": 2,
      "LeadId": 3,
      "LeadOrderDetailId": 4,
      "LeadOriginId": 5,
      "IsLeadOnHandId": 6,
      "IsLeadOnHand": false,
      "LeadStatusTypeId": 7
    }
  ],
  "ApplicationFeatureId": 2,
  "AgentAssociateId": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LeadOrderDetails
NameDescriptionTypeAdditional information
LeadOrderDetailId

integer

None.

AssociateId

integer

None.

AssociateContractId

integer

None.

AssociateName

string

None.

NumberOfLeadsToAssign

integer

None.

AllocatedLeadsCount

integer

None.

AllocatedLeads

Collection of LeadAllocationDTO

None.

AllocatedLeadDetails

Collection of LeadDTO

None.

AllocatedLeadsByLeadOriginSummary

Dictionary of string [key] and integer [value]

None.

IsAssigned

boolean

None.

Image

string

None.

BusinessAssociateCode

string

None.

IsLOH

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.