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": "4fafe3ed-07a2-4e41-b637-6285b773a468"
}

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>4fafe3ed-07a2-4e41-b637-6285b773a468</CustomerProductSysID>
</mlupdatewelcome>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.