TAG LINE
SMALL TITLE
id | "id": 10 Type: Number This is the unique numeric identifier for the ContractTerminationPeriodCharge |
contractTerminationId | "contractTerminationId": 4 Type: Number Unique identifier for the associated ContractTermination object. |
isRemainderOfTerm | "isRemainderOfTerm": true Type: Boolean |
frequency | "frequency": 13 Type: Number |
frequencyTypeId | "frequencyTypeId": 20 Type: Number Unique identifier for the associated FrequencyType object. |
flatFee | "flatFee": "Hello World" Type: String |
percentOfRemainder | "percentOfRemainder": "Hello World" Type: String |
sortOrder | "sortOrder": 7 Type: Number |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v2/Contract/Termination/PeriodCharge |
Retrieve all of the ContractTerminationPeriodCharge objects. |
GET | api/v2/Contract/Termination/PeriodCharge/Paged |
Retreive all of the ContractTerminationPeriodCharge objects in a paged fashion. |
GET | api/v2/Contract/Termination/PeriodCharge/{id:int} |
Retrieve an instance of the ContractTerminationPeriodCharge object by it's ID. | |
{id:int} | Unique identifier for the ContractTerminationPeriodCharge object. |