POST api/access/control/config

Request Information

URI Parameters

None.

Body Parameters

Collection of AccessControlEntity
NameDescriptionTypeAdditional information
ConfigId

integer

None.

Menu

string

None.

AllowedForAdmin

boolean

None.

AllowedForBillingSpecialist

boolean

None.

AllowedForSecondaryAdmin

boolean

None.

VendorId

integer

None.

CreatedTime

date

None.

UpdatedTime

date

None.

Active

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ConfigId": 1,
    "Menu": "sample string 2",
    "AllowedForAdmin": true,
    "AllowedForBillingSpecialist": true,
    "AllowedForSecondaryAdmin": true,
    "VendorId": 6,
    "CreatedTime": "2025-12-31T16:43:36.4696208+05:30",
    "UpdatedTime": "2025-12-31T16:43:36.4696208+05:30",
    "Active": true
  },
  {
    "ConfigId": 1,
    "Menu": "sample string 2",
    "AllowedForAdmin": true,
    "AllowedForBillingSpecialist": true,
    "AllowedForSecondaryAdmin": true,
    "VendorId": 6,
    "CreatedTime": "2025-12-31T16:43:36.4696208+05:30",
    "UpdatedTime": "2025-12-31T16:43:36.4696208+05:30",
    "Active": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccessControlEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
  <AccessControlEntity>
    <Active>true</Active>
    <AllowedForAdmin>true</AllowedForAdmin>
    <AllowedForBillingSpecialist>true</AllowedForBillingSpecialist>
    <AllowedForSecondaryAdmin>true</AllowedForSecondaryAdmin>
    <ConfigId>1</ConfigId>
    <CreatedTime>2025-12-31T16:43:36.4696208+05:30</CreatedTime>
    <Menu>sample string 2</Menu>
    <UpdatedTime>2025-12-31T16:43:36.4696208+05:30</UpdatedTime>
    <VendorId>6</VendorId>
  </AccessControlEntity>
  <AccessControlEntity>
    <Active>true</Active>
    <AllowedForAdmin>true</AllowedForAdmin>
    <AllowedForBillingSpecialist>true</AllowedForBillingSpecialist>
    <AllowedForSecondaryAdmin>true</AllowedForSecondaryAdmin>
    <ConfigId>1</ConfigId>
    <CreatedTime>2025-12-31T16:43:36.4696208+05:30</CreatedTime>
    <Menu>sample string 2</Menu>
    <UpdatedTime>2025-12-31T16:43:36.4696208+05:30</UpdatedTime>
    <VendorId>6</VendorId>
  </AccessControlEntity>
</ArrayOfAccessControlEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.