POST api/document/holddocument
Request Information
URI Parameters
None.
Body Parameters
mlholddocumentName | description | Type | Additional information |
---|---|---|---|
CustomerProductSysID | globally unique identifier |
None. |
|
ApprovalStatus | string |
None. |
|
ApprovedBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ApprovalStatus": "sample string 2", "ApprovedBy": "e5e7d3cf-3a52-467e-91ac-f9967fecefd9", "CustomerProductSysID": "d6137f66-8c7b-403e-a29f-182c09f495b4" }
application/xml, text/xml
Sample:
<mlholddocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <ApprovalStatus>sample string 2</ApprovalStatus> <ApprovedBy>e5e7d3cf-3a52-467e-91ac-f9967fecefd9</ApprovedBy> <CustomerProductSysID>d6137f66-8c7b-403e-a29f-182c09f495b4</CustomerProductSysID> </mlholddocument>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |