- changed Updated the ISSA parameter to GTIN in
GET /PNPurchase/GetRequisitionDetails
, GET /PNPurchase/GetNextRequisitionDetails
, PATCH /PNPurchase/UpdateOrderLines and POST /PNPurchase/ImportRequisitions
- changed Updated the
POST /api/LibraryParts
, PUT /api/LibraryParts
, POST /api/Parts/ImportVesselParts
, POST /api/Parts/ImportLibraryParts
, POST /api/Parts/LinkLibraryParts
, POST /api/Parts/UnlinkPartFromComponent
to allow link/unlink a component to a part based on the ComponentName
and ParentComponentName
.
- changed Extended the returned data for
GET /PNPurchase/GetRequisitionDetails
and GET /PNPurchase/GetNextRequisitionDetails
that includes now the Approvals
section for Purchase Order approvals.
- changed Extended the
GET /api/Users/GetUsers
, GET /api/Users/GetUsersWithRank/{rankName}
, GET /api/Users/GetUsersOnVessel/{vesselName}
, GET /api/Users/GetUser/{userName}
, POST /api/Users/Save
with SSOIdentifier
parameter.
- added Added a new method
GET /api/Reports/GetQHSEReports
to retrieve QHSE reports on a vessel.
- changed Extended the
GET /PNPurchase/GetRequisitionDetails
and GET /PNPurchase/GetNextRequisitionDetails
with RequisitionCreationDate
and OrderLineCreationDate
parameter.
- changed Renamed the
Date
parameter in GET /PNPurchase/GetRequisitionDetails
and GET /PNPurchase/GetNextRequisitionDetails
to PurchaseOrderCreationDate
parameter.
- added Added a new method
GET /api/CrewingRestHours
to retrieve crew members' rest hours.
- added Added a new method
GET /api/Voyages/GetVoyages
to retrieve all voyages from a vessel within a specified interval.
- changed Updated the
GET /api/Parts/GetPartsHistory
that can receive now the optional startDate
and endDate
parameters.
- changed Extended the returned data for
Purchase Orders
that includes now a boolean field AtExternalWarehouse
.
- changed Extended the returned data for
Price Quotation Freight Costs
that includes now the VatPrice
.
- changed Extended the returned data for
GET /api/Parts/GetPartsPerVessel
that includes now the IsLibraryPart
for library distributed parts.
- changed Updated the
GET /api/Parts/ImportVesselParts
to allow editing data for library distributed parts.