POST api/V1/DCFSMRPReferral/CreateDCFSMRPReferral

Request Information

URI Parameters

None.

Body Parameters

ReferralInfo
NameDescriptionTypeAdditional information
CdIncidentCountyType

integer

None.

AdditionalAddressHeader

string

None.

FamilyName

string

None.

FindingDirections

string

None.

AddressFormatCategoryType

integer

None.

StreetNbr

string

None.

CdPreDirType

integer

None.

StreetName

string

None.

CdStreetSuffixType

integer

None.

CdPostDirType

integer

None.

CdUnitType

integer

None.

UnitNumber

string

None.

POBox

string

None.

RuralRoute

string

None.

RuralRouteBox

string

None.

City

string

None.

CdStateType

integer

None.

Zip

string

None.

HomePhone

string

None.

CellPhone

string

None.

MessagePhone

string

None.

WhatHappened

string

None.

ReferDate

date

None.

IncidentDate

string

None.

DemographicList

Collection of Demographic_Info

None.

Request Formats

application/json, text/json

Sample:
{
  "CdIncidentCountyType": 1,
  "AdditionalAddressHeader": "sample string 1",
  "FamilyName": "sample string 2",
  "FindingDirections": "sample string 3",
  "AddressFormatCategoryType": 1,
  "StreetNbr": "sample string 4",
  "CdPreDirType": 1,
  "StreetName": "sample string 5",
  "CdStreetSuffixType": 1,
  "CdPostDirType": 1,
  "CdUnitType": 1,
  "UnitNumber": "sample string 6",
  "POBox": "sample string 7",
  "RuralRoute": "sample string 8",
  "RuralRouteBox": "sample string 9",
  "City": "sample string 10",
  "CdStateType": 1,
  "Zip": "sample string 11",
  "HomePhone": "sample string 12",
  "CellPhone": "sample string 13",
  "MessagePhone": "sample string 14",
  "WhatHappened": "sample string 15",
  "ReferDate": "2024-12-27T16:14:28.2435928-06:00",
  "IncidentDate": "sample string 16",
  "DemographicList": [
    {
      "SSN": "sample string 1",
      "RoleInReferType": 1,
      "Relation": "sample string 2",
      "NamePrefix": "sample string 3",
      "FirstName": "sample string 4",
      "MiddleName": "sample string 5",
      "LastName": "sample string 6",
      "SuffixName": "sample string 7",
      "CdReferTypeRelation": 1,
      "AdditionalAddress": "sample string 8",
      "WorkPhoneNumber": "sample string 9",
      "AddressFormatCategoryType": 1,
      "StreetNbr": "sample string 10",
      "CdPreDirType": 1,
      "StreetName": "sample string 11",
      "CdStreetSuffixType": 1,
      "CdPostDirType": 1,
      "CdUnitType": 1,
      "UnitNumber": "sample string 12",
      "POBox": "sample string 13",
      "RuralRoute": "sample string 14",
      "RuralRouteBox": "sample string 15",
      "FaxNumber": "sample string 16",
      "HomePhone": "sample string 17",
      "CellPhone": "sample string 18",
      "Email": "sample string 19",
      "Ethnicity_Aian": 1,
      "Ethnicity_Asian": 1,
      "Ethnicity_Black": 1,
      "Ethnicity_Napi": 1,
      "Ethnicity_White": 1,
      "Ethnicity_Utd": 1,
      "CdGenderType": 1,
      "BirthDate": "2024-12-27T16:14:28.2435928-06:00",
      "ApproxAge": "sample string 20",
      "ApproxAgeMths": 1,
      "AgeUnknownSwitch": "sample string 21",
      "DayCareSchoolName": "sample string 22",
      "City": "sample string 23",
      "CdStateType": 1,
      "Zip": "sample string 24",
      "EthnicityType": 1,
      "LastClient": "sample string 25"
    },
    {
      "SSN": "sample string 1",
      "RoleInReferType": 1,
      "Relation": "sample string 2",
      "NamePrefix": "sample string 3",
      "FirstName": "sample string 4",
      "MiddleName": "sample string 5",
      "LastName": "sample string 6",
      "SuffixName": "sample string 7",
      "CdReferTypeRelation": 1,
      "AdditionalAddress": "sample string 8",
      "WorkPhoneNumber": "sample string 9",
      "AddressFormatCategoryType": 1,
      "StreetNbr": "sample string 10",
      "CdPreDirType": 1,
      "StreetName": "sample string 11",
      "CdStreetSuffixType": 1,
      "CdPostDirType": 1,
      "CdUnitType": 1,
      "UnitNumber": "sample string 12",
      "POBox": "sample string 13",
      "RuralRoute": "sample string 14",
      "RuralRouteBox": "sample string 15",
      "FaxNumber": "sample string 16",
      "HomePhone": "sample string 17",
      "CellPhone": "sample string 18",
      "Email": "sample string 19",
      "Ethnicity_Aian": 1,
      "Ethnicity_Asian": 1,
      "Ethnicity_Black": 1,
      "Ethnicity_Napi": 1,
      "Ethnicity_White": 1,
      "Ethnicity_Utd": 1,
      "CdGenderType": 1,
      "BirthDate": "2024-12-27T16:14:28.2435928-06:00",
      "ApproxAge": "sample string 20",
      "ApproxAgeMths": 1,
      "AgeUnknownSwitch": "sample string 21",
      "DayCareSchoolName": "sample string 22",
      "City": "sample string 23",
      "CdStateType": 1,
      "Zip": "sample string 24",
      "EthnicityType": 1,
      "LastClient": "sample string 25"
    }
  ]
}

application/xml, text/xml

Sample:
<ReferralInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReferralAPI.Models">
  <AdditionalAddressHeader>sample string 1</AdditionalAddressHeader>
  <AddressFormatCategoryType>1</AddressFormatCategoryType>
  <CdIncidentCountyType>1</CdIncidentCountyType>
  <CdPostDirType>1</CdPostDirType>
  <CdPreDirType>1</CdPreDirType>
  <CdStateType>1</CdStateType>
  <CdStreetSuffixType>1</CdStreetSuffixType>
  <CdUnitType>1</CdUnitType>
  <CellPhone>sample string 13</CellPhone>
  <City>sample string 10</City>
  <DemographicList>
    <Demographic_Info>
      <AdditionalAddress>sample string 8</AdditionalAddress>
      <AddressFormatCategoryType>1</AddressFormatCategoryType>
      <AgeUnknownSwitch>sample string 21</AgeUnknownSwitch>
      <ApproxAge>sample string 20</ApproxAge>
      <ApproxAgeMths>1</ApproxAgeMths>
      <BirthDate>2024-12-27T16:14:28.2435928-06:00</BirthDate>
      <CdGenderType>1</CdGenderType>
      <CdPostDirType>1</CdPostDirType>
      <CdPreDirType>1</CdPreDirType>
      <CdReferTypeRelation>1</CdReferTypeRelation>
      <CdStateType>1</CdStateType>
      <CdStreetSuffixType>1</CdStreetSuffixType>
      <CdUnitType>1</CdUnitType>
      <CellPhone>sample string 18</CellPhone>
      <City>sample string 23</City>
      <DayCareSchoolName>sample string 22</DayCareSchoolName>
      <Email>sample string 19</Email>
      <EthnicityType>1</EthnicityType>
      <Ethnicity_Aian>1</Ethnicity_Aian>
      <Ethnicity_Asian>1</Ethnicity_Asian>
      <Ethnicity_Black>1</Ethnicity_Black>
      <Ethnicity_Napi>1</Ethnicity_Napi>
      <Ethnicity_Utd>1</Ethnicity_Utd>
      <Ethnicity_White>1</Ethnicity_White>
      <FaxNumber>sample string 16</FaxNumber>
      <FirstName>sample string 4</FirstName>
      <HomePhone>sample string 17</HomePhone>
      <LastClient>sample string 25</LastClient>
      <LastName>sample string 6</LastName>
      <MiddleName>sample string 5</MiddleName>
      <NamePrefix>sample string 3</NamePrefix>
      <POBox>sample string 13</POBox>
      <Relation>sample string 2</Relation>
      <RoleInReferType>1</RoleInReferType>
      <RuralRoute>sample string 14</RuralRoute>
      <RuralRouteBox>sample string 15</RuralRouteBox>
      <SSN>sample string 1</SSN>
      <StreetName>sample string 11</StreetName>
      <StreetNbr>sample string 10</StreetNbr>
      <SuffixName>sample string 7</SuffixName>
      <UnitNumber>sample string 12</UnitNumber>
      <WorkPhoneNumber>sample string 9</WorkPhoneNumber>
      <Zip>sample string 24</Zip>
    </Demographic_Info>
    <Demographic_Info>
      <AdditionalAddress>sample string 8</AdditionalAddress>
      <AddressFormatCategoryType>1</AddressFormatCategoryType>
      <AgeUnknownSwitch>sample string 21</AgeUnknownSwitch>
      <ApproxAge>sample string 20</ApproxAge>
      <ApproxAgeMths>1</ApproxAgeMths>
      <BirthDate>2024-12-27T16:14:28.2435928-06:00</BirthDate>
      <CdGenderType>1</CdGenderType>
      <CdPostDirType>1</CdPostDirType>
      <CdPreDirType>1</CdPreDirType>
      <CdReferTypeRelation>1</CdReferTypeRelation>
      <CdStateType>1</CdStateType>
      <CdStreetSuffixType>1</CdStreetSuffixType>
      <CdUnitType>1</CdUnitType>
      <CellPhone>sample string 18</CellPhone>
      <City>sample string 23</City>
      <DayCareSchoolName>sample string 22</DayCareSchoolName>
      <Email>sample string 19</Email>
      <EthnicityType>1</EthnicityType>
      <Ethnicity_Aian>1</Ethnicity_Aian>
      <Ethnicity_Asian>1</Ethnicity_Asian>
      <Ethnicity_Black>1</Ethnicity_Black>
      <Ethnicity_Napi>1</Ethnicity_Napi>
      <Ethnicity_Utd>1</Ethnicity_Utd>
      <Ethnicity_White>1</Ethnicity_White>
      <FaxNumber>sample string 16</FaxNumber>
      <FirstName>sample string 4</FirstName>
      <HomePhone>sample string 17</HomePhone>
      <LastClient>sample string 25</LastClient>
      <LastName>sample string 6</LastName>
      <MiddleName>sample string 5</MiddleName>
      <NamePrefix>sample string 3</NamePrefix>
      <POBox>sample string 13</POBox>
      <Relation>sample string 2</Relation>
      <RoleInReferType>1</RoleInReferType>
      <RuralRoute>sample string 14</RuralRoute>
      <RuralRouteBox>sample string 15</RuralRouteBox>
      <SSN>sample string 1</SSN>
      <StreetName>sample string 11</StreetName>
      <StreetNbr>sample string 10</StreetNbr>
      <SuffixName>sample string 7</SuffixName>
      <UnitNumber>sample string 12</UnitNumber>
      <WorkPhoneNumber>sample string 9</WorkPhoneNumber>
      <Zip>sample string 24</Zip>
    </Demographic_Info>
  </DemographicList>
  <FamilyName>sample string 2</FamilyName>
  <FindingDirections>sample string 3</FindingDirections>
  <HomePhone>sample string 12</HomePhone>
  <IncidentDate>sample string 16</IncidentDate>
  <MessagePhone>sample string 14</MessagePhone>
  <POBox>sample string 7</POBox>
  <ReferDate>2024-12-27T16:14:28.2435928-06:00</ReferDate>
  <RuralRoute>sample string 8</RuralRoute>
  <RuralRouteBox>sample string 9</RuralRouteBox>
  <StreetName>sample string 5</StreetName>
  <StreetNbr>sample string 4</StreetNbr>
  <UnitNumber>sample string 6</UnitNumber>
  <WhatHappened>sample string 15</WhatHappened>
  <Zip>sample string 11</Zip>
</ReferralInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReferralInfo'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.