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": "320c0ff3-1ba3-42bf-ae81-ef36fab53fff", "CustomerProductSysID": "d2f06cd7-eb95-4d3f-9d69-72203dc08d8c" }
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>320c0ff3-1ba3-42bf-ae81-ef36fab53fff</CreatedBy> <CustomerProductSysID>d2f06cd7-eb95-4d3f-9d69-72203dc08d8c</CustomerProductSysID> </mlUploadMultipleDocx>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |