POST api/marketer/checkdPlacementID_MLM

Request Information

URI Parameters

None.

Body Parameters

mlPlaceMentID
NamedescriptionTypeAdditional information
PlaceMentID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PlaceMentID": "sample string 1"
}

application/xml, text/xml

Sample:
<mlPlaceMentID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <PlaceMentID>sample string 1</PlaceMentID>
</mlPlaceMentID>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.