POST api/LeadOrder/ReleaseLeadAllocation
Request Information
URI Parameters
None.
Body Parameters
ReleaseLeadDTOName | Description | Type | Additional information |
---|---|---|---|
LeadsToRelease | Collection of integer |
None. |
|
LeadOrderDetailId | integer |
None. |
|
LeadOrderDetailIds | Collection of integer |
None. |
|
ApplicationFeatureId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "LeadsToRelease": [ 1, 2 ], "LeadOrderDetailId": 1, "LeadOrderDetailIds": [ 1, 2 ], "ApplicationFeatureId": 2 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true