POST Attachment/findbyid
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Data": {
"ModuleName": "sample string 1",
"AttachmentType": "sample string 2",
"IsMandatory": true,
"IsMandatoryIndividu": true,
"ID": "90705710-ff9d-48a8-9cf7-5d7ca5419f4a",
"UserInsert": "sample string 6",
"DateInsert": "2026-01-09T02:35:03.7968133-08:00",
"UserUpdate": "sample string 8",
"DateUpdate": "2026-01-09T02:35:03.7968133-08:00"
},
"IsSuccess": true,
"ErrorCode": 2,
"ErrorDescription": "sample string 3"
}
application/xml, text/xml
Sample:
<ActionResultOfAttachmentyF_PE8d68 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Invelli.Rest">
<ErrorCode>2</ErrorCode>
<ErrorDescription>sample string 3</ErrorDescription>
<IsSuccess>true</IsSuccess>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">
<d2p1:DateInsert>2026-01-09T02:35:03.7968133-08:00</d2p1:DateInsert>
<d2p1:DateUpdate>2026-01-09T02:35:03.7968133-08:00</d2p1:DateUpdate>
<d2p1:ID>90705710-ff9d-48a8-9cf7-5d7ca5419f4a</d2p1:ID>
<d2p1:UserInsert>sample string 6</d2p1:UserInsert>
<d2p1:UserUpdate>sample string 8</d2p1:UserUpdate>
<d2p1:AttachmentType>sample string 2</d2p1:AttachmentType>
<d2p1:IsMandatory>true</d2p1:IsMandatory>
<d2p1:IsMandatoryIndividu>true</d2p1:IsMandatoryIndividu>
<d2p1:ModuleName>sample string 1</d2p1:ModuleName>
</Data>
</ActionResultOfAttachmentyF_PE8d68>