POST api/Settings/OORequestSettings
Request Information
URI Parameters
None.
Body Parameters
OORequestSettingsDTOName | Description | Type | Additional information |
---|---|---|---|
UseCodifList_Creation | OrgUsage |
None. |
|
UseCodifList_CreationInfo | string |
None. |
|
UseMapLocation | OrgUsage |
None. |
|
LocationIsMandatory | OrgUsage |
None. |
|
UseFreeLocationField | OrgUsage |
None. |
|
ExtraRemarksLabel | string |
None. |
|
ExtraRemarksLabelInfo | string |
None. |
|
Attachments | Collection of string |
None. |
|
ShowCredits | OrgUsage |
None. |
|
ShowCreditsInfo | string |
None. |
|
ShowFramework | OrgUsage |
None. |
|
ShowFrameworkInfo | string |
None. |
|
ShowPriceMode | OrgUsage |
None. |
|
ShowPriceModeInfo | string |
None. |
|
ShowDuration | OrgUsage |
None. |
|
ShowDurationInfo | string |
None. |
|
ShowQualitativeSelection | OrgUsage |
None. |
|
ShowQualitativeSelectionInfo | string |
None. |
|
ShowAwardCriteria | OrgUsage |
None. |
|
ShowAwardCriteriaInfo | string |
None. |
|
ShowProcedure | OrgUsage |
None. |
|
ShowProcedureInfo | string |
None. |
|
ShowClosingDate | OrgUsage |
None. |
|
ShowClosingDateInfo | string |
None. |
|
ShowEstimation | OrgUsage |
None. |
|
ShowEstimationInfo | string |
None. |
|
ShowLots | OrgUsage |
None. |
|
ShowLotsInfo | string |
None. |
|
ShowInvitedOrgs | OrgUsage |
None. |
|
ShowInvitedOrgsInfo | string |
None. |
|
HasFullModule | boolean |
None. |
|
UploadedFilesInfo | string |
None. |
|
ShowProlongations | OrgUsage |
None. |
|
ShowProlongationsInfo | string |
None. |
|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
CrmId | string |
None. |
|
IsArchived | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "UseCodifList_Creation": 0, "UseCodifList_CreationInfo": "sample string 1", "UseMapLocation": 0, "LocationIsMandatory": 0, "UseFreeLocationField": 0, "ExtraRemarksLabel": "sample string 2", "ExtraRemarksLabelInfo": "sample string 3", "Attachments": [ "sample string 1", "sample string 2" ], "ShowCredits": 0, "ShowCreditsInfo": "sample string 4", "ShowFramework": 0, "ShowFrameworkInfo": "sample string 5", "ShowPriceMode": 0, "ShowPriceModeInfo": "sample string 6", "ShowDuration": 0, "ShowDurationInfo": "sample string 7", "ShowQualitativeSelection": 0, "ShowQualitativeSelectionInfo": "sample string 8", "ShowAwardCriteria": 0, "ShowAwardCriteriaInfo": "sample string 9", "ShowProcedure": 0, "ShowProcedureInfo": "sample string 10", "ShowClosingDate": 0, "ShowClosingDateInfo": "sample string 11", "ShowEstimation": 0, "ShowEstimationInfo": "sample string 12", "ShowLots": 0, "ShowLotsInfo": "sample string 13", "ShowInvitedOrgs": 0, "ShowInvitedOrgsInfo": "sample string 14", "HasFullModule": true, "UploadedFilesInfo": "sample string 16", "ShowProlongations": 0, "ShowProlongationsInfo": "sample string 17", "Id": "0c095728-0d0e-4a41-b3b4-f5ac7a7aff78", "Description": "sample string 19", "CrmId": "sample string 20", "IsArchived": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.