POST api/business/{applicationId}/contact/{userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
applicationId

integer

Required

userId

integer

Required

Body Parameters

EntityContactUserDetails
NameDescriptionTypeAdditional information
ApplicationUserId

integer

None.

ApplicationId

integer

None.

UserId

integer

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

PhoneNumber

string

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedDtm

string

None.

UpdatedDtm

string

None.

FollowUpDate

date

None.

EnableFollowUp

boolean

None.

CustomerFollowUpTime

string

None.

CustomerFollowUpDate

string

None.

CustomerEnableFollowUp

boolean

None.

FollowUpDtm

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationUserId": 1,
  "ApplicationId": 2,
  "UserId": 3,
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "Email": "sample string 6",
  "PhoneNumber": "sample string 7",
  "CreatedDate": "2026-07-22T12:28:56.4598773-07:00",
  "UpdatedDate": "2026-07-22T12:28:56.4598773-07:00",
  "CreatedDtm": "Jul 22 2026",
  "UpdatedDtm": "Jul 22 2026",
  "FollowUpDate": "2026-07-22T12:28:56.4598773-07:00",
  "EnableFollowUp": true,
  "CustomerFollowUpTime": "sample string 12",
  "CustomerFollowUpDate": "sample string 13",
  "CustomerEnableFollowUp": true,
  "FollowUpDtm": "07/22/2026"
}

application/xml, text/xml

Sample:
<EntityContactUserDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
  <ApplicationId>2</ApplicationId>
  <ApplicationUserId>1</ApplicationUserId>
  <CreatedDate>2026-07-22T12:28:56.4598773-07:00</CreatedDate>
  <CustomerEnableFollowUp>true</CustomerEnableFollowUp>
  <CustomerFollowUpDate>sample string 13</CustomerFollowUpDate>
  <CustomerFollowUpTime>sample string 12</CustomerFollowUpTime>
  <Email>sample string 6</Email>
  <EnableFollowUp>true</EnableFollowUp>
  <FirstName>sample string 4</FirstName>
  <FollowUpDate>2026-07-22T12:28:56.4598773-07:00</FollowUpDate>
  <LastName>sample string 5</LastName>
  <PhoneNumber>sample string 7</PhoneNumber>
  <UpdatedDate>2026-07-22T12:28:56.4598773-07:00</UpdatedDate>
  <UserId>3</UserId>
</EntityContactUserDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.