URL
https://devwebapi.leadmaster.com/api/LMWebAPI/AttachFileLink?accesstoken={accesstoken}
Description
Attach File Link to Record
HttpMethod
POST
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| accesstoken | accesstoken for the given logon. |
Define this parameter in the request URI. |
| af | attached files links data. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RecordID": 1.1,
"FileName": "sample string 2",
"Description": "sample string 3",
"FileLink": "sample string 4"
}
application/xml, text/xml
Sample:
<AttachedFilesLinks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObjects"> <Description>sample string 3</Description> <FileLink>sample string 4</FileLink> <FileName>sample string 2</FileName> <RecordID>1.1</RecordID> </AttachedFilesLinks>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>