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": "214be2bd-eeaf-4a60-b12b-fa4c17ca5be5",
  "CustomerProductSysID": "9ac4b799-4527-49fc-9c53-09f84e561904"
}

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>214be2bd-eeaf-4a60-b12b-fa4c17ca5be5</ApprovedBy>
  <CustomerProductSysID>9ac4b799-4527-49fc-9c53-09f84e561904</CustomerProductSysID>
</mlholddocument>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.