POST Attachment/select

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": {
    "ItemCount": 1,
    "Items": [
      {
        "ModuleName": "sample string 1",
        "AttachmentType": "sample string 2",
        "IsMandatory": true,
        "IsMandatoryIndividu": true,
        "ID": "894c6289-40e7-4bda-8fef-3d64b526e6bf",
        "UserInsert": "sample string 6",
        "DateInsert": "2026-01-09T02:36:03.7594019-08:00",
        "UserUpdate": "sample string 8",
        "DateUpdate": "2026-01-09T02:36:03.7594019-08:00"
      },
      {
        "ModuleName": "sample string 1",
        "AttachmentType": "sample string 2",
        "IsMandatory": true,
        "IsMandatoryIndividu": true,
        "ID": "894c6289-40e7-4bda-8fef-3d64b526e6bf",
        "UserInsert": "sample string 6",
        "DateInsert": "2026-01-09T02:36:03.7594019-08:00",
        "UserUpdate": "sample string 8",
        "DateUpdate": "2026-01-09T02:36:03.7594019-08:00"
      },
      {
        "ModuleName": "sample string 1",
        "AttachmentType": "sample string 2",
        "IsMandatory": true,
        "IsMandatoryIndividu": true,
        "ID": "894c6289-40e7-4bda-8fef-3d64b526e6bf",
        "UserInsert": "sample string 6",
        "DateInsert": "2026-01-09T02:36:03.7594019-08:00",
        "UserUpdate": "sample string 8",
        "DateUpdate": "2026-01-09T02:36:03.7594019-08:00"
      }
    ]
  },
  "IsSuccess": true,
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<ActionResultOfSelectResultOfAttachmentyF_PE8d68byGeLu_P_P 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/Invelli.Data">
    <d2p1:ItemCount>1</d2p1:ItemCount>
    <d2p1:Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">
      <d3p1:Attachment>
        <d3p1:DateInsert>2026-01-09T02:36:03.7594019-08:00</d3p1:DateInsert>
        <d3p1:DateUpdate>2026-01-09T02:36:03.7594019-08:00</d3p1:DateUpdate>
        <d3p1:ID>894c6289-40e7-4bda-8fef-3d64b526e6bf</d3p1:ID>
        <d3p1:UserInsert>sample string 6</d3p1:UserInsert>
        <d3p1:UserUpdate>sample string 8</d3p1:UserUpdate>
        <d3p1:AttachmentType>sample string 2</d3p1:AttachmentType>
        <d3p1:IsMandatory>true</d3p1:IsMandatory>
        <d3p1:IsMandatoryIndividu>true</d3p1:IsMandatoryIndividu>
        <d3p1:ModuleName>sample string 1</d3p1:ModuleName>
      </d3p1:Attachment>
      <d3p1:Attachment>
        <d3p1:DateInsert>2026-01-09T02:36:03.7594019-08:00</d3p1:DateInsert>
        <d3p1:DateUpdate>2026-01-09T02:36:03.7594019-08:00</d3p1:DateUpdate>
        <d3p1:ID>894c6289-40e7-4bda-8fef-3d64b526e6bf</d3p1:ID>
        <d3p1:UserInsert>sample string 6</d3p1:UserInsert>
        <d3p1:UserUpdate>sample string 8</d3p1:UserUpdate>
        <d3p1:AttachmentType>sample string 2</d3p1:AttachmentType>
        <d3p1:IsMandatory>true</d3p1:IsMandatory>
        <d3p1:IsMandatoryIndividu>true</d3p1:IsMandatoryIndividu>
        <d3p1:ModuleName>sample string 1</d3p1:ModuleName>
      </d3p1:Attachment>
      <d3p1:Attachment>
        <d3p1:DateInsert>2026-01-09T02:36:03.7594019-08:00</d3p1:DateInsert>
        <d3p1:DateUpdate>2026-01-09T02:36:03.7594019-08:00</d3p1:DateUpdate>
        <d3p1:ID>894c6289-40e7-4bda-8fef-3d64b526e6bf</d3p1:ID>
        <d3p1:UserInsert>sample string 6</d3p1:UserInsert>
        <d3p1:UserUpdate>sample string 8</d3p1:UserUpdate>
        <d3p1:AttachmentType>sample string 2</d3p1:AttachmentType>
        <d3p1:IsMandatory>true</d3p1:IsMandatory>
        <d3p1:IsMandatoryIndividu>true</d3p1:IsMandatoryIndividu>
        <d3p1:ModuleName>sample string 1</d3p1:ModuleName>
      </d3p1:Attachment>
    </d2p1:Items>
  </Data>
</ActionResultOfSelectResultOfAttachmentyF_PE8d68byGeLu_P_P>