GET api/Statement/DetailsV2?Id={Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OutDetailName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
ProjectId | string |
None. |
|
ProjectName | string |
None. |
|
UnitId | string |
None. |
|
UnitNo | string |
None. |
|
ImagePath | string |
None. |
|
Amount | string |
None. |
|
Status | string |
None. |
|
TransactionNo | string |
None. |
|
TransactionDetails | string |
None. |
|
TransactionType | string |
None. |
|
PaymentMethod | string |
None. |
|
TransactionDate | date |
None. |
|
Attachments | Collection of Attachment |
None. |
|
Success | boolean |
None. |
|
Errors | Collection of OutError |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "ProjectId": "sample string 2", "ProjectName": "sample string 3", "UnitId": "sample string 4", "UnitNo": "sample string 5", "ImagePath": "sample string 6", "Amount": "sample string 7", "Status": "sample string 8", "TransactionNo": "sample string 9", "TransactionDetails": "sample string 10", "TransactionType": "sample string 11", "PaymentMethod": "sample string 12", "TransactionDate": "2025-05-10T03:16:22.1409814+08:00", "Attachments": [ { "IconPath": "sample string 1", "FileName": "sample string 2", "FileUrl": "sample string 3", "DateCreated": "2025-05-10T03:16:22.1409814+08:00" }, { "IconPath": "sample string 1", "FileName": "sample string 2", "FileUrl": "sample string 3", "DateCreated": "2025-05-10T03:16:22.1409814+08:00" } ], "Success": true, "Errors": [ { "ErrorCode": "sample string 1", "ErrorMessage": "sample string 2" }, { "ErrorCode": "sample string 1", "ErrorMessage": "sample string 2" } ] }
application/xml, text/xml
Sample:
<Statements.OutDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.EZTOneApp.Services.Models.ApiModels"> <Errors> <BaseApi.OutError> <ErrorCode>sample string 1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> </BaseApi.OutError> <BaseApi.OutError> <ErrorCode>sample string 1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> </BaseApi.OutError> </Errors> <Success>true</Success> <Amount>sample string 7</Amount> <Attachments> <Bills.Attachment> <DateCreated>2025-05-10T03:16:22.1409814+08:00</DateCreated> <FileName>sample string 2</FileName> <FileUrl>sample string 3</FileUrl> <IconPath>sample string 1</IconPath> </Bills.Attachment> <Bills.Attachment> <DateCreated>2025-05-10T03:16:22.1409814+08:00</DateCreated> <FileName>sample string 2</FileName> <FileUrl>sample string 3</FileUrl> <IconPath>sample string 1</IconPath> </Bills.Attachment> </Attachments> <Id>sample string 1</Id> <ImagePath>sample string 6</ImagePath> <PaymentMethod>sample string 12</PaymentMethod> <ProjectId>sample string 2</ProjectId> <ProjectName>sample string 3</ProjectName> <Status>sample string 8</Status> <TransactionDate>2025-05-10T03:16:22.1409814+08:00</TransactionDate> <TransactionDetails>sample string 10</TransactionDetails> <TransactionNo>sample string 9</TransactionNo> <TransactionType>sample string 11</TransactionType> <UnitId>sample string 4</UnitId> <UnitNo>sample string 5</UnitNo> </Statements.OutDetail>