POST client/RemoveUserClientLookUp

Request Information

URI Parameters

None.

Body Parameters

UserClientLookup
NameDescriptionTypeAdditional information
LinkId

integer

None.

TenantId

integer

None.

CustId

integer

None.

UserId

integer

None.

LookupDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "LinkId": 1,
  "TenantId": 2,
  "CustId": 3,
  "UserId": 4,
  "LookupDate": "2026-04-17T11:31:10.5061474+00:00"
}

text/html

Sample:
{"LinkId":1,"TenantId":2,"CustId":3,"UserId":4,"LookupDate":"2026-04-17T11:31:10.5061474+00:00"}

application/xml, text/xml

Sample:
<UserClientLookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ClientPortal">
  <CustId>3</CustId>
  <LinkId>1</LinkId>
  <LookupDate>2026-04-17T11:31:10.5061474+00:00</LookupDate>
  <TenantId>2</TenantId>
  <UserId>4</UserId>
</UserClientLookup>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserClientLookup'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.