GET api/Orders

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

FactorJoinView
NameDescriptionTypeAdditional information
Id

integer

None.

FactorType

FactorType

None.

Price

integer

None.

TransferPrice

integer

None.

Cancel

boolean

None.

CanConvetOnline

boolean

None.

Date

date

None.

DeliveryTime

date

None.

PaymentState

PaymentState

None.

TrackingCode

string

None.

SendType

integer

None.

PaymentType

integer

None.

OffPrice

integer

None.

SpDiscountPrice

integer

None.

Status

string

None.

StatusColor

string

None.

Description

string

None.

FactorState

FactorJoinState

None.

TrackingUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FactorType": 0,
  "Price": 2,
  "TransferPrice": 3,
  "Cancel": true,
  "CanConvetOnline": true,
  "Date": "2026-01-31T00:42:04.8376576+03:30",
  "DeliveryTime": "2026-01-31T00:42:04.8376576+03:30",
  "PaymentState": 0,
  "TrackingCode": "sample string 7",
  "SendType": 8,
  "PaymentType": 9,
  "OffPrice": 10,
  "SpDiscountPrice": 11,
  "Status": "sample string 12",
  "StatusColor": "sample string 13",
  "Description": "sample string 14",
  "FactorState": 0,
  "TrackingUrl": "sample string 15"
}

application/xml, text/xml

Sample:
<FactorJoinView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MohtashamApi.ModelView">
  <CanConvetOnline>true</CanConvetOnline>
  <Cancel>true</Cancel>
  <Date>2026-01-31T00:42:04.8376576+03:30</Date>
  <DeliveryTime>2026-01-31T00:42:04.8376576+03:30</DeliveryTime>
  <Description>sample string 14</Description>
  <FactorState>AddToBasket</FactorState>
  <FactorType>Product</FactorType>
  <Id>1</Id>
  <OffPrice>10</OffPrice>
  <PaymentState>Payed</PaymentState>
  <PaymentType>9</PaymentType>
  <Price>2</Price>
  <SendType>8</SendType>
  <SpDiscountPrice>11</SpDiscountPrice>
  <Status>sample string 12</Status>
  <StatusColor>sample string 13</StatusColor>
  <TrackingCode>sample string 7</TrackingCode>
  <TrackingUrl>sample string 15</TrackingUrl>
  <TransferPrice>3</TransferPrice>
</FactorJoinView>