POST StopLightProtocol/RestoreStoplightSettings

Request Information

URI Parameters

None.

Body Parameters

RestoreToDefaultSettingsRequest
NameDescriptionTypeAdditional information
UserId

integer

None.

Id

integer

None.

HierarchyLevel

string

None.

ProtocolLevel

string

None.

PhysicianId

integer

None.

FacilityId

integer

None.

IsSalesSupport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": 1,
  "id": 2,
  "hierarchyLevel": "sample string 3",
  "protocolLevel": "sample string 4",
  "physicianId": 5,
  "facilityId": 6,
  "isSalesSupport": true
}

application/xml, text/xml

Sample:
<RestoreToDefaultSettingsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DynamicsIntegrationToolkit.DTO">
  <FacilityId>6</FacilityId>
  <HierarchyLevel>sample string 3</HierarchyLevel>
  <Id>2</Id>
  <IsSalesSupport>true</IsSalesSupport>
  <PhysicianId>5</PhysicianId>
  <ProtocolLevel>sample string 4</ProtocolLevel>
  <UserId>1</UserId>
</RestoreToDefaultSettingsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.