POST api/title/post

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:
{
  "Committee": {
    "Id": "59023778-0eb6-4017-9fc3-927b6dfca0ce",
    "Name": "sample string 3"
  },
  "Department": {
    "orgLevel": 0,
    "Id": "8e5f542a-ac90-4e89-8213-d6667ef5e6a1",
    "Name": "sample string 2"
  },
  "Profile": {
    "Id": "59023778-0eb6-4017-9fc3-927b6dfca0ce",
    "Name": "sample string 3"
  },
  "Union": {
    "Number": "sample string 1",
    "Id": "d462afed-80c8-40a7-969f-b3299cd979fc",
    "Name": "sample string 3"
  },
  "Type": {
    "Id": "59023778-0eb6-4017-9fc3-927b6dfca0ce",
    "Name": "sample string 3"
  },
  "From": "2026-08-27T22:06:41.5688973+00:00",
  "Status": 1,
  "To": "2026-08-27T22:06:41.5688973+00:00",
  "Id": "bb3a4bee-16ff-40e7-947f-1268c3f84c3e",
  "Name": "sample string 2"
}

application/xml, text/xml

Sample:
<TitlesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models.BfoPortal">
  <Id xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">bb3a4bee-16ff-40e7-947f-1268c3f84c3e</Id>
  <Name xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">sample string 2</Name>
  <Committee xmlns:d2p1="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">
    <d2p1:Id>59023778-0eb6-4017-9fc3-927b6dfca0ce</d2p1:Id>
    <d2p1:Name>sample string 3</d2p1:Name>
  </Committee>
  <Department>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">8e5f542a-ac90-4e89-8213-d6667ef5e6a1</Id>
    <Name xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">sample string 2</Name>
    <orgLevel>Unknown</orgLevel>
  </Department>
  <From>2026-08-27T22:06:41.5688973+00:00</From>
  <Profile xmlns:d2p1="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">
    <d2p1:Id>59023778-0eb6-4017-9fc3-927b6dfca0ce</d2p1:Id>
    <d2p1:Name>sample string 3</d2p1:Name>
  </Profile>
  <Status>NotApproved</Status>
  <To>2026-08-27T22:06:41.5688973+00:00</To>
  <Type xmlns:d2p1="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">
    <d2p1:Id>59023778-0eb6-4017-9fc3-927b6dfca0ce</d2p1:Id>
    <d2p1:Name>sample string 3</d2p1:Name>
  </Type>
  <Union>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">d462afed-80c8-40a7-969f-b3299cd979fc</Id>
    <Name xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models">sample string 3</Name>
    <Number>sample string 1</Number>
  </Union>
</TitlesModel>

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.