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": "038a2418-bde2-47a5-947f-fbbf7c02c180",
  "ProductSysID": "db3e7b3f-4206-434f-9c9a-6bc3e952c51b",
  "TenureSysID": "5f13eebc-8d88-4912-9a83-2e3d2fb26b21"
}

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>038a2418-bde2-47a5-947f-fbbf7c02c180</PlatformSysID>
  <ProductSysID>db3e7b3f-4206-434f-9c9a-6bc3e952c51b</ProductSysID>
  <TenureSysID>5f13eebc-8d88-4912-9a83-2e3d2fb26b21</TenureSysID>
</mlgetplancost>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.