POST api/BaoHuo?OrderID={OrderID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | globally unique identifier |
Required |
Body Parameters
BHDeliveryOrderVMDtl| Name | Description | Type | Additional information |
|---|---|---|---|
| TID | globally unique identifier |
None. |
|
| OrderID | globally unique identifier |
None. |
|
| ProductID | globally unique identifier |
None. |
|
| ProductName | string |
None. |
|
| Sort | integer |
None. |
|
| Count | decimal number |
None. |
|
| ProductUnit | string |
None. |
|
| Spec | string |
None. |
|
| StandardSalePrice | decimal number |
None. |
|
| ApprovalDiscount | decimal number |
None. |
|
| OutProvincePriceIncrease | decimal number |
None. |
|
| SelfPickUpPriceReduction | decimal number |
None. |
|
| SalesPremium | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| Sum | decimal number |
None. |
|
| UseTypeKey | string |
None. |
|
| Remark | string |
None. |
|
| CarriageRatio | decimal number |
None. |
|
| ExcludeCarriageAmount | decimal number |
None. |
|
| Weight | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"TID": "e9c0b871-3d9c-4f30-a135-44a5f98f8a15",
"OrderID": "fc75f05f-6dea-4948-9c60-214d3910dd7a",
"ProductID": "975b33a4-30db-4db7-9216-3937befb6879",
"ProductName": "sample string 1",
"Sort": 2,
"Count": 1.0,
"ProductUnit": "sample string 3",
"Spec": "sample string 4",
"StandardSalePrice": 1.0,
"ApprovalDiscount": 1.0,
"OutProvincePriceIncrease": 1.0,
"SelfPickUpPriceReduction": 1.0,
"SalesPremium": 1.0,
"Price": 1.0,
"Sum": 1.0,
"UseTypeKey": "sample string 5",
"Remark": "sample string 6",
"CarriageRatio": 7.0,
"ExcludeCarriageAmount": 8.0,
"Weight": 1.0
}
application/xml, text/xml
Sample:
<BHDeliveryOrderVMDtl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <ApprovalDiscount>1</ApprovalDiscount> <CarriageRatio>7</CarriageRatio> <Count>1</Count> <ExcludeCarriageAmount>8</ExcludeCarriageAmount> <OrderID>fc75f05f-6dea-4948-9c60-214d3910dd7a</OrderID> <OutProvincePriceIncrease>1</OutProvincePriceIncrease> <Price>1</Price> <ProductID>975b33a4-30db-4db7-9216-3937befb6879</ProductID> <ProductName>sample string 1</ProductName> <ProductUnit>sample string 3</ProductUnit> <Remark>sample string 6</Remark> <SalesPremium>1</SalesPremium> <SelfPickUpPriceReduction>1</SelfPickUpPriceReduction> <Sort>2</Sort> <Spec>sample string 4</Spec> <StandardSalePrice>1</StandardSalePrice> <Sum>1</Sum> <TID>e9c0b871-3d9c-4f30-a135-44a5f98f8a15</TID> <UseTypeKey>sample string 5</UseTypeKey> <Weight>1</Weight> </BHDeliveryOrderVMDtl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TS34_DeliveryOrderDetailInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| TID | globally unique identifier |
None. |
|
| DomainID | globally unique identifier |
None. |
|
| LastUpdatePersonID | string |
None. |
|
| LastUpdateAccountID | string |
None. |
|
| LastUpdateDateTime | date |
None. |
|
| CreatePersonID | string |
None. |
|
| CreateAccountID | string |
None. |
|
| CreateDateTime | date |
None. |
|
| IsDelete | boolean |
None. |
|
| OrderID | globally unique identifier |
None. |
|
| ProductID | globally unique identifier |
None. |
|
| ProductName | string |
None. |
|
| Count | decimal number |
None. |
|
| ProductUnit | string |
None. |
|
| Price | decimal number |
None. |
|
| Spec | string |
None. |
|
| Sum | decimal number |
None. |
|
| UseTypeKey | string |
None. |
|
| SalePromotionID | globally unique identifier |
None. |
|
| StockSatus | string |
None. |
|
| Sort | integer |
None. |
|
| SyncID | globally unique identifier |
None. |
|
| Remark | string |
None. |
|
| Manufacture | date |
None. |
|
| Batch | string |
None. |
|
| WarehouseId | globally unique identifier |
None. |
|
| WarehouseName | string |
None. |
|
| CountSubTotal | string |
None. |
|
| CostPrice | decimal number |
None. |
|
| ApprovalDiscount | decimal number |
None. |
|
| OutProvincePriceIncrease | decimal number |
None. |
|
| SelfPickUpPriceReduction | decimal number |
None. |
|
| SalesPremium | decimal number |
None. |
|
| StandardSalePrice | decimal number |
None. |
|
| Privilege | decimal number |
None. |
|
| CarriageRatio | decimal number |
None. |
|
| ExcludeCarriageAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"TID": "9256f2fc-08da-49c0-ac6d-3c756e6642fb",
"DomainID": "bd21794f-7f81-4858-8dc0-137d0a8c2b82",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:43:38",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:43:38",
"IsDelete": true,
"OrderID": "f51c63bd-3dca-4a73-8890-1ae312000e9a",
"ProductID": "3e439d5f-f0ad-44e6-a671-973c4e3f1497",
"ProductName": "sample string 5",
"Count": 1.0,
"ProductUnit": "sample string 6",
"Price": 1.0,
"Spec": "sample string 7",
"Sum": 1.0,
"UseTypeKey": "sample string 8",
"SalePromotionID": "8ec31922-12ad-4a8d-a938-6e959e109f0a",
"StockSatus": "sample string 9",
"Sort": 1,
"SyncID": "37be9e3c-c05c-43b5-991e-a208289f0748",
"Remark": "sample string 10",
"Manufacture": "2025-12-17 05:43:38",
"Batch": "sample string 11",
"WarehouseId": "a499561c-2af4-4a26-bea1-48906639d05d",
"WarehouseName": "sample string 12",
"CountSubTotal": "sample string 13",
"CostPrice": 1.0,
"ApprovalDiscount": 1.0,
"OutProvincePriceIncrease": 1.0,
"SelfPickUpPriceReduction": 1.0,
"SalesPremium": 1.0,
"StandardSalePrice": 1.0,
"Privilege": 1.0,
"CarriageRatio": 1.0,
"ExcludeCarriageAmount": 1.0
}
application/xml, text/xml
Sample:
<TS34_DeliveryOrderDetailInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <ApprovalDiscount>1</ApprovalDiscount> <Batch>sample string 11</Batch> <CarriageRatio>1</CarriageRatio> <CostPrice>1</CostPrice> <Count>1</Count> <CountSubTotal>sample string 13</CountSubTotal> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-17T05:43:38.4350219+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DomainID>bd21794f-7f81-4858-8dc0-137d0a8c2b82</DomainID> <ExcludeCarriageAmount>1</ExcludeCarriageAmount> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-17T05:43:38.4350219+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <Manufacture>2025-12-17T05:43:38.4360335+08:00</Manufacture> <OrderID>f51c63bd-3dca-4a73-8890-1ae312000e9a</OrderID> <OutProvincePriceIncrease>1</OutProvincePriceIncrease> <Price>1</Price> <Privilege>1</Privilege> <ProductID>3e439d5f-f0ad-44e6-a671-973c4e3f1497</ProductID> <ProductName>sample string 5</ProductName> <ProductUnit>sample string 6</ProductUnit> <Remark>sample string 10</Remark> <SalePromotionID>8ec31922-12ad-4a8d-a938-6e959e109f0a</SalePromotionID> <SalesPremium>1</SalesPremium> <SelfPickUpPriceReduction>1</SelfPickUpPriceReduction> <Sort>1</Sort> <Spec>sample string 7</Spec> <StandardSalePrice>1</StandardSalePrice> <StockSatus>sample string 9</StockSatus> <Sum>1</Sum> <SyncID>37be9e3c-c05c-43b5-991e-a208289f0748</SyncID> <TID>9256f2fc-08da-49c0-ac6d-3c756e6642fb</TID> <UseTypeKey>sample string 8</UseTypeKey> <WarehouseId>a499561c-2af4-4a26-bea1-48906639d05d</WarehouseId> <WarehouseName>sample string 12</WarehouseName> </TS34_DeliveryOrderDetailInfo>