PUT api/DictionaryWeb?ENGLISH={ENGLISH}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ENGLISH | string |
Required |
Body Parameters
DictionaryWebName | Description | Type | Additional information |
---|---|---|---|
ENGLISH | string |
Max length: 100 |
|
ENGLISH_SHORT | string |
Max length: 100 |
|
ARABIC | string |
Max length: 100 |
|
ARABIC_SHORT | string |
Max length: 100 |
|
FARSI | string |
Max length: 100 |
|
FARSI_SHORT | string |
Max length: 100 |
|
ORIGINAL_ARABIC | string |
Max length: 100 |
|
ORIGINAL_ARABIC_SHORT | string |
Max length: 100 |
|
ORIGINAL_FARSI | string |
Max length: 100 |
|
ORIGINAL_FARSI_SHORT | string |
Max length: 100 |
|
ARABIC_SAU | string |
Max length: 1000 |
|
ARABIC_SAU_SHORT | string |
Max length: 1000 |
|
TURKISH | string |
Max length: 250 |
|
TURKISH_SHORT | string |
Max length: 250 |
|
CHINESE | string |
Max length: 250 |
|
CHINESE_SHORT | string |
Max length: 250 |
|
ARABIC_JOR | string |
Max length: 250 |
|
ARABIC_JOR_SHORT | string |
Max length: 250 |
|
DIAMOND_WHOLESALE_MODULE | boolean |
Required |
|
METAL_WHOLESALE_MODULE | boolean |
Required |
|
BULLION_MODULE | boolean |
Required |
|
RETAIL_MODULE | boolean |
Required |
|
DIAMOND_MANUFACTURING_MODULE | boolean |
Required |
|
METAL_MANUFACTURING_MODULE | boolean |
Required |
|
COMPONENT_WISE_DIAMOND_MODULE | boolean |
Required |
|
PAYROLL_AND_HR_MODULE | boolean |
Required |
|
CATALOGUE_MODULE | boolean |
Required |
|
REFINERY_MODULE | boolean |
Required |
|
REPAIRING_MODULE | boolean |
Required |
|
FIXED_ASSET_MODULE | boolean |
Required |
|
BOILING_MODULE | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "ENGLISH": "sample string 1", "ENGLISH_SHORT": "sample string 2", "ARABIC": "sample string 3", "ARABIC_SHORT": "sample string 4", "FARSI": "sample string 5", "FARSI_SHORT": "sample string 6", "ORIGINAL_ARABIC": "sample string 7", "ORIGINAL_ARABIC_SHORT": "sample string 8", "ORIGINAL_FARSI": "sample string 9", "ORIGINAL_FARSI_SHORT": "sample string 10", "ARABIC_SAU": "sample string 11", "ARABIC_SAU_SHORT": "sample string 12", "TURKISH": "sample string 13", "TURKISH_SHORT": "sample string 14", "CHINESE": "sample string 15", "CHINESE_SHORT": "sample string 16", "ARABIC_JOR": "sample string 17", "ARABIC_JOR_SHORT": "sample string 18", "DIAMOND_WHOLESALE_MODULE": true, "METAL_WHOLESALE_MODULE": true, "BULLION_MODULE": true, "RETAIL_MODULE": true, "DIAMOND_MANUFACTURING_MODULE": true, "METAL_MANUFACTURING_MODULE": true, "COMPONENT_WISE_DIAMOND_MODULE": true, "PAYROLL_AND_HR_MODULE": true, "CATALOGUE_MODULE": true, "REFINERY_MODULE": true, "REPAIRING_MODULE": true, "FIXED_ASSET_MODULE": true, "BOILING_MODULE": true }
text/html
Sample:
{"ENGLISH":"sample string 1","ENGLISH_SHORT":"sample string 2","ARABIC":"sample string 3","ARABIC_SHORT":"sample string 4","FARSI":"sample string 5","FARSI_SHORT":"sample string 6","ORIGINAL_ARABIC":"sample string 7","ORIGINAL_ARABIC_SHORT":"sample string 8","ORIGINAL_FARSI":"sample string 9","ORIGINAL_FARSI_SHORT":"sample string 10","ARABIC_SAU":"sample string 11","ARABIC_SAU_SHORT":"sample string 12","TURKISH":"sample string 13","TURKISH_SHORT":"sample string 14","CHINESE":"sample string 15","CHINESE_SHORT":"sample string 16","ARABIC_JOR":"sample string 17","ARABIC_JOR_SHORT":"sample string 18","DIAMOND_WHOLESALE_MODULE":true,"METAL_WHOLESALE_MODULE":true,"BULLION_MODULE":true,"RETAIL_MODULE":true,"DIAMOND_MANUFACTURING_MODULE":true,"METAL_MANUFACTURING_MODULE":true,"COMPONENT_WISE_DIAMOND_MODULE":true,"PAYROLL_AND_HR_MODULE":true,"CATALOGUE_MODULE":true,"REFINERY_MODULE":true,"REPAIRING_MODULE":true,"FIXED_ASSET_MODULE":true,"BOILING_MODULE":true}
application/xml, text/xml
Sample:
<DictionaryWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.Documentation"> <ARABIC>sample string 3</ARABIC> <ARABIC_JOR>sample string 17</ARABIC_JOR> <ARABIC_JOR_SHORT>sample string 18</ARABIC_JOR_SHORT> <ARABIC_SAU>sample string 11</ARABIC_SAU> <ARABIC_SAU_SHORT>sample string 12</ARABIC_SAU_SHORT> <ARABIC_SHORT>sample string 4</ARABIC_SHORT> <BOILING_MODULE>true</BOILING_MODULE> <BULLION_MODULE>true</BULLION_MODULE> <CATALOGUE_MODULE>true</CATALOGUE_MODULE> <CHINESE>sample string 15</CHINESE> <CHINESE_SHORT>sample string 16</CHINESE_SHORT> <COMPONENT_WISE_DIAMOND_MODULE>true</COMPONENT_WISE_DIAMOND_MODULE> <DIAMOND_MANUFACTURING_MODULE>true</DIAMOND_MANUFACTURING_MODULE> <DIAMOND_WHOLESALE_MODULE>true</DIAMOND_WHOLESALE_MODULE> <ENGLISH>sample string 1</ENGLISH> <ENGLISH_SHORT>sample string 2</ENGLISH_SHORT> <FARSI>sample string 5</FARSI> <FARSI_SHORT>sample string 6</FARSI_SHORT> <FIXED_ASSET_MODULE>true</FIXED_ASSET_MODULE> <METAL_MANUFACTURING_MODULE>true</METAL_MANUFACTURING_MODULE> <METAL_WHOLESALE_MODULE>true</METAL_WHOLESALE_MODULE> <ORIGINAL_ARABIC>sample string 7</ORIGINAL_ARABIC> <ORIGINAL_ARABIC_SHORT>sample string 8</ORIGINAL_ARABIC_SHORT> <ORIGINAL_FARSI>sample string 9</ORIGINAL_FARSI> <ORIGINAL_FARSI_SHORT>sample string 10</ORIGINAL_FARSI_SHORT> <PAYROLL_AND_HR_MODULE>true</PAYROLL_AND_HR_MODULE> <REFINERY_MODULE>true</REFINERY_MODULE> <REPAIRING_MODULE>true</REPAIRING_MODULE> <RETAIL_MODULE>true</RETAIL_MODULE> <TURKISH>sample string 13</TURKISH> <TURKISH_SHORT>sample string 14</TURKISH_SHORT> </DictionaryWeb>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ENGLISH" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ENGLISH_SHORT" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ARABIC" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ARABIC_SHORT" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FARSI" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FARSI_SHORT" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ORIGINAL_ARABIC" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ORIGINAL_ARABIC_SHORT" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ORIGINAL_FARSI" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ORIGINAL_FARSI_SHORT" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ARABIC_SAU" sample string 11 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ARABIC_SAU_SHORT" sample string 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="TURKISH" sample string 13 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="TURKISH_SHORT" sample string 14 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CHINESE" sample string 15 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CHINESE_SHORT" sample string 16 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ARABIC_JOR" sample string 17 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ARABIC_JOR_SHORT" sample string 18 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DIAMOND_WHOLESALE_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="METAL_WHOLESALE_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="BULLION_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="RETAIL_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DIAMOND_MANUFACTURING_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="METAL_MANUFACTURING_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="COMPONENT_WISE_DIAMOND_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PAYROLL_AND_HR_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CATALOGUE_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="REFINERY_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="REPAIRING_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FIXED_ASSET_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="BOILING_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
DictionaryWebApiResponseName | Description | Type | Additional information |
---|---|---|---|
message | string |
None. |
|
status | string |
None. |
|
response | DictionaryWeb |
None. |
Response Formats
application/json, text/json
Sample:
{ "message": "sample string 1", "status": "sample string 2", "response": { "ENGLISH": "sample string 1", "ENGLISH_SHORT": "sample string 2", "ARABIC": "sample string 3", "ARABIC_SHORT": "sample string 4", "FARSI": "sample string 5", "FARSI_SHORT": "sample string 6", "ORIGINAL_ARABIC": "sample string 7", "ORIGINAL_ARABIC_SHORT": "sample string 8", "ORIGINAL_FARSI": "sample string 9", "ORIGINAL_FARSI_SHORT": "sample string 10", "ARABIC_SAU": "sample string 11", "ARABIC_SAU_SHORT": "sample string 12", "TURKISH": "sample string 13", "TURKISH_SHORT": "sample string 14", "CHINESE": "sample string 15", "CHINESE_SHORT": "sample string 16", "ARABIC_JOR": "sample string 17", "ARABIC_JOR_SHORT": "sample string 18", "DIAMOND_WHOLESALE_MODULE": true, "METAL_WHOLESALE_MODULE": true, "BULLION_MODULE": true, "RETAIL_MODULE": true, "DIAMOND_MANUFACTURING_MODULE": true, "METAL_MANUFACTURING_MODULE": true, "COMPONENT_WISE_DIAMOND_MODULE": true, "PAYROLL_AND_HR_MODULE": true, "CATALOGUE_MODULE": true, "REFINERY_MODULE": true, "REPAIRING_MODULE": true, "FIXED_ASSET_MODULE": true, "BOILING_MODULE": true } }
text/html
Sample:
{"message":"sample string 1","status":"sample string 2","response":{"ENGLISH":"sample string 1","ENGLISH_SHORT":"sample string 2","ARABIC":"sample string 3","ARABIC_SHORT":"sample string 4","FARSI":"sample string 5","FARSI_SHORT":"sample string 6","ORIGINAL_ARABIC":"sample string 7","ORIGINAL_ARABIC_SHORT":"sample string 8","ORIGINAL_FARSI":"sample string 9","ORIGINAL_FARSI_SHORT":"sample string 10","ARABIC_SAU":"sample string 11","ARABIC_SAU_SHORT":"sample string 12","TURKISH":"sample string 13","TURKISH_SHORT":"sample string 14","CHINESE":"sample string 15","CHINESE_SHORT":"sample string 16","ARABIC_JOR":"sample string 17","ARABIC_JOR_SHORT":"sample string 18","DIAMOND_WHOLESALE_MODULE":true,"METAL_WHOLESALE_MODULE":true,"BULLION_MODULE":true,"RETAIL_MODULE":true,"DIAMOND_MANUFACTURING_MODULE":true,"METAL_MANUFACTURING_MODULE":true,"COMPONENT_WISE_DIAMOND_MODULE":true,"PAYROLL_AND_HR_MODULE":true,"CATALOGUE_MODULE":true,"REFINERY_MODULE":true,"REPAIRING_MODULE":true,"FIXED_ASSET_MODULE":true,"BOILING_MODULE":true}}
application/xml, text/xml
Sample:
<DictionaryWebApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.Documentation"> <message>sample string 1</message> <response> <ARABIC>sample string 3</ARABIC> <ARABIC_JOR>sample string 17</ARABIC_JOR> <ARABIC_JOR_SHORT>sample string 18</ARABIC_JOR_SHORT> <ARABIC_SAU>sample string 11</ARABIC_SAU> <ARABIC_SAU_SHORT>sample string 12</ARABIC_SAU_SHORT> <ARABIC_SHORT>sample string 4</ARABIC_SHORT> <BOILING_MODULE>true</BOILING_MODULE> <BULLION_MODULE>true</BULLION_MODULE> <CATALOGUE_MODULE>true</CATALOGUE_MODULE> <CHINESE>sample string 15</CHINESE> <CHINESE_SHORT>sample string 16</CHINESE_SHORT> <COMPONENT_WISE_DIAMOND_MODULE>true</COMPONENT_WISE_DIAMOND_MODULE> <DIAMOND_MANUFACTURING_MODULE>true</DIAMOND_MANUFACTURING_MODULE> <DIAMOND_WHOLESALE_MODULE>true</DIAMOND_WHOLESALE_MODULE> <ENGLISH>sample string 1</ENGLISH> <ENGLISH_SHORT>sample string 2</ENGLISH_SHORT> <FARSI>sample string 5</FARSI> <FARSI_SHORT>sample string 6</FARSI_SHORT> <FIXED_ASSET_MODULE>true</FIXED_ASSET_MODULE> <METAL_MANUFACTURING_MODULE>true</METAL_MANUFACTURING_MODULE> <METAL_WHOLESALE_MODULE>true</METAL_WHOLESALE_MODULE> <ORIGINAL_ARABIC>sample string 7</ORIGINAL_ARABIC> <ORIGINAL_ARABIC_SHORT>sample string 8</ORIGINAL_ARABIC_SHORT> <ORIGINAL_FARSI>sample string 9</ORIGINAL_FARSI> <ORIGINAL_FARSI_SHORT>sample string 10</ORIGINAL_FARSI_SHORT> <PAYROLL_AND_HR_MODULE>true</PAYROLL_AND_HR_MODULE> <REFINERY_MODULE>true</REFINERY_MODULE> <REPAIRING_MODULE>true</REPAIRING_MODULE> <RETAIL_MODULE>true</RETAIL_MODULE> <TURKISH>sample string 13</TURKISH> <TURKISH_SHORT>sample string 14</TURKISH_SHORT> </response> <status>sample string 2</status> </DictionaryWebApiResponse>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="message" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="status" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ENGLISH" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ENGLISH_SHORT" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ARABIC" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ARABIC_SHORT" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.FARSI" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.FARSI_SHORT" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ORIGINAL_ARABIC" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ORIGINAL_ARABIC_SHORT" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ORIGINAL_FARSI" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ORIGINAL_FARSI_SHORT" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ARABIC_SAU" sample string 11 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ARABIC_SAU_SHORT" sample string 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.TURKISH" sample string 13 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.TURKISH_SHORT" sample string 14 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.CHINESE" sample string 15 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.CHINESE_SHORT" sample string 16 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ARABIC_JOR" sample string 17 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.ARABIC_JOR_SHORT" sample string 18 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.DIAMOND_WHOLESALE_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.METAL_WHOLESALE_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.BULLION_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.RETAIL_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.DIAMOND_MANUFACTURING_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.METAL_MANUFACTURING_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.COMPONENT_WISE_DIAMOND_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.PAYROLL_AND_HR_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.CATALOGUE_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.REFINERY_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.REPAIRING_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.FIXED_ASSET_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response.BOILING_MODULE" True --MultipartDataMediaFormatterBoundary1q2w3e--