GET venue/EnforcedFields?pVenueID={pVenueID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pVenueID

integer

Required

Body Parameters

None.

Response Information

Resource Description

EnforcedFields
NameDescriptionTypeAdditional information
EnforceBusinessSource

boolean

None.

EnforceModeOfTravel

boolean

None.

EnforceMobileNo

boolean

None.

EnforceTelNo

boolean

None.

EnforceAddress

boolean

None.

EnforceNationality

boolean

None.

EnforceIDPassport

boolean

None.

ShowBusinessSource

boolean

None.

ShowModeOfTravel

boolean

None.

ShowMobileNo

boolean

None.

ShowTelNo

boolean

None.

ShowAddress

boolean

None.

ShowNationality

boolean

None.

ShowIDPassport

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "EnforceBusinessSource": true,
  "EnforceModeOfTravel": true,
  "EnforceMobileNo": true,
  "EnforceTelNo": true,
  "EnforceAddress": true,
  "EnforceNationality": true,
  "EnforceIDPassport": true,
  "ShowBusinessSource": true,
  "ShowModeOfTravel": true,
  "ShowMobileNo": true,
  "ShowTelNo": true,
  "ShowAddress": true,
  "ShowNationality": true,
  "ShowIDPassport": true
}