POST Xs/Xs_SaveOperationDuration

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_OperationDuration
NameDescriptionTypeAdditional information
ID

integer

None.

COMPANY_CODE

string

None.

PARTNUMBER

string

None.

USER_CCODE

string

None.

OPR_DESCRIPTION

string

None.

IS_MODIFIED

boolean

None.

DURATION_MINUTES

integer

None.

AVERAGE_DURATION_MINUTES

integer

None.

DURATION

decimal number

None.

AVERAGE_DURATION

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "COMPANY_CODE": "sample string 2",
  "PARTNUMBER": "sample string 3",
  "USER_CCODE": "sample string 4",
  "OPR_DESCRIPTION": "sample string 5",
  "IS_MODIFIED": true,
  "DURATION_MINUTES": 1,
  "AVERAGE_DURATION_MINUTES": 1,
  "DURATION": 1.0,
  "AVERAGE_DURATION": 1.0
}

application/xml, text/xml

Sample:
<XS_OperationDuration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <AVERAGE_DURATION>1</AVERAGE_DURATION>
  <AVERAGE_DURATION_MINUTES>1</AVERAGE_DURATION_MINUTES>
  <COMPANY_CODE>sample string 2</COMPANY_CODE>
  <DURATION>1</DURATION>
  <DURATION_MINUTES>1</DURATION_MINUTES>
  <ID>1</ID>
  <IS_MODIFIED>true</IS_MODIFIED>
  <OPR_DESCRIPTION>sample string 5</OPR_DESCRIPTION>
  <PARTNUMBER>sample string 3</PARTNUMBER>
  <USER_CCODE>sample string 4</USER_CCODE>
</XS_OperationDuration>

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.