POST api/marketer/lockmarketer
Request Information
URI Parameters
None.
Body Parameters
mlMarketerLockName | description | Type | Additional information |
---|---|---|---|
ContactSysID | globally unique identifier |
None. |
|
IsLocked | boolean |
None. |
|
LockedBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ContactSysID": "79a1020b-7543-47ef-b0ee-fe05bbfe992b", "IsLocked": true, "LockedBy": "a41e8189-e121-4814-ae56-1c209ca7788a" }
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>79a1020b-7543-47ef-b0ee-fe05bbfe992b</ContactSysID> <IsLocked>true</IsLocked> <LockedBy>a41e8189-e121-4814-ae56-1c209ca7788a</LockedBy> </mlMarketerLock>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |