GET api/Customers/CheckingTranslated?pName={pName}&con={con}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pName | string |
Required |
|
con | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of translateNameName | Description | Type | Additional information |
---|---|---|---|
Hebrew | string |
None. |
|
English | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Hebrew": "sample string 1", "English": "sample string 2" }, { "Hebrew": "sample string 1", "English": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOftranslateName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical"> <translateName> <English>sample string 2</English> <Hebrew>sample string 1</Hebrew> </translateName> <translateName> <English>sample string 2</English> <Hebrew>sample string 1</Hebrew> </translateName> </ArrayOftranslateName>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.