POST api/document/rejectedhistoryBOT
Request Information
URI Parameters
None.
Body Parameters
mlRejectlistInputName | description | Type | Additional information |
---|---|---|---|
CustomerProductSysID | globally unique identifier |
None. |
|
TextProof | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerProductSysID": "329e9bf8-0609-4b12-89fe-af9988458d3f", "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>329e9bf8-0609-4b12-89fe-af9988458d3f</CustomerProductSysID> <TextProof>sample string 2</TextProof> </mlRejectlistInput>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |