POST VwPengajuanAttachment/findbyid

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": {
    "PengajuanKreditID": "147829eb-1e11-45de-b4d3-a21e74cb509a",
    "AtachmentID": "e008c5c2-b525-496c-806d-8e046f45ffde",
    "AttachmentName": "sample string 3",
    "AtachmentExt": "sample string 4",
    "ModuleName": "sample string 5",
    "AttachmentType": "sample string 6",
    "IsMandatory": true,
    "ID": "3bf39847-e9d4-4d28-98d9-b84558562748",
    "UserInsert": "sample string 9",
    "DateInsert": "2026-01-09T02:35:16.8925834-08:00",
    "UserUpdate": "sample string 11",
    "DateUpdate": "2026-01-09T02:35:16.8925834-08:00"
  },
  "IsSuccess": true,
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<ActionResultOfVwPengajuanAttachment_Pn4aKTCr 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.Views">
    <DateInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:35:16.8925834-08:00</DateInsert>
    <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:35:16.8925834-08:00</DateUpdate>
    <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">3bf39847-e9d4-4d28-98d9-b84558562748</ID>
    <UserInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 9</UserInsert>
    <UserUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 11</UserUpdate>
    <d2p1:AtachmentExt>sample string 4</d2p1:AtachmentExt>
    <d2p1:AtachmentID>e008c5c2-b525-496c-806d-8e046f45ffde</d2p1:AtachmentID>
    <d2p1:AttachmentName>sample string 3</d2p1:AttachmentName>
    <d2p1:AttachmentType>sample string 6</d2p1:AttachmentType>
    <d2p1:IsMandatory>true</d2p1:IsMandatory>
    <d2p1:ModuleName>sample string 5</d2p1:ModuleName>
    <d2p1:PengajuanKreditID>147829eb-1e11-45de-b4d3-a21e74cb509a</d2p1:PengajuanKreditID>
  </Data>
</ActionResultOfVwPengajuanAttachment_Pn4aKTCr>