POST api/marketer/planpricingcost
Request Information
URI Parameters
None.
Body Parameters
mlgetplancostName | description | Type | Additional information |
---|---|---|---|
ProductSysID | globally unique identifier |
None. |
|
PlatformSysID | globally unique identifier |
None. |
|
TenureSysID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlatformSysID": "3ae506f6-f782-4c06-b478-25aef6150900", "ProductSysID": "74b3905c-9bee-458c-be5b-ca2871e7e1ee", "TenureSysID": "624dacae-6419-4a93-822e-a02ebc370ea4" }
application/xml, text/xml
Sample:
<mlgetplancost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <PlatformSysID>3ae506f6-f782-4c06-b478-25aef6150900</PlatformSysID> <ProductSysID>74b3905c-9bee-458c-be5b-ca2871e7e1ee</ProductSysID> <TenureSysID>624dacae-6419-4a93-822e-a02ebc370ea4</TenureSysID> </mlgetplancost>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |