POST api/CustomerModule

Request Information

URI Parameters

None.

Body Parameters

Collection of CustomerModuleParam
NameDescriptionTypeAdditional information
CustomerId

string

Required

String length: inclusive between 0 and 36

ModuleId

integer

Required

IsEnable

boolean

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "CustomerId": "sample string 1",
    "ModuleId": 2,
    "IsEnable": true
  },
  {
    "CustomerId": "sample string 1",
    "ModuleId": 2,
    "IsEnable": true
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.