POST api/IntegrationSettings/HjernenOgHjertet
Request Information
URI Parameters
None.
Body Parameters
WorkPoint365.ThirdParty.Model.HjernenOgHjertetSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseBusinessModuleId | globally unique identifier |
None. |
|
| CPRField | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CaseBusinessModuleId": "1666c33a-cdf6-40f2-8330-f5b48087a588",
"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>1666c33a-cdf6-40f2-8330-f5b48087a588</CaseBusinessModuleId> </HjernenOgHjertetSettings>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.