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": "352db21f-b960-4664-b575-658e87255fce",
  "CustomerProductSysID": "64aaa447-83d5-4cd8-8d16-2cb61d8dc18e"
}

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>352db21f-b960-4664-b575-658e87255fce</CreatedBy>
  <CustomerProductSysID>64aaa447-83d5-4cd8-8d16-2cb61d8dc18e</CustomerProductSysID>
</mlUploadMultipleDocx>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.