POST api/marketer/lockmarketer

Request Information

URI Parameters

None.

Body Parameters

mlMarketerLock
NamedescriptionTypeAdditional information
ContactSysID

globally unique identifier

None.

IsLocked

boolean

None.

LockedBy

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ContactSysID": "1a5a152b-4df4-401a-956a-47dbef637632",
  "IsLocked": true,
  "LockedBy": "f18f96bd-cc4c-42b4-aaca-e78e0c2c0f59"
}

application/xml, text/xml

Sample:
<mlMarketerLock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <ContactSysID>1a5a152b-4df4-401a-956a-47dbef637632</ContactSysID>
  <IsLocked>true</IsLocked>
  <LockedBy>f18f96bd-cc4c-42b4-aaca-e78e0c2c0f59</LockedBy>
</mlMarketerLock>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.