POST api/document/qrgeneration

Request Information

URI Parameters

None.

Body Parameters

mlQRinput
NamedescriptionTypeAdditional information
ApplistSysID

globally unique identifier

None.

CustomerProductSysID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplistSysID": "c6b15c59-17ab-4e35-b0e8-5f48df6050b5",
  "CustomerProductSysID": "f4737e7a-d960-4ae0-b961-0de6b3c8945f"
}

application/xml, text/xml

Sample:
<mlQRinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <ApplistSysID>c6b15c59-17ab-4e35-b0e8-5f48df6050b5</ApplistSysID>
  <CustomerProductSysID>f4737e7a-d960-4ae0-b961-0de6b3c8945f</CustomerProductSysID>
</mlQRinput>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.