POST api/customer/postinsurence

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Email": 1,
  "Phone": 1,
  "SMS": 1,
  "Mail": 1,
  "Partner": 1,
  "Id": "2d5d09e4-e706-4955-924f-cdc5450ceb9b",
  "ParentId": "132c9bcd-326e-4e45-a1bc-e979fee77a87",
  "ParentName": "sample string 3",
  "InternalId": "2d5d09e4-e706-4955-924f-cdc5450ceb9b",
  "IntId": 1,
  "boolValue": true,
  "Name": "sample string 5",
  "LogicalName": null,
  "IsReadAble": true,
  "IsEditAble": true,
  "IsCreateAble": true,
  "AccessLevel": 9
}

application/xml, text/xml

Sample:
<ConcentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">
  <AccessLevel>9</AccessLevel>
  <Id>2d5d09e4-e706-4955-924f-cdc5450ceb9b</Id>
  <IntId>1</IntId>
  <IsCreateAble>true</IsCreateAble>
  <IsEditAble>true</IsEditAble>
  <IsReadAble>true</IsReadAble>
  <Name>sample string 5</Name>
  <ParentId>132c9bcd-326e-4e45-a1bc-e979fee77a87</ParentId>
  <ParentName>sample string 3</ParentName>
  <boolValue>true</boolValue>
  <Email>YES</Email>
  <Mail>YES</Mail>
  <Partner>YES</Partner>
  <Phone>YES</Phone>
  <SMS>YES</SMS>
</ConcentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.