PUT Invoices/Invoice/SettlePayments

Request Information

URI Parameters

None.

Body Parameters

SettlePaymentsDTO
NameDescriptionTypeAdditional information
InvoiceID

integer

None.

ClientID

integer

None.

PostingDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "invoiceID": 1,
  "clientID": 2,
  "postingDate": "2024-12-04T08:16:44.2664228+00:00"
}

application/xml, text/xml

Sample:
<SettlePaymentsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models">
  <ClientID>2</ClientID>
  <InvoiceID>1</InvoiceID>
  <PostingDate>2024-12-04T08:16:44.2664228+00:00</PostingDate>
</SettlePaymentsDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�{�{�Rf^Y~fr�������RrNfj^	�c��T�_\����X��d�dd`d�kh�k`b`aehfeb�gdffbdd�m``e`�T�@MwQ

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, application/x-compressed-json

Sample:

Sample not available.