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": "0dbc5d29-09e4-4f33-928a-f311d0fa65d7",
  "CustomerProductSysID": "3379447f-ccbe-4845-aeb3-53f80a55c5fb"
}

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>0dbc5d29-09e4-4f33-928a-f311d0fa65d7</CreatedBy>
  <CustomerProductSysID>3379447f-ccbe-4845-aeb3-53f80a55c5fb</CustomerProductSysID>
</mlUploadMultipleDocx>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.