POST
api/v1/create-posorder-request?clientId={clientId}&sellerid={sellerid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
sellerid | integer |
Default value is 0 |
Body Parameters
POS_OrderName | Description | Type | Additional information |
---|---|---|---|
OrderGUID | globally unique identifier |
None. |
|
OrderStatusId | integer |
None. |
|
OrderNumber | string |
None. |
|
CreatedOn | date |
None. |
|
CustGUID | globally unique identifier |
None. |
|
Mobile | string |
None. |
|
OrderAmount | decimal number |
None. |
|
USDRate | decimal number |
None. |
|
ShippingMasterId | integer |
None. |
|
ShipAmount | decimal number |
None. |
|
ShipDiscountAmt | decimal number |
None. |
|
OrderDiscount | decimal number |
None. |
|
OrderDiscountAmt | decimal number |
None. |
|
SaleTaxTotal | decimal number |
None. |
|
OrderComment | string |
None. |
|
OrderPlacedFrom | string |
None. |
|
ShipMethodName | string |
None. |
|
Currency | string |
None. |
|
ClientId | integer |
None. |
|
BillingAddressId | integer |
None. |
|
ShippingAddressId | integer |
None. |
|
TransactionGuid | globally unique identifier |
None. |
|
ShipperName | string |
None. |
|
ShipperAccountNo | string |
None. |
|
ShippingType | boolean |
None. |
|
CouponCode | string |
None. |
|
CouponValue | decimal number |
None. |
|
DurationId | integer |
None. |
|
CreditAmount | decimal number |
None. |
|
XpressDeliveryAmount | decimal number |
None. |
|
IsXpressDelivery | boolean |
None. |
|
DeliveryChargeAmount | decimal number |
None. |
|
WalletAmtUsed | decimal number |
None. |
|
DueAmount | decimal number |
None. |
|
TransactionAmount | decimal number |
None. |
|
TotalOrderAmount | decimal number |
None. |
|
OrderItems | Collection of POS_OrderItems |
None. |
|
SpecialDiscount | decimal number |
None. |
|
CouponCodeList | integer |
None. |
|
WareHouseId | integer |
None. |
|
WareHouseCode | string |
None. |
|
Location | string |
None. |
|
ZipCode | integer |
None. |
|
Name | string |
None. |
|
PaymentMethod | integer |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
string |
None. |
||
paymenttype | string |
None. |
|
ClientDetails | ClientDetails |
None. |
|
SessionId | string |
None. |
|
MPOStransactionID | string |
None. |
|
SellerId | integer |
None. |
Request Formats
application/json, text/json
{ "OrderGUID": "f059303a-8453-4824-8da1-e717a63c3ec7", "OrderStatusId": 2, "OrderNumber": "sample string 3", "CreatedOn": "2025-06-18T11:50:07.5326912+00:00", "CustGUID": "6e759066-ea7c-4548-8c32-b7631210af06", "Mobile": "sample string 6", "OrderAmount": 7.0, "USDRate": 8.0, "ShippingMasterId": 9, "ShipAmount": 10.0, "ShipDiscountAmt": 11.0, "OrderDiscount": 12.0, "OrderDiscountAmt": 13.0, "SaleTaxTotal": 14.0, "OrderComment": "sample string 15", "OrderPlacedFrom": "sample string 16", "ShipMethodName": "sample string 17", "Currency": "sample string 18", "ClientId": 19, "BillingAddressId": 20, "ShippingAddressId": 21, "TransactionGuid": "2623827b-8224-4710-bd81-432d8a58a17b", "ShipperName": "sample string 23", "ShipperAccountNo": "sample string 24", "ShippingType": true, "CouponCode": "sample string 26", "CouponValue": 27.0, "DurationId": 28, "CreditAmount": 29.0, "XpressDeliveryAmount": 30.0, "IsXpressDelivery": true, "DeliveryChargeAmount": 32.0, "WalletAmtUsed": 33.0, "DueAmount": 34.0, "TransactionAmount": 35.0, "TotalOrderAmount": 36.0, "OrderItems": [ { "Barcode": "sample string 1", "SkuDetailId": 2, "Quantity": 3, "UnitPrice": 4.0, "MRPPrice": 5.0, "ItemDiscountAmt": 6.0, "DiscountPercent": 7.0, "ShippingMasterId": 8, "OrderStatusId": 9, "SKUOptions": "sample string 10", "SaleTaxAmt": 11.0, "SKUFilterPriceId": 12, "ProductCode": "sample string 13", "ProductName": "sample string 14", "ImageUrl": "sample string 15", "SellerId": 16 }, { "Barcode": "sample string 1", "SkuDetailId": 2, "Quantity": 3, "UnitPrice": 4.0, "MRPPrice": 5.0, "ItemDiscountAmt": 6.0, "DiscountPercent": 7.0, "ShippingMasterId": 8, "OrderStatusId": 9, "SKUOptions": "sample string 10", "SaleTaxAmt": 11.0, "SKUFilterPriceId": 12, "ProductCode": "sample string 13", "ProductName": "sample string 14", "ImageUrl": "sample string 15", "SellerId": 16 } ], "SpecialDiscount": 37.0, "CouponCodeList": 38, "WareHouseId": 39, "WareHouseCode": "sample string 40", "Location": "sample string 41", "ZipCode": 42, "Name": "sample string 43", "PaymentMethod": 44, "FirstName": "sample string 45", "LastName": "sample string 46", "Email": "sample string 47", "paymenttype": "sample string 48", "ClientDetails": { "ClientName": "sample string 1", "Logo": "sample string 2", "LogoAlt": "sample string 3", "DomainURL": "sample string 4", "StoreName": "sample string 5", "ClientEmail": "sample string 6", "ClientPhNo": "sample string 7", "ClientAddress": "sample string 8" }, "SessionId": "sample string 49", "MPOStransactionID": "sample string 50", "SellerId": 51 }
text/html
{"OrderGUID":"f059303a-8453-4824-8da1-e717a63c3ec7","OrderStatusId":2,"OrderNumber":"sample string 3","CreatedOn":"2025-06-18T11:50:07.5326912+00:00","CustGUID":"6e759066-ea7c-4548-8c32-b7631210af06","Mobile":"sample string 6","OrderAmount":7.0,"USDRate":8.0,"ShippingMasterId":9,"ShipAmount":10.0,"ShipDiscountAmt":11.0,"OrderDiscount":12.0,"OrderDiscountAmt":13.0,"SaleTaxTotal":14.0,"OrderComment":"sample string 15","OrderPlacedFrom":"sample string 16","ShipMethodName":"sample string 17","Currency":"sample string 18","ClientId":19,"BillingAddressId":20,"ShippingAddressId":21,"TransactionGuid":"2623827b-8224-4710-bd81-432d8a58a17b","ShipperName":"sample string 23","ShipperAccountNo":"sample string 24","ShippingType":true,"CouponCode":"sample string 26","CouponValue":27.0,"DurationId":28,"CreditAmount":29.0,"XpressDeliveryAmount":30.0,"IsXpressDelivery":true,"DeliveryChargeAmount":32.0,"WalletAmtUsed":33.0,"DueAmount":34.0,"TransactionAmount":35.0,"TotalOrderAmount":36.0,"OrderItems":[{"Barcode":"sample string 1","SkuDetailId":2,"Quantity":3,"UnitPrice":4.0,"MRPPrice":5.0,"ItemDiscountAmt":6.0,"DiscountPercent":7.0,"ShippingMasterId":8,"OrderStatusId":9,"SKUOptions":"sample string 10","SaleTaxAmt":11.0,"SKUFilterPriceId":12,"ProductCode":"sample string 13","ProductName":"sample string 14","ImageUrl":"sample string 15","SellerId":16},{"Barcode":"sample string 1","SkuDetailId":2,"Quantity":3,"UnitPrice":4.0,"MRPPrice":5.0,"ItemDiscountAmt":6.0,"DiscountPercent":7.0,"ShippingMasterId":8,"OrderStatusId":9,"SKUOptions":"sample string 10","SaleTaxAmt":11.0,"SKUFilterPriceId":12,"ProductCode":"sample string 13","ProductName":"sample string 14","ImageUrl":"sample string 15","SellerId":16}],"SpecialDiscount":37.0,"CouponCodeList":38,"WareHouseId":39,"WareHouseCode":"sample string 40","Location":"sample string 41","ZipCode":42,"Name":"sample string 43","PaymentMethod":44,"FirstName":"sample string 45","LastName":"sample string 46","Email":"sample string 47","paymenttype":"sample string 48","ClientDetails":{"ClientName":"sample string 1","Logo":"sample string 2","LogoAlt":"sample string 3","DomainURL":"sample string 4","StoreName":"sample string 5","ClientEmail":"sample string 6","ClientPhNo":"sample string 7","ClientAddress":"sample string 8"},"SessionId":"sample string 49","MPOStransactionID":"sample string 50","SellerId":51}
application/xml, text/xml
<POS_Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.POS"> <BillingAddressId>20</BillingAddressId> <ClientDetails> <ClientAddress>sample string 8</ClientAddress> <ClientEmail>sample string 6</ClientEmail> <ClientName>sample string 1</ClientName> <ClientPhNo>sample string 7</ClientPhNo> <DomainURL>sample string 4</DomainURL> <Logo>sample string 2</Logo> <LogoAlt>sample string 3</LogoAlt> <StoreName>sample string 5</StoreName> </ClientDetails> <ClientId>19</ClientId> <CouponCode>sample string 26</CouponCode> <CouponCodeList>38</CouponCodeList> <CouponValue>27</CouponValue> <CreatedOn>2025-06-18T11:50:07.5326912+00:00</CreatedOn> <CreditAmount>29</CreditAmount> <Currency>sample string 18</Currency> <CustGUID>6e759066-ea7c-4548-8c32-b7631210af06</CustGUID> <DeliveryChargeAmount>32</DeliveryChargeAmount> <DueAmount>34</DueAmount> <DurationId>28</DurationId> <Email>sample string 47</Email> <FirstName>sample string 45</FirstName> <IsXpressDelivery>true</IsXpressDelivery> <LastName>sample string 46</LastName> <Location>sample string 41</Location> <MPOStransactionID>sample string 50</MPOStransactionID> <Mobile>sample string 6</Mobile> <Name>sample string 43</Name> <OrderAmount>7</OrderAmount> <OrderComment>sample string 15</OrderComment> <OrderDiscount>12</OrderDiscount> <OrderDiscountAmt>13</OrderDiscountAmt> <OrderGUID>f059303a-8453-4824-8da1-e717a63c3ec7</OrderGUID> <OrderItems> <POS_OrderItems> <Barcode>sample string 1</Barcode> <DiscountPercent>7</DiscountPercent> <ImageUrl>sample string 15</ImageUrl> <ItemDiscountAmt>6</ItemDiscountAmt> <MRPPrice>5</MRPPrice> <OrderStatusId>9</OrderStatusId> <ProductCode>sample string 13</ProductCode> <ProductName>sample string 14</ProductName> <Quantity>3</Quantity> <SKUFilterPriceId>12</SKUFilterPriceId> <SKUOptions>sample string 10</SKUOptions> <SaleTaxAmt>11</SaleTaxAmt> <SellerId>16</SellerId> <ShippingMasterId>8</ShippingMasterId> <SkuDetailId>2</SkuDetailId> <UnitPrice>4</UnitPrice> </POS_OrderItems> <POS_OrderItems> <Barcode>sample string 1</Barcode> <DiscountPercent>7</DiscountPercent> <ImageUrl>sample string 15</ImageUrl> <ItemDiscountAmt>6</ItemDiscountAmt> <MRPPrice>5</MRPPrice> <OrderStatusId>9</OrderStatusId> <ProductCode>sample string 13</ProductCode> <ProductName>sample string 14</ProductName> <Quantity>3</Quantity> <SKUFilterPriceId>12</SKUFilterPriceId> <SKUOptions>sample string 10</SKUOptions> <SaleTaxAmt>11</SaleTaxAmt> <SellerId>16</SellerId> <ShippingMasterId>8</ShippingMasterId> <SkuDetailId>2</SkuDetailId> <UnitPrice>4</UnitPrice> </POS_OrderItems> </OrderItems> <OrderNumber>sample string 3</OrderNumber> <OrderPlacedFrom>sample string 16</OrderPlacedFrom> <OrderStatusId>2</OrderStatusId> <PaymentMethod>44</PaymentMethod> <SaleTaxTotal>14</SaleTaxTotal> <SellerId>51</SellerId> <SessionId>sample string 49</SessionId> <ShipAmount>10</ShipAmount> <ShipDiscountAmt>11</ShipDiscountAmt> <ShipMethodName>sample string 17</ShipMethodName> <ShipperAccountNo>sample string 24</ShipperAccountNo> <ShipperName>sample string 23</ShipperName> <ShippingAddressId>21</ShippingAddressId> <ShippingMasterId>9</ShippingMasterId> <ShippingType>true</ShippingType> <SpecialDiscount>37</SpecialDiscount> <TotalOrderAmount>36</TotalOrderAmount> <TransactionAmount>35</TransactionAmount> <TransactionGuid>2623827b-8224-4710-bd81-432d8a58a17b</TransactionGuid> <USDRate>8</USDRate> <WalletAmtUsed>33</WalletAmtUsed> <WareHouseCode>sample string 40</WareHouseCode> <WareHouseId>39</WareHouseId> <XpressDeliveryAmount>30</XpressDeliveryAmount> <ZipCode>42</ZipCode> <paymenttype>sample string 48</paymenttype> </POS_Order>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: globally unique identifier
Response Formats
application/json, text/json, text/html
"f98e825a-556b-4d87-a4f7-7a88b5e69ea1"
application/xml, text/xml
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f98e825a-556b-4d87-a4f7-7a88b5e69ea1</guid>