POST api/ApiCustomer/BuyPartialPayment
Request Information
URI Parameters
None.
Body Parameters
AssetBuyDetailViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| AssetBuyMasterId | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Status | string |
None. |
|
| TransactionType | string |
None. |
|
| TransactionDate | date |
None. |
|
| ReferenceNumber | string |
None. |
|
| TransactionHash | string |
None. |
|
| TransactionId | string |
None. |
|
| PaymentMethod | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PaymentInformation | string |
None. |
|
| BankDepositPhoto | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| SetOn | date |
None. |
|
| SetBy | integer |
None. |
|
| SetFrom | string |
None. |
|
| Note | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| Title | string |
None. |
|
| MerchantId | string |
None. |
|
| MerchantName | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerId | string |
None. |
|
| BankDepositPhotoString | string |
None. |
|
| IsOperationSuccessful | boolean |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "2267c5b4-85ea-41f0-b5fe-531b3bab450b",
"AssetBuyMasterId": "15c1d089-0e62-40ca-aaf1-ee5538db303b",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-03-12T21:24:11.8307352-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-03-12T21:24:11.8307352-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
}
application/xml, text/xml
Sample:
<AssetBuyDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.ViewModels"> <IsOperationSuccessful>true</IsOperationSuccessful> <Message>sample string 24</Message> <SetFrom i:nil="true" /> <Amount>1</Amount> <AssetBuyMasterId>15c1d089-0e62-40ca-aaf1-ee5538db303b</AssetBuyMasterId> <BankDepositPhoto>sample string 10</BankDepositPhoto> <BankDepositPhotoString>sample string 22</BankDepositPhotoString> <CustomerId>sample string 21</CustomerId> <CustomerName>sample string 20</CustomerName> <Id>2267c5b4-85ea-41f0-b5fe-531b3bab450b</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <MerchantId>sample string 18</MerchantId> <MerchantName>sample string 19</MerchantName> <Note>sample string 16</Note> <PaymentInformation>sample string 9</PaymentInformation> <PaymentMethod>sample string 7</PaymentMethod> <PaymentStatus>sample string 8</PaymentStatus> <ReferenceNumber>sample string 4</ReferenceNumber> <SetBy>14</SetBy> <SetFrom>sample string 15</SetFrom> <SetOn>2026-03-12T21:24:11.8307352-07:00</SetOn> <Status>sample string 2</Status> <Title>sample string 17</Title> <TotalAmount>1</TotalAmount> <TransactionDate>2026-03-12T21:24:11.8307352-07:00</TransactionDate> <TransactionHash>sample string 5</TransactionHash> <TransactionId>sample string 6</TransactionId> <TransactionType>sample string 3</TransactionType> </AssetBuyDetailViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AssetBuyDetailViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| AssetBuyMasterId | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Status | string |
None. |
|
| TransactionType | string |
None. |
|
| TransactionDate | date |
None. |
|
| ReferenceNumber | string |
None. |
|
| TransactionHash | string |
None. |
|
| TransactionId | string |
None. |
|
| PaymentMethod | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PaymentInformation | string |
None. |
|
| BankDepositPhoto | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| SetOn | date |
None. |
|
| SetBy | integer |
None. |
|
| SetFrom | string |
None. |
|
| Note | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| Title | string |
None. |
|
| MerchantId | string |
None. |
|
| MerchantName | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerId | string |
None. |
|
| BankDepositPhotoString | string |
None. |
|
| IsOperationSuccessful | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "b7fe64fe-0918-45eb-a8d6-06aa30ef5d47",
"AssetBuyMasterId": "d5b58344-a6f2-4639-8b53-71c70c22f2c8",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-03-12T21:24:11.8307352-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-03-12T21:24:11.8307352-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
}
application/xml, text/xml
Sample:
<AssetBuyDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.ViewModels"> <IsOperationSuccessful>true</IsOperationSuccessful> <Message>sample string 24</Message> <SetFrom i:nil="true" /> <Amount>1</Amount> <AssetBuyMasterId>d5b58344-a6f2-4639-8b53-71c70c22f2c8</AssetBuyMasterId> <BankDepositPhoto>sample string 10</BankDepositPhoto> <BankDepositPhotoString>sample string 22</BankDepositPhotoString> <CustomerId>sample string 21</CustomerId> <CustomerName>sample string 20</CustomerName> <Id>b7fe64fe-0918-45eb-a8d6-06aa30ef5d47</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <MerchantId>sample string 18</MerchantId> <MerchantName>sample string 19</MerchantName> <Note>sample string 16</Note> <PaymentInformation>sample string 9</PaymentInformation> <PaymentMethod>sample string 7</PaymentMethod> <PaymentStatus>sample string 8</PaymentStatus> <ReferenceNumber>sample string 4</ReferenceNumber> <SetBy>14</SetBy> <SetFrom>sample string 15</SetFrom> <SetOn>2026-03-12T21:24:11.8307352-07:00</SetOn> <Status>sample string 2</Status> <Title>sample string 17</Title> <TotalAmount>1</TotalAmount> <TransactionDate>2026-03-12T21:24:11.8307352-07:00</TransactionDate> <TransactionHash>sample string 5</TransactionHash> <TransactionId>sample string 6</TransactionId> <TransactionType>sample string 3</TransactionType> </AssetBuyDetailViewModel>