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": "b6d9aed7-a904-49eb-bffb-8b1f53519c1e", "CustomerProductSysID": "10a9a806-4aba-4f1d-a3d1-2d99935411d4" }
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>b6d9aed7-a904-49eb-bffb-8b1f53519c1e</CreatedBy> <CustomerProductSysID>10a9a806-4aba-4f1d-a3d1-2d99935411d4</CustomerProductSysID> </mlUploadMultipleDocx>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |