POST api/document/updatecustomerwelcomeinfo

Request Information

URI Parameters

None.

Body Parameters

mlupdatewelcome
NamedescriptionTypeAdditional information
CustomerProductSysID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerProductSysID": "64be459f-bb19-4adb-a1a4-b2351ed61b3c"
}

application/xml, text/xml

Sample:
<mlupdatewelcome xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <CustomerProductSysID>64be459f-bb19-4adb-a1a4-b2351ed61b3c</CustomerProductSysID>
</mlupdatewelcome>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.