Updated on 2026-04-16 GMT+08:00

Checking Data (Reconciliation)

Function

Check data. Carriers can download the reconciliation import template from the KooDrive official website, fill in data, and call this API to check data.

URI

POST /koodrive/ose/v1/reconciliation/data/verify

Request Parameters

Table 1 Request header parameters

Parameter

Mandatory

Type

Description

Authorization

Yes

String

Definition:

Access token. Token authentication is used to call KooDrive APIs. A token indicates the permission. When an API is called, the token is added to the request header to obtain the operation permission. For details about how to obtain an access token, see the corresponding developer guide. The format is Bearer+{access_token}.

Constraints:

N/A

Range:

N/A

Default Value:

N/A

x-traceid

No

String

Definition:

Service trace ID, which contains 58 bits.

Constraints:

N/A

Range:

The value contains 58 bits.

Default Value:

N/A

X-Date

Yes

String

Definition:

Date, which is used for app authentication.

Constraints:

The format is yyyyMMDD'T'HHmmss'Z', for example, 20251103T070140Z.

Range:

The value must be within 15 minutes from the current time and cannot be later than the current time.

Default Value:

N/A

X-User-Id

Yes

String

Definition:

User ID on KooDrive, which is used for app authentication.

Constraints:

N/A

Range:

N/A

Default Value:

N/A

Table 2 FormData parameters

Parameter

Mandatory

Type

Description

data

Yes

File

Definition:

Carrier reconciliation statement input.

Constraints:

The file is in Excel format, and the file name extension is.xlsx or.xls. You can download the import template from the KooDrive official website.

Range:

N/A

Default Value:

N/A

billingCycle

Yes

String

Definition:

Billing cycle.

Constraints:

The format is yyyy-mm. For example, 2025-09 indicates the bill cycle of September.

Range:

Past bill cycle.

Default Value:

N/A

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

batchNo

String

Reconciliation batch number, which is used to query discrepancy records.

Example Requests

Data check request.

/koodrive/ose/v1/reconciliation/data/verify

data: file
billingCycle: "2025-07"

Example Responses

Status code: 200

Data check response.

{
  "code" : 0,
  "msg" : "Success.",
  "batchNo" : "1465526652212121"
}

Status Codes

Status Code

Description

200

Data check response.