POST api/AuRoleMaster

Request Information

URI Parameters

None.

Body Parameters

A_U_RoleMaster
NameDescriptionTypeAdditional information
RoleID

integer

None.

RoleName

string

None.

CreatedBy

string

None.

LastUpdated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RoleID": 1,
  "RoleName": "sample string 2",
  "CreatedBy": "sample string 3",
  "LastUpdated": "2026-07-31T15:21:11.3952891-07:00"
}

application/xml, text/xml

Sample:
<A_U_RoleMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.DAL.DataModel">
  <CreatedBy>sample string 3</CreatedBy>
  <LastUpdated>2026-07-31T15:21:11.3952891-07:00</LastUpdated>
  <RoleID>1</RoleID>
  <RoleName>sample string 2</RoleName>
</A_U_RoleMaster>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'A_U_RoleMaster'.

Response Information

Resource Description

A_U_RoleMaster
NameDescriptionTypeAdditional information
RoleID

integer

None.

RoleName

string

None.

CreatedBy

string

None.

LastUpdated

date

None.

Response Formats

application/json, text/json

Sample:
{
  "RoleID": 1,
  "RoleName": "sample string 2",
  "CreatedBy": "sample string 3",
  "LastUpdated": "2026-07-31T15:21:11.3992861-07:00"
}

application/xml, text/xml

Sample:
<A_U_RoleMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.DAL.DataModel">
  <CreatedBy>sample string 3</CreatedBy>
  <LastUpdated>2026-07-31T15:21:11.3992861-07:00</LastUpdated>
  <RoleID>1</RoleID>
  <RoleName>sample string 2</RoleName>
</A_U_RoleMaster>