POST /API/v2/Companies/Products/RegisterList

会社で使用する商品(HSコード)を登録します。 会社で使用する商品(HSコード)を登録します。 このメソッドは会社の管理者(***/API/v2/Companies/Administrators***)として登録された利用者が利用できます。 会社で使用する商品(HSコード)に関する詳細については、[会社で使用する商品(HSコード)について]()を参照ください。

Request Information

URI Parameters

None.

Body Parameters

Collection of v2.CompanyProduct_Register

NameDescriptionTypeAdditional information
tradeType

取引タイプ

String

Required

Max length: 8

number

商品番号

String, Null

None.

hsCode

HSコード

String, Null

None.

name

商品名

String, Null

Max length: 350

quantityUnit1

数量単位コード1

String, Null

None.

quantityUnit2

数量単位コード2

String, Null

None.

Response Information

Resource Description

v2.CompanyProducts

NameDescriptionTypeAdditional information
productId

商品ID

String

Required

Max length: 36

tradeType

取引タイプ

String

Required

Max length: 8

number

商品番号

String, Null

None.

hsCode

HSコード

String, Null

None.

name

商品名

String, Null

Max length: 350

quantityUnit1

数量単位コード1

String, Null

None.

quantityUnit2

数量単位コード2

String, Null

None.