POST Pentagon/SaveCategory

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.CATEGORY
NameDescriptionTypeAdditional information
CATEGORY_CODE

string

None.

CAT_TYPE

string

None.

CAT_NUM

integer

None.

NAME

string

None.

RESPONSIBLE_BY

string

None.

SCHEDULE_B

string

None.

KASTO_WEIGHT_TOLERANCE

decimal number

None.

NOTIFY_USERS

string

None.

RECLOCK

string

None.

ADDED_USR

string

None.

ADDED_DTE

date

None.

UPDATED_USR

string

None.

UPDATED_DTE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CATEGORY_CODE": "sample string 1",
  "CAT_TYPE": "sample string 2",
  "CAT_NUM": 1,
  "NAME": "sample string 3",
  "RESPONSIBLE_BY": "sample string 4",
  "SCHEDULE_B": "sample string 5",
  "KASTO_WEIGHT_TOLERANCE": 1.0,
  "NOTIFY_USERS": "sample string 6",
  "RECLOCK": "sample string 7",
  "ADDED_USR": "sample string 8",
  "ADDED_DTE": "2026-04-03T08:50:00.9598713-04:00",
  "UPDATED_USR": "sample string 9",
  "UPDATED_DTE": "2026-04-03T08:50:00.9598713-04:00"
}

application/xml, text/xml

Sample:
<CATEGORY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_DTE>2026-04-03T08:50:00.9598713-04:00</ADDED_DTE>
  <ADDED_USR>sample string 8</ADDED_USR>
  <CATEGORY_CODE>sample string 1</CATEGORY_CODE>
  <CAT_NUM>1</CAT_NUM>
  <CAT_TYPE>sample string 2</CAT_TYPE>
  <KASTO_WEIGHT_TOLERANCE>1</KASTO_WEIGHT_TOLERANCE>
  <NAME>sample string 3</NAME>
  <NOTIFY_USERS>sample string 6</NOTIFY_USERS>
  <RECLOCK>sample string 7</RECLOCK>
  <RESPONSIBLE_BY>sample string 4</RESPONSIBLE_BY>
  <SCHEDULE_B>sample string 5</SCHEDULE_B>
  <UPDATED_DTE>2026-04-03T08:50:00.9598713-04:00</UPDATED_DTE>
  <UPDATED_USR>sample string 9</UPDATED_USR>
</CATEGORY>

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.