POST api/people/{id}/updateservicetypes

Update the service types by PersonId This cannot be used internally as they do not have the right to move status up to to approved Only the client does

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Collection of ServiceTypeUpdateCommandDataContract
NameDescriptionTypeAdditional information
ServiceType

EnumDataContract

None.

ServiceStatusType

EnumDataContract

None.

Referral

boolean

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
[
  {
    "ServiceType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "ServiceStatusType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "Referral": true
  },
  {
    "ServiceType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "ServiceStatusType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "Referral": true
  }
]

Response Information

Resource Description

The redaction status of a person

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.