POST api/document/holddocument

Request Information

URI Parameters

None.

Body Parameters

mlholddocument
NamedescriptionTypeAdditional 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": "26ada3cd-7604-4cbb-8c9b-ef8636a9ac49",
  "CustomerProductSysID": "e6b65141-4139-4898-9d89-ccc56aa872b8"
}

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>26ada3cd-7604-4cbb-8c9b-ef8636a9ac49</ApprovedBy>
  <CustomerProductSysID>e6b65141-4139-4898-9d89-ccc56aa872b8</CustomerProductSysID>
</mlholddocument>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.