POST api/document/uploadmultipledocx
Request Information
URI Parameters
None.
Body Parameters
mlUploadMultipleDocxName | description | Type | Additional 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": "2bb1830b-814c-4d19-8c18-e06ce61d9a24", "CustomerProductSysID": "91271beb-be2d-4c44-9545-e8ef63a29226" }
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>2bb1830b-814c-4d19-8c18-e06ce61d9a24</CreatedBy> <CustomerProductSysID>91271beb-be2d-4c44-9545-e8ef63a29226</CustomerProductSysID> </mlUploadMultipleDocx>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |