POST api/hero/integration/CreateBolToLogistic
Request Information
URI Parameters
None.
Body Parameters
CreateBolToLogisticPortal| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateLoad | boolean |
None. |
|
| CreateShipment | boolean |
None. |
|
| RubiconBolNumber | string |
None. |
|
| RubiconVendorNumber | string |
None. |
|
| CustomerNumber | string |
None. |
|
| PickupLocationId | integer |
None. |
|
| DeliveryLocationId | integer |
None. |
|
| SiteFromCode | string |
None. |
|
| BolCounterSiteFromCode | string |
None. |
|
| SiteToCode | string |
None. |
|
| PickupType | RubiconBolShipType |
None. |
|
| PickupDate | date |
Required |
|
| PickupComments | string |
None. |
|
| PickupAppointmentTimeType | AppointmentTimeType |
None. |
|
| PickupStartAppoint | date |
Data type: Time |
|
| PickupEndAppoint | date |
Data type: Time |
|
| DeliveryType | RubiconBolShipType |
None. |
|
| DeliveryDate | date |
Required |
|
| DeliveryComments | string |
None. |
|
| DeliveryAppointmentTimeType | AppointmentTimeType |
None. |
|
| DeliveryStartAppoint | date |
Data type: Time |
|
| DeliveryEndAppoint | date |
Data type: Time |
|
| PublicLoadNotes | string |
None. |
|
| PrivateLoadNotes | string |
None. |
|
| BolType | BolType |
None. |
|
| Weight | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreateLoad": true,
"CreateShipment": true,
"RubiconBolNumber": "sample string 3",
"RubiconVendorNumber": "sample string 4",
"CustomerNumber": "sample string 5",
"PickupLocationId": 1,
"DeliveryLocationId": 1,
"SiteFromCode": "sample string 6",
"BolCounterSiteFromCode": "sample string 7",
"SiteToCode": "sample string 8",
"PickupType": 0,
"PickupDate": "2025-11-06T19:07:17.7756955-05:00",
"PickupComments": "sample string 9",
"PickupAppointmentTimeType": 1,
"PickupStartAppoint": "2025-11-06T19:07:17.7756955-05:00",
"PickupEndAppoint": "2025-11-06T19:07:17.7756955-05:00",
"DeliveryType": 0,
"DeliveryDate": "2025-11-06T19:07:17.7756955-05:00",
"DeliveryComments": "sample string 10",
"DeliveryAppointmentTimeType": 1,
"DeliveryStartAppoint": "2025-11-06T19:07:17.7756955-05:00",
"DeliveryEndAppoint": "2025-11-06T19:07:17.7762034-05:00",
"PublicLoadNotes": "sample string 11",
"PrivateLoadNotes": "sample string 12",
"BolType": 0,
"Weight": 1.0
}
application/xml, text/xml
Sample:
<CreateBolToLogisticPortal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Server.Services.Api.Models"> <BolCounterSiteFromCode>sample string 7</BolCounterSiteFromCode> <BolType>NotApplicable</BolType> <CreateLoad>true</CreateLoad> <CreateShipment>true</CreateShipment> <CustomerNumber>sample string 5</CustomerNumber> <DeliveryAppointmentTimeType>NotApplicable</DeliveryAppointmentTimeType> <DeliveryComments>sample string 10</DeliveryComments> <DeliveryDate>2025-11-06T19:07:17.7756955-05:00</DeliveryDate> <DeliveryEndAppoint>2025-11-06T19:07:17.7762034-05:00</DeliveryEndAppoint> <DeliveryLocationId>1</DeliveryLocationId> <DeliveryStartAppoint>2025-11-06T19:07:17.7756955-05:00</DeliveryStartAppoint> <DeliveryType>NotApplicable</DeliveryType> <PickupAppointmentTimeType>NotApplicable</PickupAppointmentTimeType> <PickupComments>sample string 9</PickupComments> <PickupDate>2025-11-06T19:07:17.7756955-05:00</PickupDate> <PickupEndAppoint>2025-11-06T19:07:17.7756955-05:00</PickupEndAppoint> <PickupLocationId>1</PickupLocationId> <PickupStartAppoint>2025-11-06T19:07:17.7756955-05:00</PickupStartAppoint> <PickupType>NotApplicable</PickupType> <PrivateLoadNotes>sample string 12</PrivateLoadNotes> <PublicLoadNotes>sample string 11</PublicLoadNotes> <RubiconBolNumber>sample string 3</RubiconBolNumber> <RubiconVendorNumber>sample string 4</RubiconVendorNumber> <SiteFromCode>sample string 6</SiteFromCode> <SiteToCode>sample string 8</SiteToCode> <Weight>1</Weight> </CreateBolToLogisticPortal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.