Language Handling

Determines the languages supported by the associated web service requests and specifies how the API url will be constructed.

No action

The web service will not be supported for multiple languages. The language is not included in the API url.

Path Literal

The web service will not be supported across multiple partitions however the partition is required in the API url.

Path Variable

The web service is supported across multiple partitions and must be specified in the API url.

 
Note if Partition and language are required in the web service url the format will be something like 

/{xPartition}/{xLanguage}/XEmployeeAPI/Employees/{EmployeeID}/Notes/{NoteID}"

  • No labels