Info
  • Web service URL: https://api.innoship.com/api/Order

Similar with an Order request, with the below mandatory specifications


Name
Type
Description
ShipmentDate
DateTime

ShipmentDateEnd
DateTime
pick-up will be requested from ShipmentDate to ShipmentDateEnd
AddressFrom
Address[]
pick-up address details
Payment
string
in most cases "Recipient"


Example Request:

{
  "ServiceId": 1,
  "ShipmentDate": "2022-04-01T00:00:00+00:00",
  "ShipmentDateEnd": "2022-04-01T00:00:00+00:00",
  "AddressFrom": {
    "Name": "TEST TEST",
    "ContactPerson": "Testing Ion",
    "Country": "RO",
    "CountyName": "Bucuresti",
    "LocalityName": "Bucuresti",
    "AddressText": "Str. null, Nr. null, Bl. null, Et. null",
    "Phone": "0741981555"
  },
  "Payment": 2,
  "Content": {
    "EnvelopeCount": 0,
    "ParcelsCount": 1,
    "PalettesCount": 0,
    "TotalWeight": 1,
    "Contents": "GARANTIE",
    "OversizedPackage": false,
    "Parcels": [
      {
        "SequenceNo": 1,
        "Size": {
          "Width": 20,
          "Height": 10,
          "Length": 20
        },
        "Weight": 1,
        "Type": 2,
        "Reference1": "GARANTIE"
      }
    ]
  },
  "Extra": {
    "DeclaredValueAmount": 0,
    "OpenPackage": false,
    "SaturdayDelivery": false,
    "ReturnOfDocuments": false,
    "ReturnPackage": false
  },
  "Parameters": {
    "Async": true,
    "GetParcelsBarcodes": false,
    "IncludeCourierResponse": false,
    "IncludePriceBreakdown": false
  },
  "ExternalClientLocation": "RO",
  "Observation": "TEST TEST TEST"
}