POST api/A_U_UserFunctionMaster/PutA_U_UserFunctionMaster

Request Information

URI Parameters

None.

Body Parameters

A_U_UserFunctionMaster
NameDescriptionTypeAdditional information
ID

integer

None.

UserID

integer

None.

UserFunctionID

integer

None.

UserFunctionName

string

None.

CreatedBy

string

None.

LastUpdated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UserID": 1,
  "UserFunctionID": 1,
  "UserFunctionName": "sample string 2",
  "CreatedBy": "sample string 3",
  "LastUpdated": "2026-07-31T15:18:54.0207088-07:00"
}

application/xml, text/xml

Sample:
<A_U_UserFunctionMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.DAL.DataModel">
  <CreatedBy>sample string 3</CreatedBy>
  <ID>1</ID>
  <LastUpdated>2026-07-31T15:18:54.0207088-07:00</LastUpdated>
  <UserFunctionID>1</UserFunctionID>
  <UserFunctionName>sample string 2</UserFunctionName>
  <UserID>1</UserID>
</A_U_UserFunctionMaster>

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_UserFunctionMaster'.

Response Information

Resource Description

None.