POST VwPengajuanAttachment/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": {
"PengajuanKreditID": "45eced06-b81c-418c-914b-48812e29489a",
"AtachmentID": "5a96cec9-1b81-496f-ab2d-38ae2dbaa9f3",
"AttachmentName": "sample string 3",
"AtachmentExt": "sample string 4",
"ModuleName": "sample string 5",
"AttachmentType": "sample string 6",
"IsMandatory": true,
"ID": "48e848cc-a0be-4cc3-b9b0-523737479ec6",
"UserInsert": "sample string 9",
"DateInsert": "2026-09-23T02:50:40.5168-07:00",
"UserUpdate": "sample string 11",
"DateUpdate": "2026-09-23T02:50:40.5168-07: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-09-23T02:50:40.5168-07:00</DateInsert>
<DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-09-23T02:50:40.5168-07:00</DateUpdate>
<ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">48e848cc-a0be-4cc3-b9b0-523737479ec6</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>5a96cec9-1b81-496f-ab2d-38ae2dbaa9f3</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>45eced06-b81c-418c-914b-48812e29489a</d2p1:PengajuanKreditID>
</Data>
</ActionResultOfVwPengajuanAttachment_Pn4aKTCr>