Sipariş Listesi | Order List
POST
http://yourdomain/MaxiApi/Order/GetOrderList
Talep Parametresi | Request Parameter
| ParametreParameter | TipType | AçıklamaDescription | |||||||
|---|---|---|---|---|---|---|---|---|---|
| FirmNr | int | Logo Firma NumarasıLogo Firm Number | |||||||
| PeriodNr | int | Logo Firma Dönem NumarasıLogo Firm Term Number | |||||||
| Filter |
Filtre Filter
|
||||||||
Geri Bildirim Parametreleri | Response Parameters
| ParametreParameter | TipType | AçıklamaDescription | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GetStatus | bool | API Erişim DurumuApi Access Status | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GetMessage | string | Genel Bilgi MesajıGeneral Information Message | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Responseline | List |
Sipariş Listesi Order List
|
İndirim Parametreleri | Discount Parameters
| ParametreParameter | TipType | AçıklamaDescription | |||||||
|---|---|---|---|---|---|---|---|---|---|
| DiscountType | int |
Oransal/Tutarsal İndirim Proportional/Amount Discount
|
|||||||
| DiscountRate | decimal | İndirim OranıDiscount Rate | |||||||
| DiscountTotal | decimal | İndirim TutarıDiscount Amount | |||||||
Örnek (JSON) | Example (JSON)
Request
{
"FirmNr": 1,
"PeriodNr": 1,
"Filter":
{
"StartDate" : "2023-01-01",
"EndDate" : "2023-12-30"
}
}
Response
{
"GetStatus": true,
"GetMessage": "Kayıtlar Bulundu",
"Responseline": [
{
"OrderLogRef": 101460,
"OrderNo": "FF008999",
"SpecialCode": "AACE",
"GenExp1": "Genele Açıklama 1",
"GenExp2": "",
"Date": "2023-12-09T00:00:00",
"ClientCode": "120-03-01",
"DocumentCode": "",
"Total": 2851233.23015062,
"GrossTotal": 5027082.67403271,
"TotalDiscount": 2175849.44388209,
"TotalVat": 0.0,
"WareHouse": "3",
"OrderType": 1,
"OrderStatus": 4,
"CreatedDate": "08-12-2023 09:24:37",
"ModifiedDate": "08-12-2023 10:15:59",
"Lines": [
{
"OrderLineLogRef": 1791869,
"Type": 0,
"Code": "XXXX.XXXX",
"Name": "Malzeme Adı",
"Specode": "",
"Quantity": 357.5,
"UnitCode": "МТ",
"Price": 2327.485380117,
"DiscountTotal": 382754.970760234,
"LineNet": 449321.052631579,
"Vat": 0.0,
"VatAmount": 0.0,
"WareHouse": "3",
"LineDiscounts": [
{
"DiscountType": 0,
"DiscountRate": 40.00000000,
"DiscountTotal": 332830.40935673
},
{
"DiscountType": 0,
"DiscountRate": 10.00000000,
"DiscountTotal": 49924.56140351
}
]
}
],
"FicheGeneralDiscounts": [
{
"DiscountType": 0,
"DiscountRate": 30,
"DiscountTotal": 250000.00
}
]
}
]
}