POST api/document/rejectedhistory

Request Information

URI Parameters

None.

Body Parameters

mlRejectlistInput
NamedescriptionTypeAdditional information
CustomerProductSysID

globally unique identifier

None.

TextProof

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerProductSysID": "69223456-f3d8-4582-b17d-aedc3dc6b764",
  "TextProof": "sample string 2"
}

application/xml, text/xml

Sample:
<mlRejectlistInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <CustomerProductSysID>69223456-f3d8-4582-b17d-aedc3dc6b764</CustomerProductSysID>
  <TextProof>sample string 2</TextProof>
</mlRejectlistInput>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.