POST api/Store/OrderPaymentDetails
Request Information
URI Parameters
None.
Body Parameters
OrderPaymentDetailsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessId | integer |
None. |
|
| Orderid | integer |
None. |
|
| amount | integer |
None. |
|
| CustomerId | integer |
None. |
|
| PaymentModeID | integer |
None. |
|
| PaymentOptionTypename | string |
None. |
|
| PaymentCode | string |
None. |
|
| Flag | integer |
None. |
|
| IsOfflineOrder | integer |
None. |
|
| InvoiceCode | string |
None. |
|
| OfflineinvoiceCode | string |
None. |
|
| ShareMode | string |
None. |
|
| OfflineCustomerID | string |
None. |
|
| Mode | string |
None. |
|
| TransactionID | string |
None. |
|
| WalletAmount | integer |
None. |
|
| BotOrderid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessId": 1,
"Orderid": 2,
"amount": 3,
"CustomerId": 4,
"PaymentModeID": 5,
"PaymentOptionTypename": "sample string 6",
"PaymentCode": "sample string 7",
"Flag": 8,
"IsOfflineOrder": 9,
"InvoiceCode": "sample string 10",
"OfflineinvoiceCode": "sample string 11",
"ShareMode": "sample string 12",
"OfflineCustomerID": "sample string 13",
"Mode": "sample string 14",
"TransactionID": "sample string 15",
"WalletAmount": 16,
"BotOrderid": "sample string 17"
}
application/xml, text/xml
Sample:
<OrderPaymentDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <BotOrderid>sample string 17</BotOrderid> <BusinessId>1</BusinessId> <CustomerId>4</CustomerId> <Flag>8</Flag> <InvoiceCode>sample string 10</InvoiceCode> <IsOfflineOrder>9</IsOfflineOrder> <Mode>sample string 14</Mode> <OfflineCustomerID>sample string 13</OfflineCustomerID> <OfflineinvoiceCode>sample string 11</OfflineinvoiceCode> <Orderid>2</Orderid> <PaymentCode>sample string 7</PaymentCode> <PaymentModeID>5</PaymentModeID> <PaymentOptionTypename>sample string 6</PaymentOptionTypename> <ShareMode>sample string 12</ShareMode> <TransactionID>sample string 15</TransactionID> <WalletAmount>16</WalletAmount> <amount>3</amount> </OrderPaymentDetailsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/11/03 16:00:52",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>