POST api/document/uploadmultipledocx

Request Information

URI Parameters

None.

Body Parameters

mlUploadMultipleDocx
NamedescriptionTypeAdditional information
CustomerProductSysID

globally unique identifier

None.

CreatedBy

globally unique identifier

None.

AttachmentIDs

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AttachmentIDs": "sample string 3",
  "CreatedBy": "3b76939e-50f9-41bc-8924-6c1dc34a8ad3",
  "CustomerProductSysID": "24d65e0a-a4ab-4461-bdbd-43f1cb30309c"
}

application/xml, text/xml

Sample:
<mlUploadMultipleDocx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <AttachmentIDs>sample string 3</AttachmentIDs>
  <CreatedBy>3b76939e-50f9-41bc-8924-6c1dc34a8ad3</CreatedBy>
  <CustomerProductSysID>24d65e0a-a4ab-4461-bdbd-43f1cb30309c</CustomerProductSysID>
</mlUploadMultipleDocx>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.