POST api/LeadOrder/ReleaseLeadOrder
Request Information
URI Parameters
None.
Body Parameters
LeadOrderRequestDTOName | Description | Type | Additional information |
---|---|---|---|
LO | integer |
None. |
|
LOD | integer |
None. |
|
LODs | Collection of integer |
None. |
|
LODI | Collection of integer |
None. |
|
LeadOrderCartProccess | LeadDetailCartProcessEnum |
None. |
|
ApplicationFeatureId | integer |
None. |
|
OrderSource | integer |
None. |
|
RecoverAndReassignCartAssignmentOptions | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "LO": 1, "LOD": 2, "LODs": [ 1, 2 ], "LODI": [ 1, 2 ], "LeadOrderCartProccess": 1, "ApplicationFeatureId": 3, "OrderSource": 4, "RecoverAndReassignCartAssignmentOptions": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true