POST Norcatec/NTEC_SaveUserAccess

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_UserAccessSaveParam
NameDescriptionTypeAdditional information
USER_CODE

string

None.

APP_CODE

string

None.

PAGE_CODES_CSV

string

None.

UPDATED_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_CODE": "sample string 1",
  "APP_CODE": "sample string 2",
  "PAGE_CODES_CSV": "sample string 3",
  "UPDATED_BY": "sample string 4"
}

application/xml, text/xml

Sample:
<XS_UserAccessSaveParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <APP_CODE>sample string 2</APP_CODE>
  <PAGE_CODES_CSV>sample string 3</PAGE_CODES_CSV>
  <UPDATED_BY>sample string 4</UPDATED_BY>
  <USER_CODE>sample string 1</USER_CODE>
</XS_UserAccessSaveParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.