POST api/member/check_plot_status

CURRENT PLOT STATUS

Request Information

URI Parameters

None.

Body Parameters

mlPlotStatus
NamedescriptionTypeAdditional information
ProjectID

integer

None.

PlotNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PlotNo": "sample string 2",
  "ProjectID": 1
}

application/xml, text/xml

Sample:
<Report.mlPlotStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member">
  <PlotNo>sample string 2</PlotNo>
  <ProjectID>1</ProjectID>
</Report.mlPlotStatus>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.