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": "8e3cad4d-2500-4f26-8fb5-bef9e1c225ca",
  "ProductSysID": "b12123ce-c4d0-475e-9ae9-c69e1ae4e036",
  "TenureSysID": "5b34c04e-b811-48f1-ba38-55f8fd3b4071"
}

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>8e3cad4d-2500-4f26-8fb5-bef9e1c225ca</PlatformSysID>
  <ProductSysID>b12123ce-c4d0-475e-9ae9-c69e1ae4e036</ProductSysID>
  <TenureSysID>5b34c04e-b811-48f1-ba38-55f8fd3b4071</TenureSysID>
</mlgetplancost>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.