GET v1/ContactPersons/{id}/DirectInfo

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ContactPersonDirectInfoViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

UsesNewPalkeur

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UsesNewPalkeur": true
}

application/xml, text/xml

Sample:
<ContactPersonDirectInfoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dealerportal.Shared.ViewModels.v1.ContactPerson">
  <Id>1</Id>
  <UsesNewPalkeur>true</UsesNewPalkeur>
</ContactPersonDirectInfoViewModel>