POST api/Settings/OORequestSettings
Request Information
URI Parameters
None.
Body Parameters
OORequestSettingsDTOName | Description | Type | Additional information |
---|---|---|---|
UseCodifList_Creation | OrgUsage |
None. |
|
UseMapLocation | OrgUsage |
None. |
|
LocationIsMandatory | OrgUsage |
None. |
|
UseFreeLocationField | OrgUsage |
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, "UseMapLocation": 0, "LocationIsMandatory": 0, "UseFreeLocationField": 0, "Id": "c8ef43e1-5787-4f2e-a369-8fae5d289ed7", "Description": "sample string 2", "CrmId": "sample string 3", "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.