POST api/configuration/deleteB2BPersonsv2

Request Information

URI Parameters

None.

Body Parameters

PersonsDom
NameDescriptionTypeAdditional information
SearchText

string

None.

PersonID

integer

None.

Title

string

None.

Firstname

string

None.

Lastname

string

None.

Suffix

string

None.

UpdatedInfo

string

None.

PrimaryEmail_ForLOGIN

string

None.

Mobile_ForOTP

string

None.

PersonType

string

None.

PersonImageURL

string

None.

Password

string

None.

CreatedBy

string

None.

BusinessEntityID

integer

None.

PersonID_OUT

integer

None.

IsActive

boolean

None.

PersonID_IN

integer

None.

ClientID

integer

None.

BusinessID

integer

None.

IsPrimaryPerson

boolean

None.

IsPrimaryPersonContact

boolean

None.

ClientName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchText": "sample string 1",
  "PersonID": 2,
  "Title": "sample string 3",
  "Firstname": "sample string 4",
  "Lastname": "sample string 5",
  "Suffix": "sample string 6",
  "UpdatedInfo": "sample string 7",
  "PrimaryEmail_ForLOGIN": "sample string 8",
  "Mobile_ForOTP": "sample string 9",
  "PersonType": "sample string 10",
  "PersonImageURL": "sample string 11",
  "Password": "sample string 12",
  "CreatedBy": "sample string 13",
  "BusinessEntityID": 14,
  "PersonID_OUT": 15,
  "IsActive": true,
  "PersonID_IN": 17,
  "ClientID": 18,
  "BusinessID": 19,
  "IsPrimaryPerson": true,
  "IsPrimaryPersonContact": true,
  "ClientName": "sample string 22"
}

application/xml, text/xml

Sample:
<PersonsDom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modulusv4.Domain">
  <BusinessEntityID>14</BusinessEntityID>
  <BusinessID>19</BusinessID>
  <ClientID>18</ClientID>
  <ClientName>sample string 22</ClientName>
  <CreatedBy>sample string 13</CreatedBy>
  <Firstname>sample string 4</Firstname>
  <IsActive>true</IsActive>
  <IsPrimaryPerson>true</IsPrimaryPerson>
  <IsPrimaryPersonContact>true</IsPrimaryPersonContact>
  <Lastname>sample string 5</Lastname>
  <Mobile_ForOTP>sample string 9</Mobile_ForOTP>
  <Password>sample string 12</Password>
  <PersonID>2</PersonID>
  <PersonID_IN>17</PersonID_IN>
  <PersonID_OUT>15</PersonID_OUT>
  <PersonImageURL>sample string 11</PersonImageURL>
  <PersonType>sample string 10</PersonType>
  <PrimaryEmail_ForLOGIN>sample string 8</PrimaryEmail_ForLOGIN>
  <SearchText>sample string 1</SearchText>
  <Suffix>sample string 6</Suffix>
  <Title>sample string 3</Title>
  <UpdatedInfo>sample string 7</UpdatedInfo>
</PersonsDom>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.