POST api/Payment/Find
支払い情報を検索する。
Request Information
URI Parameters
None.
Body Parameters
"BuilderId": 会社ID "GroupId"?: グループID "DateOfPayment"?: 支払日 "PaymentDateFrom"?: 支払日(FROM) "PaymentDateTo"?: 支払日(TO) "ClosingDateFrom"?: 締日(FROM) "ClosingDateTo"?: 締日(TO) "ConfirmationCheck"?: 確認チェック "Display"?: 表示フラグ
PaymentAPISearch| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| DateOfPayment | string |
None. |
|
| PaymentDateFrom | date |
None. |
|
| PaymentDateTo | date |
None. |
|
| ClosingDateFrom | date |
None. |
|
| ClosingDateTo | date |
None. |
|
| ConfirmationCheck | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Request Formats
application/json, text/json
{
"GroupId": 1,
"DateOfPayment": "sample string 1",
"PaymentDateFrom": "2025-12-10T05:48:03.7339612+00:00",
"PaymentDateTo": "2025-12-10T05:48:03.7339612+00:00",
"ClosingDateFrom": "2025-12-10T05:48:03.7339612+00:00",
"ClosingDateTo": "2025-12-10T05:48:03.7339612+00:00",
"ConfirmationCheck": 1,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:48:03.7339612+00:00",
"ModifiedDate": "2025-12-10T05:48:03.7339612+00:00",
"CreatedById": 4,
"ModifiedById": 5
}
application/xml, text/xml
<PaymentAPISearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data"> <BuilderId>1</BuilderId> <CreatedById>4</CreatedById> <CreatedDate>2025-12-10T05:48:03.7339612+00:00</CreatedDate> <ModifiedById>5</ModifiedById> <ModifiedDate>2025-12-10T05:48:03.7339612+00:00</ModifiedDate> <ClosingDateFrom>2025-12-10T05:48:03.7339612+00:00</ClosingDateFrom> <ClosingDateTo>2025-12-10T05:48:03.7339612+00:00</ClosingDateTo> <ConfirmationCheck>1</ConfirmationCheck> <DateOfPayment>sample string 1</DateOfPayment> <GroupId>1</GroupId> <PaymentDateFrom>2025-12-10T05:48:03.7339612+00:00</PaymentDateFrom> <PaymentDateTo>2025-12-10T05:48:03.7339612+00:00</PaymentDateTo> </PaymentAPISearch>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
data[n] "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 count 件数 n
Collection of 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:48:03.7495832+00:00",
"ClosingDate": "2025-12-10T05:48:03.7495832+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:48:03.7495832+00:00",
"ModifiedDate": "2025-12-10T05:48:03.7495832+00:00",
"CreatedById": 17,
"ModifiedById": 18
},
{
"GroupId": 1,
"PaymentDate": "2025-12-10T05:48:03.7495832+00:00",
"ClosingDate": "2025-12-10T05:48:03.7495832+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:48:03.7495832+00:00",
"ModifiedDate": "2025-12-10T05:48:03.7495832+00:00",
"CreatedById": 17,
"ModifiedById": 18
}
]
application/xml, text/xml
<ArrayOfPaymentAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
<PaymentAPI>
<BuilderId>1</BuilderId>
<CreatedById>17</CreatedById>
<CreatedDate>2025-12-10T05:48:03.7495832+00:00</CreatedDate>
<ModifiedById>18</ModifiedById>
<ModifiedDate>2025-12-10T05:48:03.7495832+00:00</ModifiedDate>
<AdjustAmount>8</AdjustAmount>
<BillIncludeTaxAmount>6</BillIncludeTaxAmount>
<ClosingDate>2025-12-10T05:48:03.7495832+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:48:03.7495832+00:00</PaymentDate>
<PaymentIncludeTaxAmount>10</PaymentIncludeTaxAmount>
<PreviousMonthBalance>4</PreviousMonthBalance>
<Remarks>sample string 14</Remarks>
<TransferAmountWithCommission>13</TransferAmountWithCommission>
</PaymentAPI>
<PaymentAPI>
<BuilderId>1</BuilderId>
<CreatedById>17</CreatedById>
<CreatedDate>2025-12-10T05:48:03.7495832+00:00</CreatedDate>
<ModifiedById>18</ModifiedById>
<ModifiedDate>2025-12-10T05:48:03.7495832+00:00</ModifiedDate>
<AdjustAmount>8</AdjustAmount>
<BillIncludeTaxAmount>6</BillIncludeTaxAmount>
<ClosingDate>2025-12-10T05:48:03.7495832+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:48:03.7495832+00:00</PaymentDate>
<PaymentIncludeTaxAmount>10</PaymentIncludeTaxAmount>
<PreviousMonthBalance>4</PreviousMonthBalance>
<Remarks>sample string 14</Remarks>
<TransferAmountWithCommission>13</TransferAmountWithCommission>
</PaymentAPI>
</ArrayOfPaymentAPI>