GET /API/v2/Companies/Payments/Get/{paymentId}

会社の納付情報を取得します。 納付情報ID(***paymentId***)を指定して、ログインしている利用者が所属する会社の納付情報を取得します。 会社の納付情報に関する詳細については、[会社の納付情報について]()を参照ください。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paymentId

納付情報ID

String

Required

Max length: 7

Pattern : ^(?!0{7})\d{7}$

Body Parameters

None.

Response Information

Resource Description

v2.Companies.MyCompanyPayment

NameDescriptionTypeAdditional information
paymentId

納付情報ID

String

Required

Max length: 7

Pattern : ^(?!0{7})\d{7}$

billingSetting

billingSetting

Required

periodStart

徴収期間開始日

String

Required

Format : date

periodEnd

徴収期間終了日

String

Required

Format : date

totalFees

利用料金の総額

Integer

Required

Maximum : 99999999999

Minimum : 1

httpStatusCode

HTTPステータスコード

String, Null

Max length: 3

responseBody

Object, Null

None.