POST api/Marketer/StockPointRequest
Request Information
URI Parameters
None.
Body Parameters
mlStockpointName | description | Type | Additional information |
---|---|---|---|
ProcessType | string |
None. |
|
RejectedReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProcessType": "sample string 1", "RejectedReason": "sample string 2" }
application/xml, text/xml
Sample:
<mlMarketer.mlStockpoint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <ProcessType>sample string 1</ProcessType> <RejectedReason>sample string 2</RejectedReason> </mlMarketer.mlStockpoint>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |