GET /API/v2/Companies/Receipts/Get/{paymentId}
会社の納付情報を取得します。 納付情報ID(***paymentId***)を指定して、会社の領収済み情報を取得します。 会社の領収済み情報に関する詳細については、[会社の領収済み情報情報について]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentId | 納付情報ID |
String |
Required Max length: 7 Pattern : ^(?!0{7})\d{7}$ |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentId | 納付情報ID |
String |
Required Max length: 7 Pattern : ^(?!0{7})\d{7}$ |
| receiptFlg | 消込区分 |
String, Null |
Min length: 1 Max length: 1 |
| receiptDate | 領収年月日 |
String, Null |
Format : date |
| totalFees | 利用料金の総額 |
Integer, Null |
Maximum : 99999999999 Minimum : 1 |