GET api/Payment/Get?PaymentId={PaymentId}&BuilderId={BuilderId}&CreatedDate={CreatedDate}&ModifiedDate={ModifiedDate}&CreatedById={CreatedById}&ModifiedById={ModifiedById}
支払い情報を1件取得する。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentId | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
data[1] "BuilderId": 会社ID "PaymentId": 支払ID "GroupId": グループID "PaymentDate": 支払日 "ClosingDate": 締日 "PreviousMonthBalance": 前月残高 "MonthBilling": 当月請求 "BillIncludeTaxAmount": 請求金額(税込) "MonthBalance": 当月残高 "AdjustAmount": 調整金額 "OtherAdjustAmount": その他調整金額 "PaymentIncludeTaxAmount": 支払金額(税込) "MemberShipFee": 会費 "Commission": 手数料 "TransferAmount": 振込金額 "Remarks": 備考 "ConfirmationCheck": 確認チェック "Display": 表示フラグ "CreatedDate": 登録日時 "ModifiedDate": 更新日時 "CreatedById": 登録者ID "ModifiedById": 更新者ID
PaymentAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| PaymentDate | date |
None. |
|
| ClosingDate | date |
None. |
|
| PreviousMonthBalance | decimal number |
None. |
|
| MonthBilling | decimal number |
None. |
|
| BillIncludeTaxAmount | decimal number |
None. |
|
| MonthBalance | decimal number |
None. |
|
| AdjustAmount | decimal number |
None. |
|
| OtherAdjustAmount | decimal number |
None. |
|
| PaymentIncludeTaxAmount | decimal number |
None. |
|
| MemberShipFee | decimal number |
None. |
|
| Commission | decimal number |
None. |
|
| TransferAmountWithCommission | decimal number |
None. |
|
| TransferAmount | decimal number |
None. |
|
| Remarks | string |
None. |
|
| ConfirmationCheck | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Response Formats
application/json, text/json
{
"GroupId": 1,
"PaymentDate": "2025-12-10T05:47:41.055926+00:00",
"ClosingDate": "2025-12-10T05:47:41.055926+00:00",
"PreviousMonthBalance": 4.0,
"MonthBilling": 5.0,
"BillIncludeTaxAmount": 6.0,
"MonthBalance": 7.0,
"AdjustAmount": 8.0,
"OtherAdjustAmount": 9.0,
"PaymentIncludeTaxAmount": 10.0,
"MemberShipFee": 11.0,
"Commission": 12.0,
"TransferAmountWithCommission": 13.0,
"TransferAmount": 1.0,
"Remarks": "sample string 14",
"ConfirmationCheck": 1,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:41.055926+00:00",
"ModifiedDate": "2025-12-10T05:47:41.055926+00:00",
"CreatedById": 17,
"ModifiedById": 18
}
application/xml, text/xml
<PaymentAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data"> <BuilderId>1</BuilderId> <CreatedById>17</CreatedById> <CreatedDate>2025-12-10T05:47:41.055926+00:00</CreatedDate> <ModifiedById>18</ModifiedById> <ModifiedDate>2025-12-10T05:47:41.055926+00:00</ModifiedDate> <AdjustAmount>8</AdjustAmount> <BillIncludeTaxAmount>6</BillIncludeTaxAmount> <ClosingDate>2025-12-10T05:47:41.055926+00:00</ClosingDate> <Commission>12</Commission> <ConfirmationCheck>1</ConfirmationCheck> <GroupId>1</GroupId> <MemberShipFee>11</MemberShipFee> <MonthBalance>7</MonthBalance> <MonthBilling>5</MonthBilling> <OtherAdjustAmount>9</OtherAdjustAmount> <PaymentDate>2025-12-10T05:47:41.055926+00:00</PaymentDate> <PaymentIncludeTaxAmount>10</PaymentIncludeTaxAmount> <PreviousMonthBalance>4</PreviousMonthBalance> <Remarks>sample string 14</Remarks> <TransferAmountWithCommission>13</TransferAmountWithCommission> </PaymentAPI>