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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessId>1</BusinessId> <Orderid>2</Orderid> <amount>3</amount> <CustomerId>4</CustomerId> <PaymentModeID>5</PaymentModeID> <PaymentOptionTypename>sample string 6</PaymentOptionTypename> <PaymentCode>sample string 7</PaymentCode> <Flag>8</Flag> <IsOfflineOrder>9</IsOfflineOrder> <InvoiceCode>sample string 10</InvoiceCode> <OfflineinvoiceCode>sample string 11</OfflineinvoiceCode> <ShareMode>sample string 12</ShareMode> <OfflineCustomerID>sample string 13</OfflineCustomerID> <Mode>sample string 14</Mode> <TransactionID>sample string 15</TransactionID> <WalletAmount>16</WalletAmount> <BotOrderid>sample string 17</BotOrderid> </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/10/31 15:44:43",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>