POST TimeTrack/StopProcess

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.TimeTrack_StopProcessParam
NameDescriptionTypeAdditional information
OPR_IDs

Collection of globally unique identifier

None.

OperationCount

integer

None.

IsOverTime

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OPR_IDs": [
    "0152cb84-4cbd-44bc-8657-12c69dc043a4",
    "a4a810d4-a8cd-4ff3-83e9-902ffac45723"
  ],
  "OperationCount": 1,
  "IsOverTime": true
}

application/xml, text/xml

Sample:
<TimeTrack_StopProcessParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <IsOverTime>true</IsOverTime>
  <OPR_IDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>0152cb84-4cbd-44bc-8657-12c69dc043a4</d2p1:guid>
    <d2p1:guid>a4a810d4-a8cd-4ff3-83e9-902ffac45723</d2p1:guid>
  </OPR_IDs>
  <OperationCount>1</OperationCount>
</TimeTrack_StopProcessParam>

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.