POST api/wlcorrespondence
Create WLcorrespondence
Request Information
URI Parameters
None.
Body Parameters
CreateWLCorrespondenceViewModelName | Description | Type | Additional information |
---|---|---|---|
DisplayName |
|
string |
Required Max length: 100 |
FilePrefix |
|
string |
Required Max length: 10 |
IsCollections |
|
boolean |
None. |
DownloadFileTypeID |
|
integer |
Range: inclusive between 1 and 2147483647 |
Description |
|
string |
Max length: 255 |
ManagementCompanySettings |
|
Collection of CreateLetterManagementCompanySettingViewModel |
None. |
Request Formats
application/json, text/json
{ "displayName": "sample string 1", "filePrefix": "sample string 2", "isCollections": true, "downloadFileTypeID": 4, "description": "sample string 5", "managementCompanySettings": [ { "managementCompanyId": 1, "letterAudienceId": 2, "letterDeliverySettingId": 3, "residentLedgerHistoryId": 4, "isActive": true, "providerId": 6 }, { "managementCompanyId": 1, "letterAudienceId": 2, "letterDeliverySettingId": 3, "residentLedgerHistoryId": 4, "isActive": true, "providerId": 6 } ] }
application/xml, text/xml
<CreateWLCorrespondenceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels"> <Description>sample string 5</Description> <DisplayName>sample string 1</DisplayName> <DownloadFileTypeID>4</DownloadFileTypeID> <FilePrefix>sample string 2</FilePrefix> <IsCollections>true</IsCollections> <ManagementCompanySettings> <CreateLetterManagementCompanySettingViewModel> <IsActive>true</IsActive> <LetterAudienceId>2</LetterAudienceId> <LetterDeliverySettingId>3</LetterDeliverySettingId> <ManagementCompanyId>1</ManagementCompanyId> <ProviderId>6</ProviderId> <ResidentLedgerHistoryId>4</ResidentLedgerHistoryId> </CreateLetterManagementCompanySettingViewModel> <CreateLetterManagementCompanySettingViewModel> <IsActive>true</IsActive> <LetterAudienceId>2</LetterAudienceId> <LetterDeliverySettingId>3</LetterDeliverySettingId> <ManagementCompanyId>1</ManagementCompanyId> <ProviderId>6</ProviderId> <ResidentLedgerHistoryId>4</ResidentLedgerHistoryId> </CreateLetterManagementCompanySettingViewModel> </ManagementCompanySettings> </CreateWLCorrespondenceViewModel>
application/x-www-form-urlencoded
Response Information
Resource Description
WLCorrespondenceViewModelName | Description | Type | Additional information |
---|---|---|---|
CorrespondenceID |
|
integer |
Range: inclusive between 1 and 2147483647 |
IsActive |
|
boolean |
None. |
ManagementCompanySettings |
|
Collection of LetterManagementCompanySettingViewModel |
None. |
DownloadFileType |
|
DownloadFileTypeViewModel |
None. |
DisplayName |
|
string |
Required Max length: 100 |
FilePrefix |
|
string |
Required Max length: 10 |
IsCollections |
|
boolean |
None. |
DownloadFileTypeID |
|
integer |
Range: inclusive between 1 and 2147483647 |
Description |
|
string |
Max length: 255 |
ManagementCompanySettings |
|
Collection of CreateLetterManagementCompanySettingViewModel |
None. |
Response Formats
application/json, text/json
{ "correspondenceID": 1, "isActive": true, "managementCompanySettings": [ { "letterManagementCompanyID": 1, "correspondenceID": 2, "delivery": { "deliverySettingID": 1, "name": "sample string 2", "isUnitBillingAddress": true, "isUnitAddress": true }, "audience": { "audienceID": 1, "name": "sample string 2" }, "residentLedgerHistory": { "id": 1, "description": "sample string 2" }, "auditTrailUserID": 3, "providerId": 4, "managementCompanyId": 5, "letterAudienceId": 6, "letterDeliverySettingId": 7, "residentLedgerHistoryId": 8, "isActive": true }, { "letterManagementCompanyID": 1, "correspondenceID": 2, "delivery": { "deliverySettingID": 1, "name": "sample string 2", "isUnitBillingAddress": true, "isUnitAddress": true }, "audience": { "audienceID": 1, "name": "sample string 2" }, "residentLedgerHistory": { "id": 1, "description": "sample string 2" }, "auditTrailUserID": 3, "providerId": 4, "managementCompanyId": 5, "letterAudienceId": 6, "letterDeliverySettingId": 7, "residentLedgerHistoryId": 8, "isActive": true } ], "downloadFileType": { "downloadFileTypeId": 1, "downloadFileTypeName": "sample string 2", "groupId": 1, "typePath": "sample string 3", "isInternal": true, "createdOn": "2025-04-03T17:41:44.3397385-04:00", "searchPattern": "sample string 6" }, "displayName": "sample string 3", "filePrefix": "sample string 4", "isCollections": true, "downloadFileTypeID": 6, "description": "sample string 7" }