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": "18707075-fa4e-4cb3-bbbe-222bcefb5982"
}

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>18707075-fa4e-4cb3-bbbe-222bcefb5982</CustomerProductSysID>
</mlupdatewelcome>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.