PUT api/PensionSyncJournal?id={id}
Documentation for 'PutPensionSyncJournal'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
pensionsyncjournal | Documentation for 'pensionsyncjournal'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "RecordId": 1, "ChurchId": 2, "ClergyId": 3, "SyncDateTime": "2021-02-26T23:27:35.6390391-05:00", "Status": "sample string 4", "StatusPercentage": 1.1, "HousingProvision": "sample string 5", "UMPIPContribution": 6.0, "UMPIPPercentage": 1.1, "GrossSalary": 7.0, "HousingAllowance": 8.0 }
application/xml, text/xml
Sample:
<PensionSyncJournal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <ChurchId>2</ChurchId> <ClergyId>3</ClergyId> <GrossSalary>7</GrossSalary> <HousingAllowance>8</HousingAllowance> <HousingProvision>sample string 5</HousingProvision> <RecordId>1</RecordId> <Status>sample string 4</Status> <StatusPercentage>1.1</StatusPercentage> <SyncDateTime>2021-02-26T23:27:35.6390391-05:00</SyncDateTime> <UMPIPContribution>6</UMPIPContribution> <UMPIPPercentage>1.1</UMPIPPercentage> </PensionSyncJournal>
application/x-www-form-urlencoded
Sample:
Sample not available.