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": "36925ae5-0f7c-442f-b828-9ef745c9a0f7",
  "CustomerProductSysID": "fb2aa817-cc6b-43f4-b7e4-d1042ccf0d41"
}

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>36925ae5-0f7c-442f-b828-9ef745c9a0f7</CreatedBy>
  <CustomerProductSysID>fb2aa817-cc6b-43f4-b7e4-d1042ccf0d41</CustomerProductSysID>
</mlUploadMultipleDocx>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.