POST v1/Payment/AlterDueDate?PolicyNumber={PolicyNumber}
Alter Due Date
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PolicyNumber |
Policy number |
string |
Required |
Body Parameters
Installment Changes
Collection of InstallmentChangeDTOName | Description | Type | Additional information |
---|---|---|---|
Id |
Installment id, use for existing Installment |
integer |
Required |
NewDueDate |
New Due Date |
date |
Required |
ChangeAmount |
Change Amount |
decimal number |
None. |
Expand |
Comma separated list of expansions to include in results |
string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": 1, "NewDueDate": "2025-04-03T10:43:56.5248715-10:00", "ChangeAmount": 2.0, "Expand": "" }, { "Id": 1, "NewDueDate": "2025-04-03T10:43:56.5248715-10:00", "ChangeAmount": 2.0, "Expand": "" } ]
application/xml, text/xml
Sample:
<ArrayOfInstallmentChangeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCApi.Models.Inbound"> <InstallmentChangeDTO> <Expand></Expand> <Expansions xmlns:d3p1="http://schemas.datacontract.org/2004/07/GCApi.Enums" /> <Id>1</Id> <ChangeAmount>2</ChangeAmount> <NewDueDate>2025-04-03T10:43:56.5248715-10:00</NewDueDate> </InstallmentChangeDTO> <InstallmentChangeDTO> <Expand></Expand> <Expansions xmlns:d3p1="http://schemas.datacontract.org/2004/07/GCApi.Enums" /> <Id>1</Id> <ChangeAmount>2</ChangeAmount> <NewDueDate>2025-04-03T10:43:56.5248715-10:00</NewDueDate> </InstallmentChangeDTO> </ArrayOfInstallmentChangeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Alter Due Date
AlterDueDateResponseName | Description | Type | Additional information |
---|---|---|---|
BillingTransactionId | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.