POST api/marketer/planpricingcost

Request Information

URI Parameters

None.

Body Parameters

mlgetplancost
NamedescriptionTypeAdditional information
ProductSysID

globally unique identifier

None.

PlatformSysID

globally unique identifier

None.

TenureSysID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PlatformSysID": "7e25a569-47cd-4ea5-9fd1-aa458bf4dea2",
  "ProductSysID": "6b9c7127-1879-4d62-93e2-8a4ca44fe09e",
  "TenureSysID": "943a69ff-debc-4d1e-80d5-e086c70bb5aa"
}

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>7e25a569-47cd-4ea5-9fd1-aa458bf4dea2</PlatformSysID>
  <ProductSysID>6b9c7127-1879-4d62-93e2-8a4ca44fe09e</ProductSysID>
  <TenureSysID>943a69ff-debc-4d1e-80d5-e086c70bb5aa</TenureSysID>
</mlgetplancost>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.