POST api/Store/AddOrderMaster
Request Information
URI Parameters
None.
Body Parameters
OrderMasterModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| Businessid | integer | None. | |
| Vat | decimal number | None. | |
| SubTotalAmount | decimal number | None. | |
| TotalAmount | decimal number | None. | |
| TotalDiscount | decimal number | None. | |
| UserID | integer | None. | |
| Customerid | integer | None. | |
| CustomerId | integer | None. | |
| isOfflineOrder | integer | None. | |
| OfflineInvoiceCode | string | None. | |
| PaymentModeId | integer | None. | |
| PaymentOptionTypeName | string | None. | |
| PaymentCode | string | None. | |
| Flag | integer | None. | |
| ShareMode | string | None. | |
| OrderLocation | string | None. | |
| OrderLatitude | string | None. | |
| OrderLongitude | string | None. | |
| DueDate | date | None. | |
| note | string | None. | |
| OrderDateTime | string | None. | |
| Mode | string | None. | |
| EventID | integer | None. | |
| DistributorID | integer | None. | |
| IsPerformaInvoice | integer | None. | |
| IsOnlineOrder | integer | None. | |
| Offlinecustomerid | string | None. | |
| IsPayingOnlyWallet | integer | None. | |
| OrderIdInput | integer | None. | |
| DeliveryAmount | decimal number | None. | |
| StateId | integer | None. | |
| MeetingID | string | None. | |
| OrganizationName | string | None. | |
| OrderSource | string | None. | |
| DeliveryLocation | string | None. | |
| DeliveryLatitude | string | None. | |
| DeliveryLongitude | string | None. | |
| details | Collection of Storedetails | None. | |
| VerifyPrice | integer | None. | |
| cityname | string | None. | |
| IsCOD | integer | None. | |
| PromoPrice | decimal number | None. | |
| CouponCode | string | None. | |
| couponDiscount | decimal number | None. | |
| WalletDiscount | decimal number | None. | |
| omniPointsAmount | decimal number | None. | |
| PrimaryMasterOrderId | integer | None. | |
| OrderPaymentType | integer | None. | |
| CouponId | integer | None. | |
| ParentDuplicateOrderId | integer | None. | |
| IsPotentialFake | integer | None. | |
| serviceFee | decimal number | None. | |
| isSelfPickup | integer | None. | |
| pickupDate | date | None. | |
| ReferralCode | string | None. | |
| retailOrderId | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "Businessid": 1,
  "Vat": 2.0,
  "SubTotalAmount": 3.0,
  "TotalAmount": 4.0,
  "TotalDiscount": 5.0,
  "UserID": 6,
  "Customerid": 7,
  "CustomerId": 8,
  "isOfflineOrder": 9,
  "OfflineInvoiceCode": "sample string 10",
  "PaymentModeId": 11,
  "PaymentOptionTypeName": "sample string 12",
  "PaymentCode": "sample string 13",
  "Flag": 14,
  "ShareMode": "sample string 15",
  "OrderLocation": "sample string 16",
  "OrderLatitude": "sample string 17",
  "OrderLongitude": "sample string 18",
  "DueDate": "2025-10-31T15:47:38.8536433+00:00",
  "note": "sample string 20",
  "OrderDateTime": "sample string 21",
  "Mode": "sample string 22",
  "EventID": 23,
  "DistributorID": 24,
  "IsPerformaInvoice": 25,
  "IsOnlineOrder": 26,
  "Offlinecustomerid": "sample string 27",
  "IsPayingOnlyWallet": 28,
  "OrderIdInput": 29,
  "DeliveryAmount": 30.0,
  "StateId": 31,
  "MeetingID": "sample string 32",
  "OrganizationName": "sample string 33",
  "OrderSource": "sample string 34",
  "DeliveryLocation": "sample string 35",
  "DeliveryLatitude": "sample string 36",
  "DeliveryLongitude": "sample string 37",
  "details": [
    {
      "ItemId": 1,
      "SkulId": 2,
      "Quantity": 3,
      "PreOrderQuantity": 4,
      "Price": 5.1,
      "Discount": 6.1,
      "Notes": "sample string 7",
      "distributorId": 8,
      "itemName": "sample string 9",
      "skuCode": "sample string 10",
      "promoprice": 11.1,
      "stockPointId": 12,
      "stockpointSellingPrice": 13.0,
      "BundleSkuId": 14
    },
    {
      "ItemId": 1,
      "SkulId": 2,
      "Quantity": 3,
      "PreOrderQuantity": 4,
      "Price": 5.1,
      "Discount": 6.1,
      "Notes": "sample string 7",
      "distributorId": 8,
      "itemName": "sample string 9",
      "skuCode": "sample string 10",
      "promoprice": 11.1,
      "stockPointId": 12,
      "stockpointSellingPrice": 13.0,
      "BundleSkuId": 14
    }
  ],
  "VerifyPrice": 38,
  "cityname": "sample string 39",
  "IsCOD": 40,
  "PromoPrice": 41.0,
  "CouponCode": "sample string 42",
  "couponDiscount": 43.0,
  "WalletDiscount": 44.0,
  "omniPointsAmount": 45.0,
  "PrimaryMasterOrderId": 46,
  "OrderPaymentType": 47,
  "CouponId": 48,
  "ParentDuplicateOrderId": 49,
  "IsPotentialFake": 50,
  "serviceFee": 51.0,
  "isSelfPickup": 52,
  "pickupDate": "2025-10-31T15:47:38.8536433+00:00",
  "ReferralCode": "sample string 53",
  "retailOrderId": 1
}
        application/xml, text/xml
            Sample:
        
<OrderMasterModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Businessid>1</Businessid>
  <Vat>2</Vat>
  <SubTotalAmount>3</SubTotalAmount>
  <TotalAmount>4</TotalAmount>
  <TotalDiscount>5</TotalDiscount>
  <UserID>6</UserID>
  <Customerid>7</Customerid>
  <CustomerId>8</CustomerId>
  <isOfflineOrder>9</isOfflineOrder>
  <OfflineInvoiceCode>sample string 10</OfflineInvoiceCode>
  <PaymentModeId>11</PaymentModeId>
  <PaymentOptionTypeName>sample string 12</PaymentOptionTypeName>
  <PaymentCode>sample string 13</PaymentCode>
  <Flag>14</Flag>
  <ShareMode>sample string 15</ShareMode>
  <OrderLocation>sample string 16</OrderLocation>
  <OrderLatitude>sample string 17</OrderLatitude>
  <OrderLongitude>sample string 18</OrderLongitude>
  <DueDate>2025-10-31T15:47:38.8536433+00:00</DueDate>
  <note>sample string 20</note>
  <OrderDateTime>sample string 21</OrderDateTime>
  <Mode>sample string 22</Mode>
  <EventID>23</EventID>
  <DistributorID>24</DistributorID>
  <IsPerformaInvoice>25</IsPerformaInvoice>
  <IsOnlineOrder>26</IsOnlineOrder>
  <Offlinecustomerid>sample string 27</Offlinecustomerid>
  <IsPayingOnlyWallet>28</IsPayingOnlyWallet>
  <OrderIdInput>29</OrderIdInput>
  <DeliveryAmount>30</DeliveryAmount>
  <StateId>31</StateId>
  <MeetingID>sample string 32</MeetingID>
  <OrganizationName>sample string 33</OrganizationName>
  <OrderSource>sample string 34</OrderSource>
  <DeliveryLocation>sample string 35</DeliveryLocation>
  <DeliveryLatitude>sample string 36</DeliveryLatitude>
  <DeliveryLongitude>sample string 37</DeliveryLongitude>
  <details>
    <Storedetails>
      <ItemId>1</ItemId>
      <SkulId>2</SkulId>
      <Quantity>3</Quantity>
      <PreOrderQuantity>4</PreOrderQuantity>
      <Price>5.1</Price>
      <Discount>6.1</Discount>
      <Notes>sample string 7</Notes>
      <distributorId>8</distributorId>
      <itemName>sample string 9</itemName>
      <skuCode>sample string 10</skuCode>
      <promoprice>11.1</promoprice>
      <stockPointId>12</stockPointId>
      <stockpointSellingPrice>13</stockpointSellingPrice>
      <BundleSkuId>14</BundleSkuId>
    </Storedetails>
    <Storedetails>
      <ItemId>1</ItemId>
      <SkulId>2</SkulId>
      <Quantity>3</Quantity>
      <PreOrderQuantity>4</PreOrderQuantity>
      <Price>5.1</Price>
      <Discount>6.1</Discount>
      <Notes>sample string 7</Notes>
      <distributorId>8</distributorId>
      <itemName>sample string 9</itemName>
      <skuCode>sample string 10</skuCode>
      <promoprice>11.1</promoprice>
      <stockPointId>12</stockPointId>
      <stockpointSellingPrice>13</stockpointSellingPrice>
      <BundleSkuId>14</BundleSkuId>
    </Storedetails>
  </details>
  <VerifyPrice>38</VerifyPrice>
  <cityname>sample string 39</cityname>
  <IsCOD>40</IsCOD>
  <PromoPrice>41</PromoPrice>
  <CouponCode>sample string 42</CouponCode>
  <couponDiscount>43</couponDiscount>
  <WalletDiscount>44</WalletDiscount>
  <omniPointsAmount>45</omniPointsAmount>
  <PrimaryMasterOrderId>46</PrimaryMasterOrderId>
  <OrderPaymentType>47</OrderPaymentType>
  <CouponId>48</CouponId>
  <ParentDuplicateOrderId>49</ParentDuplicateOrderId>
  <IsPotentialFake>50</IsPotentialFake>
  <serviceFee>51</serviceFee>
  <isSelfPickup>52</isSelfPickup>
  <pickupDate>2025-10-31T15:47:38.8536433+00:00</pickupDate>
  <ReferralCode>sample string 53</ReferralCode>
  <retailOrderId>1</retailOrderId>
</OrderMasterModel>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.