GET api/SalesAnalysis

Request Information

URI Parameters

None.

Body Parameters

Collection of VwEntSalesAnalysis
NameDescriptionTypeAdditional information
Quantity

integer

None.

MarketOrderId

string

None.

MarketPlaceName

string

None.

MarketPlaceId

integer

None.

AccountId

integer

None.

OrderId

integer

None.

OrderItemId

integer

None.

CreatedDate

date

None.

UserStoreApiId

integer

None.

ShippingDate

date

None.

OrderShipmentDiffHour

integer

None.

SellerInvoiceAmount

decimal number

None.

Commission

decimal number

None.

InvoiceType

integer

None.

ShipmenCompanyCampaignNumber

string

None.

ProductId

integer

None.

ProductTitle

string

None.

ProductSellerCode

string

None.

SellerStockCode

string

None.

CargoPayment

string

None.

CityId

integer

None.

City

string

None.

District

string

None.

CategoryId

integer

None.

CategoryName

string

None.

BuyerName

string

None.

BuyerEmail

string

None.

ShipmentFullName

string

None.

ShipmentAddress

string

None.

ShipmentNeighborHood

string

None.

ShipmentPostalCode

string

None.

ShipmentTaxId

string

None.

ShipmentCitizenshipId

string

None.

ShipmentGsm

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Quantity": 1,
    "MarketOrderId": "sample string 1",
    "MarketPlaceName": "sample string 2",
    "MarketPlaceId": 1,
    "AccountId": 1,
    "OrderId": 3,
    "OrderItemId": 4,
    "CreatedDate": "2025-08-02T22:22:24.65126+03:00",
    "UserStoreApiId": 1,
    "ShippingDate": "2025-08-02T22:22:24.65126+03:00",
    "OrderShipmentDiffHour": 1,
    "SellerInvoiceAmount": 1.0,
    "Commission": 1.0,
    "InvoiceType": 1,
    "ShipmenCompanyCampaignNumber": "sample string 5",
    "ProductId": 1,
    "ProductTitle": "sample string 6",
    "ProductSellerCode": "sample string 7",
    "SellerStockCode": "sample string 8",
    "CargoPayment": "sample string 9",
    "CityId": 1,
    "City": "sample string 10",
    "District": "sample string 11",
    "CategoryId": 1,
    "CategoryName": "sample string 12",
    "BuyerName": "sample string 13",
    "BuyerEmail": "sample string 14",
    "ShipmentFullName": "sample string 15",
    "ShipmentAddress": "sample string 16",
    "ShipmentNeighborHood": "sample string 17",
    "ShipmentPostalCode": "sample string 18",
    "ShipmentTaxId": "sample string 19",
    "ShipmentCitizenshipId": "sample string 20",
    "ShipmentGsm": "sample string 21"
  },
  {
    "Quantity": 1,
    "MarketOrderId": "sample string 1",
    "MarketPlaceName": "sample string 2",
    "MarketPlaceId": 1,
    "AccountId": 1,
    "OrderId": 3,
    "OrderItemId": 4,
    "CreatedDate": "2025-08-02T22:22:24.65126+03:00",
    "UserStoreApiId": 1,
    "ShippingDate": "2025-08-02T22:22:24.65126+03:00",
    "OrderShipmentDiffHour": 1,
    "SellerInvoiceAmount": 1.0,
    "Commission": 1.0,
    "InvoiceType": 1,
    "ShipmenCompanyCampaignNumber": "sample string 5",
    "ProductId": 1,
    "ProductTitle": "sample string 6",
    "ProductSellerCode": "sample string 7",
    "SellerStockCode": "sample string 8",
    "CargoPayment": "sample string 9",
    "CityId": 1,
    "City": "sample string 10",
    "District": "sample string 11",
    "CategoryId": 1,
    "CategoryName": "sample string 12",
    "BuyerName": "sample string 13",
    "BuyerEmail": "sample string 14",
    "ShipmentFullName": "sample string 15",
    "ShipmentAddress": "sample string 16",
    "ShipmentNeighborHood": "sample string 17",
    "ShipmentPostalCode": "sample string 18",
    "ShipmentTaxId": "sample string 19",
    "ShipmentCitizenshipId": "sample string 20",
    "ShipmentGsm": "sample string 21"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwEntSalesAnalysis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models">
  <VwEntSalesAnalysis>
    <AccountId>1</AccountId>
    <BuyerEmail>sample string 14</BuyerEmail>
    <BuyerName>sample string 13</BuyerName>
    <CargoPayment>sample string 9</CargoPayment>
    <CategoryId>1</CategoryId>
    <CategoryName>sample string 12</CategoryName>
    <City>sample string 10</City>
    <CityId>1</CityId>
    <Commission>1</Commission>
    <CreatedDate>2025-08-02T22:22:24.65126+03:00</CreatedDate>
    <District>sample string 11</District>
    <InvoiceType>1</InvoiceType>
    <MarketOrderId>sample string 1</MarketOrderId>
    <MarketPlaceId>1</MarketPlaceId>
    <MarketPlaceName>sample string 2</MarketPlaceName>
    <OrderId>3</OrderId>
    <OrderItemId>4</OrderItemId>
    <OrderShipmentDiffHour>1</OrderShipmentDiffHour>
    <ProductId>1</ProductId>
    <ProductSellerCode>sample string 7</ProductSellerCode>
    <ProductTitle>sample string 6</ProductTitle>
    <Quantity>1</Quantity>
    <SellerInvoiceAmount>1</SellerInvoiceAmount>
    <SellerStockCode>sample string 8</SellerStockCode>
    <ShipmenCompanyCampaignNumber>sample string 5</ShipmenCompanyCampaignNumber>
    <ShipmentAddress>sample string 16</ShipmentAddress>
    <ShipmentCitizenshipId>sample string 20</ShipmentCitizenshipId>
    <ShipmentFullName>sample string 15</ShipmentFullName>
    <ShipmentGsm>sample string 21</ShipmentGsm>
    <ShipmentNeighborHood>sample string 17</ShipmentNeighborHood>
    <ShipmentPostalCode>sample string 18</ShipmentPostalCode>
    <ShipmentTaxId>sample string 19</ShipmentTaxId>
    <ShippingDate>2025-08-02T22:22:24.65126+03:00</ShippingDate>
    <UserStoreApiId>1</UserStoreApiId>
  </VwEntSalesAnalysis>
  <VwEntSalesAnalysis>
    <AccountId>1</AccountId>
    <BuyerEmail>sample string 14</BuyerEmail>
    <BuyerName>sample string 13</BuyerName>
    <CargoPayment>sample string 9</CargoPayment>
    <CategoryId>1</CategoryId>
    <CategoryName>sample string 12</CategoryName>
    <City>sample string 10</City>
    <CityId>1</CityId>
    <Commission>1</Commission>
    <CreatedDate>2025-08-02T22:22:24.65126+03:00</CreatedDate>
    <District>sample string 11</District>
    <InvoiceType>1</InvoiceType>
    <MarketOrderId>sample string 1</MarketOrderId>
    <MarketPlaceId>1</MarketPlaceId>
    <MarketPlaceName>sample string 2</MarketPlaceName>
    <OrderId>3</OrderId>
    <OrderItemId>4</OrderItemId>
    <OrderShipmentDiffHour>1</OrderShipmentDiffHour>
    <ProductId>1</ProductId>
    <ProductSellerCode>sample string 7</ProductSellerCode>
    <ProductTitle>sample string 6</ProductTitle>
    <Quantity>1</Quantity>
    <SellerInvoiceAmount>1</SellerInvoiceAmount>
    <SellerStockCode>sample string 8</SellerStockCode>
    <ShipmenCompanyCampaignNumber>sample string 5</ShipmenCompanyCampaignNumber>
    <ShipmentAddress>sample string 16</ShipmentAddress>
    <ShipmentCitizenshipId>sample string 20</ShipmentCitizenshipId>
    <ShipmentFullName>sample string 15</ShipmentFullName>
    <ShipmentGsm>sample string 21</ShipmentGsm>
    <ShipmentNeighborHood>sample string 17</ShipmentNeighborHood>
    <ShipmentPostalCode>sample string 18</ShipmentPostalCode>
    <ShipmentTaxId>sample string 19</ShipmentTaxId>
    <ShippingDate>2025-08-02T22:22:24.65126+03:00</ShippingDate>
    <UserStoreApiId>1</UserStoreApiId>
  </VwEntSalesAnalysis>
</ArrayOfVwEntSalesAnalysis>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Collection of VwEntSalesAnalysis
NameDescriptionTypeAdditional information
Quantity

integer

None.

MarketOrderId

string

None.

MarketPlaceName

string

None.

MarketPlaceId

integer

None.

AccountId

integer

None.

OrderId

integer

None.

OrderItemId

integer

None.

CreatedDate

date

None.

UserStoreApiId

integer

None.

ShippingDate

date

None.

OrderShipmentDiffHour

integer

None.

SellerInvoiceAmount

decimal number

None.

Commission

decimal number

None.

InvoiceType

integer

None.

ShipmenCompanyCampaignNumber

string

None.

ProductId

integer

None.

ProductTitle

string

None.

ProductSellerCode

string

None.

SellerStockCode

string

None.

CargoPayment

string

None.

CityId

integer

None.

City

string

None.

District

string

None.

CategoryId

integer

None.

CategoryName

string

None.

BuyerName

string

None.

BuyerEmail

string

None.

ShipmentFullName

string

None.

ShipmentAddress

string

None.

ShipmentNeighborHood

string

None.

ShipmentPostalCode

string

None.

ShipmentTaxId

string

None.

ShipmentCitizenshipId

string

None.

ShipmentGsm

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Quantity": 1,
    "MarketOrderId": "sample string 1",
    "MarketPlaceName": "sample string 2",
    "MarketPlaceId": 1,
    "AccountId": 1,
    "OrderId": 3,
    "OrderItemId": 4,
    "CreatedDate": "2025-08-02T22:22:24.7293318+03:00",
    "UserStoreApiId": 1,
    "ShippingDate": "2025-08-02T22:22:24.7293318+03:00",
    "OrderShipmentDiffHour": 1,
    "SellerInvoiceAmount": 1.0,
    "Commission": 1.0,
    "InvoiceType": 1,
    "ShipmenCompanyCampaignNumber": "sample string 5",
    "ProductId": 1,
    "ProductTitle": "sample string 6",
    "ProductSellerCode": "sample string 7",
    "SellerStockCode": "sample string 8",
    "CargoPayment": "sample string 9",
    "CityId": 1,
    "City": "sample string 10",
    "District": "sample string 11",
    "CategoryId": 1,
    "CategoryName": "sample string 12",
    "BuyerName": "sample string 13",
    "BuyerEmail": "sample string 14",
    "ShipmentFullName": "sample string 15",
    "ShipmentAddress": "sample string 16",
    "ShipmentNeighborHood": "sample string 17",
    "ShipmentPostalCode": "sample string 18",
    "ShipmentTaxId": "sample string 19",
    "ShipmentCitizenshipId": "sample string 20",
    "ShipmentGsm": "sample string 21"
  },
  {
    "Quantity": 1,
    "MarketOrderId": "sample string 1",
    "MarketPlaceName": "sample string 2",
    "MarketPlaceId": 1,
    "AccountId": 1,
    "OrderId": 3,
    "OrderItemId": 4,
    "CreatedDate": "2025-08-02T22:22:24.7293318+03:00",
    "UserStoreApiId": 1,
    "ShippingDate": "2025-08-02T22:22:24.7293318+03:00",
    "OrderShipmentDiffHour": 1,
    "SellerInvoiceAmount": 1.0,
    "Commission": 1.0,
    "InvoiceType": 1,
    "ShipmenCompanyCampaignNumber": "sample string 5",
    "ProductId": 1,
    "ProductTitle": "sample string 6",
    "ProductSellerCode": "sample string 7",
    "SellerStockCode": "sample string 8",
    "CargoPayment": "sample string 9",
    "CityId": 1,
    "City": "sample string 10",
    "District": "sample string 11",
    "CategoryId": 1,
    "CategoryName": "sample string 12",
    "BuyerName": "sample string 13",
    "BuyerEmail": "sample string 14",
    "ShipmentFullName": "sample string 15",
    "ShipmentAddress": "sample string 16",
    "ShipmentNeighborHood": "sample string 17",
    "ShipmentPostalCode": "sample string 18",
    "ShipmentTaxId": "sample string 19",
    "ShipmentCitizenshipId": "sample string 20",
    "ShipmentGsm": "sample string 21"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwEntSalesAnalysis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models">
  <VwEntSalesAnalysis>
    <AccountId>1</AccountId>
    <BuyerEmail>sample string 14</BuyerEmail>
    <BuyerName>sample string 13</BuyerName>
    <CargoPayment>sample string 9</CargoPayment>
    <CategoryId>1</CategoryId>
    <CategoryName>sample string 12</CategoryName>
    <City>sample string 10</City>
    <CityId>1</CityId>
    <Commission>1</Commission>
    <CreatedDate>2025-08-02T22:22:24.7293318+03:00</CreatedDate>
    <District>sample string 11</District>
    <InvoiceType>1</InvoiceType>
    <MarketOrderId>sample string 1</MarketOrderId>
    <MarketPlaceId>1</MarketPlaceId>
    <MarketPlaceName>sample string 2</MarketPlaceName>
    <OrderId>3</OrderId>
    <OrderItemId>4</OrderItemId>
    <OrderShipmentDiffHour>1</OrderShipmentDiffHour>
    <ProductId>1</ProductId>
    <ProductSellerCode>sample string 7</ProductSellerCode>
    <ProductTitle>sample string 6</ProductTitle>
    <Quantity>1</Quantity>
    <SellerInvoiceAmount>1</SellerInvoiceAmount>
    <SellerStockCode>sample string 8</SellerStockCode>
    <ShipmenCompanyCampaignNumber>sample string 5</ShipmenCompanyCampaignNumber>
    <ShipmentAddress>sample string 16</ShipmentAddress>
    <ShipmentCitizenshipId>sample string 20</ShipmentCitizenshipId>
    <ShipmentFullName>sample string 15</ShipmentFullName>
    <ShipmentGsm>sample string 21</ShipmentGsm>
    <ShipmentNeighborHood>sample string 17</ShipmentNeighborHood>
    <ShipmentPostalCode>sample string 18</ShipmentPostalCode>
    <ShipmentTaxId>sample string 19</ShipmentTaxId>
    <ShippingDate>2025-08-02T22:22:24.7293318+03:00</ShippingDate>
    <UserStoreApiId>1</UserStoreApiId>
  </VwEntSalesAnalysis>
  <VwEntSalesAnalysis>
    <AccountId>1</AccountId>
    <BuyerEmail>sample string 14</BuyerEmail>
    <BuyerName>sample string 13</BuyerName>
    <CargoPayment>sample string 9</CargoPayment>
    <CategoryId>1</CategoryId>
    <CategoryName>sample string 12</CategoryName>
    <City>sample string 10</City>
    <CityId>1</CityId>
    <Commission>1</Commission>
    <CreatedDate>2025-08-02T22:22:24.7293318+03:00</CreatedDate>
    <District>sample string 11</District>
    <InvoiceType>1</InvoiceType>
    <MarketOrderId>sample string 1</MarketOrderId>
    <MarketPlaceId>1</MarketPlaceId>
    <MarketPlaceName>sample string 2</MarketPlaceName>
    <OrderId>3</OrderId>
    <OrderItemId>4</OrderItemId>
    <OrderShipmentDiffHour>1</OrderShipmentDiffHour>
    <ProductId>1</ProductId>
    <ProductSellerCode>sample string 7</ProductSellerCode>
    <ProductTitle>sample string 6</ProductTitle>
    <Quantity>1</Quantity>
    <SellerInvoiceAmount>1</SellerInvoiceAmount>
    <SellerStockCode>sample string 8</SellerStockCode>
    <ShipmenCompanyCampaignNumber>sample string 5</ShipmenCompanyCampaignNumber>
    <ShipmentAddress>sample string 16</ShipmentAddress>
    <ShipmentCitizenshipId>sample string 20</ShipmentCitizenshipId>
    <ShipmentFullName>sample string 15</ShipmentFullName>
    <ShipmentGsm>sample string 21</ShipmentGsm>
    <ShipmentNeighborHood>sample string 17</ShipmentNeighborHood>
    <ShipmentPostalCode>sample string 18</ShipmentPostalCode>
    <ShipmentTaxId>sample string 19</ShipmentTaxId>
    <ShippingDate>2025-08-02T22:22:24.7293318+03:00</ShippingDate>
    <UserStoreApiId>1</UserStoreApiId>
  </VwEntSalesAnalysis>
</ArrayOfVwEntSalesAnalysis>