POST api/client/bulkInsert?cid={cid}&userID={userID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cid

integer

Required

userID

integer

Required

Body Parameters

Collection of T_G_Employer
NameDescriptionTypeAdditional information
ClID

integer

None.

LedgerID

integer

None.

EmpName

string

None.

EmpAddress

string

None.

ContactPerson

string

None.

Mobile

string

None.

OfficeNo

string

None.

homeNo

string

None.

BitsStatus

integer

None.

CreatedOn

date

None.

CreatedBy

integer

None.

UpdatedOn

date

None.

PreOrder

string

None.

UpdatedBY

integer

None.

StateId

integer

None.

UserName

string

None.

Password

string

None.

VenderID

integer

None.

CompanyID

integer

None.

ClientType

integer

None.

HardCopy

string

None.

ss

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ClID": 1,
    "LedgerID": 1,
    "EmpName": "sample string 2",
    "EmpAddress": "sample string 3",
    "ContactPerson": "sample string 4",
    "Mobile": "sample string 5",
    "OfficeNo": "sample string 6",
    "homeNo": "sample string 7",
    "BitsStatus": 8,
    "CreatedOn": "2025-06-29T15:29:03.5383656+00:00",
    "CreatedBy": 10,
    "UpdatedOn": "2025-06-29T15:29:03.5383656+00:00",
    "PreOrder": "sample string 12",
    "UpdatedBY": 13,
    "StateId": 1,
    "UserName": "sample string 14",
    "Password": "sample string 15",
    "VenderID": 1,
    "CompanyID": 16,
    "ClientType": 17,
    "HardCopy": "sample string 18",
    "ss": 19
  },
  {
    "ClID": 1,
    "LedgerID": 1,
    "EmpName": "sample string 2",
    "EmpAddress": "sample string 3",
    "ContactPerson": "sample string 4",
    "Mobile": "sample string 5",
    "OfficeNo": "sample string 6",
    "homeNo": "sample string 7",
    "BitsStatus": 8,
    "CreatedOn": "2025-06-29T15:29:03.5383656+00:00",
    "CreatedBy": 10,
    "UpdatedOn": "2025-06-29T15:29:03.5383656+00:00",
    "PreOrder": "sample string 12",
    "UpdatedBY": 13,
    "StateId": 1,
    "UserName": "sample string 14",
    "Password": "sample string 15",
    "VenderID": 1,
    "CompanyID": 16,
    "ClientType": 17,
    "HardCopy": "sample string 18",
    "ss": 19
  }
]

application/xml, text/xml

Sample:
<ArrayOfT_G_Employer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <T_G_Employer>
    <BitsStatus>8</BitsStatus>
    <ClID>1</ClID>
    <ClientType>17</ClientType>
    <CompanyID>16</CompanyID>
    <ContactPerson>sample string 4</ContactPerson>
    <CreatedBy>10</CreatedBy>
    <CreatedOn>2025-06-29T15:29:03.5383656+00:00</CreatedOn>
    <EmpAddress>sample string 3</EmpAddress>
    <EmpName>sample string 2</EmpName>
    <HardCopy>sample string 18</HardCopy>
    <LedgerID>1</LedgerID>
    <Mobile>sample string 5</Mobile>
    <OfficeNo>sample string 6</OfficeNo>
    <Password>sample string 15</Password>
    <PreOrder>sample string 12</PreOrder>
    <StateId>1</StateId>
    <UpdatedBY>13</UpdatedBY>
    <UpdatedOn>2025-06-29T15:29:03.5383656+00:00</UpdatedOn>
    <UserName>sample string 14</UserName>
    <VenderID>1</VenderID>
    <homeNo>sample string 7</homeNo>
    <ss>19</ss>
  </T_G_Employer>
  <T_G_Employer>
    <BitsStatus>8</BitsStatus>
    <ClID>1</ClID>
    <ClientType>17</ClientType>
    <CompanyID>16</CompanyID>
    <ContactPerson>sample string 4</ContactPerson>
    <CreatedBy>10</CreatedBy>
    <CreatedOn>2025-06-29T15:29:03.5383656+00:00</CreatedOn>
    <EmpAddress>sample string 3</EmpAddress>
    <EmpName>sample string 2</EmpName>
    <HardCopy>sample string 18</HardCopy>
    <LedgerID>1</LedgerID>
    <Mobile>sample string 5</Mobile>
    <OfficeNo>sample string 6</OfficeNo>
    <Password>sample string 15</Password>
    <PreOrder>sample string 12</PreOrder>
    <StateId>1</StateId>
    <UpdatedBY>13</UpdatedBY>
    <UpdatedOn>2025-06-29T15:29:03.5383656+00:00</UpdatedOn>
    <UserName>sample string 14</UserName>
    <VenderID>1</VenderID>
    <homeNo>sample string 7</homeNo>
    <ss>19</ss>
  </T_G_Employer>
</ArrayOfT_G_Employer>

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.