POST api/ContactDebtor/ContactValidationByWorkflowlineReference

Request Information

URI Parameters

None.

Body Parameters

ContactByWorkflowlineReferenceForExtranetParams
NameDescriptionTypeAdditional information
WorkflowLineReference

string

None.

TransactionDate

date

None.

DOB

date

None.

EntityName

string

None.

Role

string

None.

PostCode

string

None.

ContactNumber

string

None.

FirstName

string

None.

LastName

string

None.

EmailAddress

string

None.

BussinessNumber

string

None.

CorporationNumber

string

None.

IsPerson

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "WorkflowLineReference": "sample string 1",
  "TransactionDate": "2025-09-03T01:28:16.2878147+00:00",
  "DOB": "2025-09-03T01:28:16.2878147+00:00",
  "EntityName": "sample string 2",
  "Role": "sample string 3",
  "PostCode": "sample string 4",
  "ContactNumber": "sample string 5",
  "FirstName": "sample string 6",
  "LastName": "sample string 7",
  "EmailAddress": "sample string 8",
  "BussinessNumber": "sample string 9",
  "CorporationNumber": "sample string 10",
  "IsPerson": true
}

application/xml, text/xml

Sample:
<ContactByWorkflowlineReferenceForExtranetParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Contact">
  <BussinessNumber>sample string 9</BussinessNumber>
  <ContactNumber>sample string 5</ContactNumber>
  <CorporationNumber>sample string 10</CorporationNumber>
  <DOB>2025-09-03T01:28:16.2878147+00:00</DOB>
  <EmailAddress>sample string 8</EmailAddress>
  <EntityName>sample string 2</EntityName>
  <FirstName>sample string 6</FirstName>
  <IsPerson>true</IsPerson>
  <LastName>sample string 7</LastName>
  <PostCode>sample string 4</PostCode>
  <Role>sample string 3</Role>
  <TransactionDate>2025-09-03T01:28:16.2878147+00:00</TransactionDate>
  <WorkflowLineReference>sample string 1</WorkflowLineReference>
</ContactByWorkflowlineReferenceForExtranetParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  1
]

application/xml, text/xml

Sample:
<ArrayOfNullableOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <int>1</int>
  <int>1</int>
</ArrayOfNullableOfint>