List BusinessBill


POST http://openapi.ck1info.com/v1/Bills/BusinessBill
Description: List BusinessBill
Http 200 - OK
Http 201 - Created
Http 401 - Unauthorized
Http 404 - Not found
Http 400 - Bad Request
Http 500 - Server Error
Http 412 - Precondition failed

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
Time BusinessBillTime

None.

Required

Time

PageSize integer

Range: between 1 and 200

Required

10

PageIndex integer

Range: between 1 and 200

Required

1

TransactionId string

String length: between 0 and 20

3125578523

OrderId string

String length: between 0 and 20

E5VR17061900306

Ck1PackageId string

String length: between 0 and 50

OTX170621NIK000006

ProductTypeCode string

String length: between 0 and 20

NJRLS

Currency string

String length: between 0 and 3

USD

WarehouseId string

String length: between 0 and 20

NJ

ProductCategoryCode string

String length: between 0 and 20

Outbound

ProductCategoryName string

String length: between 0 and 20

二程

ProductTypeName string

String length: between 0 and 20

美国本地经济派送挂号

BusinessTypeName string

String length: between 0 and 20

补收

CostCategoryName string

String length: between 0 and 20

附加费

CostTypeName string

String length: between 0 and 20

地址改签费

Request in JSON
{
  "Time": {
    "TypeOfSearchDate": "sample string 1",
    "FromDate": "sample string 2",
    "ToDate": "sample string 3"
  },
  "PageSize": 1,
  "PageIndex": 2,
  "TransactionId": "sample string 3",
  "OrderId": "sample string 4",
  "Ck1PackageId": "sample string 5",
  "ProductTypeCode": "sample string 6",
  "Currency": "sample string 7",
  "WarehouseId": "sample string 8",
  "ProductCategoryCode": "sample string 9",
  "ProductCategoryName": "sample string 10",
  "ProductTypeName": "sample string 11",
  "BusinessTypeName": "sample string 12",
  "CostCategoryName": "sample string 13",
  "CostTypeName": "sample string 14"
}

Response

NameDataTypeAnnotationRequiredDescriptionExample
PageIndex integer

None.

1

PageSize integer

None.

20

TotalRecords integer

None.

1000

Data Collection of BusinessBillData

None.

Response in JSON
[
  {
    "PageIndex": 1,
    "PageSize": 2,
    "TotalRecords": 3,
    "Data": [
      {
        "TransactionId": "sample string 1",
        "OrderId": "sample string 2",
        "Ck1PackageId": "sample string 3",
        "PackageId": "sample string 4",
        "TransactionAmount": {
          "Amount": 1,
          "Currency": "sample string 2"
        },
        "WarehouseId": "sample string 5",
        "WarehouseName": "sample string 6",
        "BusinessTypeName": "sample string 7",
        "ProductCategoryCode": "sample string 8",
        "ProductCategoryName": "sample string 9",
        "ProductTypeCode": "sample string 10",
        "ProductTypeName": "sample string 11",
        "CostCategoryName": "sample string 12",
        "CostTypeName": "sample string 13",
        "OrderTime": "sample string 14",
        "SettleTime": "sample string 15",
        "Remark": "sample string 16"
      },
      {
        "TransactionId": "sample string 1",
        "OrderId": "sample string 2",
        "Ck1PackageId": "sample string 3",
        "PackageId": "sample string 4",
        "TransactionAmount": {
          "Amount": 1,
          "Currency": "sample string 2"
        },
        "WarehouseId": "sample string 5",
        "WarehouseName": "sample string 6",
        "BusinessTypeName": "sample string 7",
        "ProductCategoryCode": "sample string 8",
        "ProductCategoryName": "sample string 9",
        "ProductTypeCode": "sample string 10",
        "ProductTypeName": "sample string 11",
        "CostCategoryName": "sample string 12",
        "CostTypeName": "sample string 13",
        "OrderTime": "sample string 14",
        "SettleTime": "sample string 15",
        "Remark": "sample string 16"
      }
    ]
  },
  {
    "PageIndex": 1,
    "PageSize": 2,
    "TotalRecords": 3,
    "Data": [
      {
        "TransactionId": "sample string 1",
        "OrderId": "sample string 2",
        "Ck1PackageId": "sample string 3",
        "PackageId": "sample string 4",
        "TransactionAmount": {
          "Amount": 1,
          "Currency": "sample string 2"
        },
        "WarehouseId": "sample string 5",
        "WarehouseName": "sample string 6",
        "BusinessTypeName": "sample string 7",
        "ProductCategoryCode": "sample string 8",
        "ProductCategoryName": "sample string 9",
        "ProductTypeCode": "sample string 10",
        "ProductTypeName": "sample string 11",
        "CostCategoryName": "sample string 12",
        "CostTypeName": "sample string 13",
        "OrderTime": "sample string 14",
        "SettleTime": "sample string 15",
        "Remark": "sample string 16"
      },
      {
        "TransactionId": "sample string 1",
        "OrderId": "sample string 2",
        "Ck1PackageId": "sample string 3",
        "PackageId": "sample string 4",
        "TransactionAmount": {
          "Amount": 1,
          "Currency": "sample string 2"
        },
        "WarehouseId": "sample string 5",
        "WarehouseName": "sample string 6",
        "BusinessTypeName": "sample string 7",
        "ProductCategoryCode": "sample string 8",
        "ProductCategoryName": "sample string 9",
        "ProductTypeCode": "sample string 10",
        "ProductTypeName": "sample string 11",
        "CostCategoryName": "sample string 12",
        "CostTypeName": "sample string 13",
        "OrderTime": "sample string 14",
        "SettleTime": "sample string 15",
        "Remark": "sample string 16"
      }
    ]
  }
]