POST api/IntegrationSettings/HjernenOgHjertet

Request Information

URI Parameters

None.

Body Parameters

WorkPoint365.ThirdParty.Model.HjernenOgHjertetSettings
NameDescriptionTypeAdditional information
CaseBusinessModuleId

globally unique identifier

None.

CPRField

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CaseBusinessModuleId": "e55bee27-004d-42c9-b5cb-ff80e32ec1c4",
  "CPRField": "sample string 2"
}

application/xml, text/xml

Sample:
<HjernenOgHjertetSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.ThirdParty.Model">
  <CPRField>sample string 2</CPRField>
  <CaseBusinessModuleId>e55bee27-004d-42c9-b5cb-ff80e32ec1c4</CaseBusinessModuleId>
</HjernenOgHjertetSettings>

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.