POST Deposits/Deposit/SeparationInterest/Generate
Request Information
URI Parameters
None.
Body Parameters
GenerateSeparationInterestContextName | Description | Type | Additional information |
---|---|---|---|
Clients | Collection of integer |
None. |
|
PeriodStopDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "clients": [ 1, 2 ], "periodStopDate": "2024-12-04T07:50:33.2226832+00:00" }
application/xml, text/xml
Sample:
<GenerateSeparationInterestContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Api.Areas.Billings.Context"> <Clients xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </Clients> <PeriodStopDate>2024-12-04T07:50:33.2226832+00:00</PeriodStopDate> </GenerateSeparationInterestContext>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� {�{�RrNfj^I��U���Q��RAjQf~JpI~�KbI�������������I�����������������������R- �ȱ�I
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.