POST api/ContactPaymentReferenceDebtor/SaveContactPaymentReferenceIfNotExists
Request Information
URI Parameters
None.
Body Parameters
ContactPaymentReferenceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactPaymentReferencesID | integer |
None. |
|
| AccountID | integer |
None. |
|
| ContactID | integer |
None. |
|
| CRNNumber | string |
None. |
|
| BenefitGroupID | integer |
None. |
|
| StatusID | integer |
None. |
|
| CreateID | integer |
None. |
|
| CreateSessionID | integer |
None. |
|
| CreateTS | date |
None. |
|
| ModifyID | integer |
None. |
|
| ModifySessionID | integer |
None. |
|
| ModifyTS | date |
None. |
|
| InactiveID | integer |
None. |
|
| InactiveSessionID | integer |
None. |
|
| InactiveTS | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactPaymentReferencesID": 1,
"AccountID": 1,
"ContactID": 1,
"CRNNumber": "sample string 1",
"BenefitGroupID": 1,
"StatusID": 1,
"CreateID": 1,
"CreateSessionID": 1,
"CreateTS": "2026-01-15T08:38:50.0837976+00:00",
"ModifyID": 1,
"ModifySessionID": 1,
"ModifyTS": "2026-01-15T08:38:50.0837976+00:00",
"InactiveID": 1,
"InactiveSessionID": 1,
"InactiveTS": "2026-01-15T08:38:50.0837976+00:00"
}
application/xml, text/xml
Sample:
<ContactPaymentReferenceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ContactPaymentReference"> <AccountID>1</AccountID> <BenefitGroupID>1</BenefitGroupID> <CRNNumber>sample string 1</CRNNumber> <ContactID>1</ContactID> <ContactPaymentReferencesID>1</ContactPaymentReferencesID> <CreateID>1</CreateID> <CreateSessionID>1</CreateSessionID> <CreateTS>2026-01-15T08:38:50.0837976+00:00</CreateTS> <InactiveID>1</InactiveID> <InactiveSessionID>1</InactiveSessionID> <InactiveTS>2026-01-15T08:38:50.0837976+00:00</InactiveTS> <ModifyID>1</ModifyID> <ModifySessionID>1</ModifySessionID> <ModifyTS>2026-01-15T08:38:50.0837976+00:00</ModifyTS> <StatusID>1</StatusID> </ContactPaymentReferenceModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActionResultVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Response": null
}
application/xml, text/xml
Sample:
<ActionResultVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels"> <Response i:nil="true" /> </ActionResultVM>