HTTPServiceRequest.URLParameters

Usage:

Read only.

Description:

Type: FixedMap.
It contains portions of URL parametrized in the template.

Availability:

Server, thick client.

Note:

For example, if the URL template was "/{Doc}/ByNum/{Num}", and the URL query was "Invoice/ByNum/NUM-2345", then the mapping will contain two pairs:
  • Doc - Invoice,
  • Num - NUM-2345.

    

1C:Enterprise Developer's Community