POST api/BoombinereAddShipment

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TokenKey": "6c418824-2f6a-44f4-85de-7cf25c3ab8b1",
  "BoomexCustomerId": 2,
  "Name": "sample string 3",
  "Surname": "sample string 4",
  "PhoneNumber": "sample string 5",
  "MobilePhoneNumber": "sample string 6",
  "FreeFormatAddress": "sample string 7",
  "TargetCountyId": 8,
  "OriginCountyId": 9,
  "Weight": 10.1,
  "Quantity": 11,
  "CustomerSidePackageId": "sample string 12",
  "CustomerSideShipDate": "2026-01-18T09:51:18.1885133+03:00",
  "CustomerSideService": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "ErrorType": 1,
  "Result": {
    "TrackingCode": "sample string 1",
    "Barcodes": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  }
}