Sage.PL.WebAPI.Interface.Orders.Interfaces Namespace > IOrdersController Interface > IOrdersController Methods > GetStatus Method 

Drukuj

.NET Framework Class Library

IOrdersController.GetStatus Method

Overload List

 

Name

Description

Public method

GetStatus(Int32)

Metoda umożliwia pobranie statusu zamówienia obcego o podanym id.

[GET] /api/Orders/Status?orderId=id_zamówienia

Public method

GetStatus(String, Boolean)

Metoda umożliwia pobranie statusu zamówienia obcego o podanym numerze dokumentu.

[GET] /api/Orders/Status?orderNumber=numer_zamówienia&buffer=czy_w_buforze

See Also

IOrdersController Interface

IOrdersController Members

Sage.PL.WebAPI.Interface.Orders.Interfaces Namespace