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": "1ba46528-b40b-4cd1-8291-059f64cb972f", "ProductSysID": "0dc10381-e18c-4299-bd55-9346003aeebb", "TenureSysID": "5bab3b24-54e6-4979-917b-82b187d337fd" }
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>1ba46528-b40b-4cd1-8291-059f64cb972f</PlatformSysID> <ProductSysID>0dc10381-e18c-4299-bd55-9346003aeebb</ProductSysID> <TenureSysID>5bab3b24-54e6-4979-917b-82b187d337fd</TenureSysID> </mlgetplancost>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |