POST api/hero/integration/IsAvailableToCreateBolToLogistic
Request Information
URI Parameters
None.
Body Parameters
CreateBolToLogisticPortalIsAvailable| Name | Description | Type | Additional information |
|---|---|---|---|
| BolType | BolType |
None. |
|
| RubiconBolNumber | string |
None. |
|
| RubiconVendorNumber | string |
None. |
|
| CustomerNumber | string |
None. |
|
| PickupType | RubiconBolShipType |
None. |
|
| DeliveryType | RubiconBolShipType |
None. |
|
| SiteFromCode | string |
Required |
|
| SiteToCode | string |
None. |
|
| BolCounterSiteFromCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BolType": 0,
"RubiconBolNumber": "sample string 1",
"RubiconVendorNumber": "sample string 2",
"CustomerNumber": "sample string 3",
"PickupType": 0,
"DeliveryType": 0,
"SiteFromCode": "sample string 4",
"SiteToCode": "sample string 5",
"BolCounterSiteFromCode": "sample string 6"
}
application/xml, text/xml
Sample:
<CreateBolToLogisticPortalIsAvailable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Server.Services.Api.Models"> <BolCounterSiteFromCode>sample string 6</BolCounterSiteFromCode> <BolType>NotApplicable</BolType> <CustomerNumber>sample string 3</CustomerNumber> <DeliveryType>NotApplicable</DeliveryType> <PickupType>NotApplicable</PickupType> <RubiconBolNumber>sample string 1</RubiconBolNumber> <RubiconVendorNumber>sample string 2</RubiconVendorNumber> <SiteFromCode>sample string 4</SiteFromCode> <SiteToCode>sample string 5</SiteToCode> </CreateBolToLogisticPortalIsAvailable>
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.