public static final class CreatePickUpWaybillPreQueryRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePickUpWaybillPreQueryRequest |
build() |
CreatePickUpWaybillPreQueryRequest.Builder |
consigneeInfo(CreatePickUpWaybillPreQueryRequest.ConsigneeInfo consigneeInfo)
The consignee information.
|
CreatePickUpWaybillPreQueryRequest.Builder |
contentType(String contentType)
The content type of the HTTP request.
|
CreatePickUpWaybillPreQueryRequest.Builder |
cpCode(String cpCode)
The code of the courier company.
|
CreatePickUpWaybillPreQueryRequest.Builder |
orderChannels(String orderChannels)
The identifier of the external channel source.
|
CreatePickUpWaybillPreQueryRequest.Builder |
outerOrderCode(String outerOrderCode)
The order number of the access system.
|
CreatePickUpWaybillPreQueryRequest.Builder |
preWeight(String preWeight)
The estimated weight.
|
CreatePickUpWaybillPreQueryRequest.Builder |
senderInfo(CreatePickUpWaybillPreQueryRequest.SenderInfo senderInfo)
The sender information.
|
public CreatePickUpWaybillPreQueryRequest.Builder consigneeInfo(CreatePickUpWaybillPreQueryRequest.ConsigneeInfo consigneeInfo)
The consignee information.
This parameter is required.
public CreatePickUpWaybillPreQueryRequest.Builder contentType(String contentType)
The content type of the HTTP request. This parameter is optional. If you specify this parameter, enter application/json;chatset=UTF-8.
example:application/json;chatset=UTF-8
public CreatePickUpWaybillPreQueryRequest.Builder cpCode(String cpCode)
The code of the courier company. If no courier company is specified, the system allocates a courier company.
example:YTO
public CreatePickUpWaybillPreQueryRequest.Builder orderChannels(String orderChannels)
The identifier of the external channel source. It cannot contain underscores.
This parameter is required.
example:Test
public CreatePickUpWaybillPreQueryRequest.Builder outerOrderCode(String outerOrderCode)
The order number of the access system.
example:787DFHHDS989****
public CreatePickUpWaybillPreQueryRequest.Builder preWeight(String preWeight)
The estimated weight. Unit: gram.
example:If you need to query the estimated price, this parameter is required.
2000
public CreatePickUpWaybillPreQueryRequest.Builder senderInfo(CreatePickUpWaybillPreQueryRequest.SenderInfo senderInfo)
The sender information.
This parameter is required.
public CreatePickUpWaybillPreQueryRequest build()
Copyright © 2025. All rights reserved.