POST Xs/XS_SaveUserAuthInfo

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_UserAuthInfo
NameDescriptionTypeAdditional information
COMPANY_CODE

string

None.

CCODE

string

None.

DEVICE_ID

string

None.

ADDED_ON

date

None.

Request Formats

application/json, text/json

Sample:
{
  "COMPANY_CODE": "sample string 1",
  "CCODE": "sample string 2",
  "DEVICE_ID": "sample string 3",
  "ADDED_ON": "2026-04-03T08:45:40.4657379-04:00"
}

application/xml, text/xml

Sample:
<XS_UserAuthInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_ON>2026-04-03T08:45:40.4657379-04:00</ADDED_ON>
  <CCODE>sample string 2</CCODE>
  <COMPANY_CODE>sample string 1</COMPANY_CODE>
  <DEVICE_ID>sample string 3</DEVICE_ID>
</XS_UserAuthInfo>

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.