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": "3b725e2e-a291-4afa-938a-b1a9a3586d74",
  "ProductSysID": "8edc3b1a-7cc3-4fbe-ad50-c34ef9f6e93d",
  "TenureSysID": "e0792112-b4e4-4cfc-835b-a2cb27a12610"
}

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>3b725e2e-a291-4afa-938a-b1a9a3586d74</PlatformSysID>
  <ProductSysID>8edc3b1a-7cc3-4fbe-ad50-c34ef9f6e93d</ProductSysID>
  <TenureSysID>e0792112-b4e4-4cfc-835b-a2cb27a12610</TenureSysID>
</mlgetplancost>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.