POST api/Contact/BulkUpdateSheet
Request Information
URI Parameters
None.
Body Parameters
Collection of BulkContactExcelVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PreSalesAgent | string |
None. |
|
| SalesAgent | string |
None. |
|
| ChannelPartner | string |
None. |
|
| SourcingManager | string |
None. |
|
| Stage | string |
None. |
|
| Type | string |
None. |
|
| Contactcategory | string |
None. |
|
| Contactsubcategory | string |
None. |
|
| Tags | string |
None. |
|
| Address | string |
None. |
|
| Remark | string |
None. |
|
| NextFollowupDate | date |
None. |
|
| NextFollowupRemark | string |
None. |
|
| DeleteContact | string |
None. |
|
| DeleteTimeline | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"PreSalesAgent": "sample string 2",
"SalesAgent": "sample string 3",
"ChannelPartner": "sample string 4",
"SourcingManager": "sample string 5",
"Stage": "sample string 6",
"Type": "sample string 7",
"Contactcategory": "sample string 8",
"Contactsubcategory": "sample string 9",
"Tags": "sample string 10",
"Address": "sample string 11",
"Remark": "sample string 12",
"NextFollowupDate": "2026-05-21T11:42:03.0929482Z",
"NextFollowupRemark": "sample string 14",
"DeleteContact": "sample string 15",
"DeleteTimeline": "sample string 16"
},
{
"Id": 1,
"PreSalesAgent": "sample string 2",
"SalesAgent": "sample string 3",
"ChannelPartner": "sample string 4",
"SourcingManager": "sample string 5",
"Stage": "sample string 6",
"Type": "sample string 7",
"Contactcategory": "sample string 8",
"Contactsubcategory": "sample string 9",
"Tags": "sample string 10",
"Address": "sample string 11",
"Remark": "sample string 12",
"NextFollowupDate": "2026-05-21T11:42:03.0929482Z",
"NextFollowupRemark": "sample string 14",
"DeleteContact": "sample string 15",
"DeleteTimeline": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfBulkContactExcelVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.Contact">
<BulkContactExcelVm>
<Address>sample string 11</Address>
<ChannelPartner>sample string 4</ChannelPartner>
<Contactcategory>sample string 8</Contactcategory>
<Contactsubcategory>sample string 9</Contactsubcategory>
<DeleteContact>sample string 15</DeleteContact>
<DeleteTimeline>sample string 16</DeleteTimeline>
<Id>1</Id>
<NextFollowupDate>2026-05-21T11:42:03.0929482+00:00</NextFollowupDate>
<NextFollowupRemark>sample string 14</NextFollowupRemark>
<PreSalesAgent>sample string 2</PreSalesAgent>
<Remark>sample string 12</Remark>
<SalesAgent>sample string 3</SalesAgent>
<SourcingManager>sample string 5</SourcingManager>
<Stage>sample string 6</Stage>
<Tags>sample string 10</Tags>
<Type>sample string 7</Type>
</BulkContactExcelVm>
<BulkContactExcelVm>
<Address>sample string 11</Address>
<ChannelPartner>sample string 4</ChannelPartner>
<Contactcategory>sample string 8</Contactcategory>
<Contactsubcategory>sample string 9</Contactsubcategory>
<DeleteContact>sample string 15</DeleteContact>
<DeleteTimeline>sample string 16</DeleteTimeline>
<Id>1</Id>
<NextFollowupDate>2026-05-21T11:42:03.0929482+00:00</NextFollowupDate>
<NextFollowupRemark>sample string 14</NextFollowupRemark>
<PreSalesAgent>sample string 2</PreSalesAgent>
<Remark>sample string 12</Remark>
<SalesAgent>sample string 3</SalesAgent>
<SourcingManager>sample string 5</SourcingManager>
<Stage>sample string 6</Stage>
<Tags>sample string 10</Tags>
<Type>sample string 7</Type>
</BulkContactExcelVm>
</ArrayOfBulkContactExcelVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Description | string |
None. |
|
| Data | Object |
None. |
|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Description": "sample string 3",
"Data": {},
"Count": 5
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models"> <Count>5</Count> <Data /> <Description>sample string 3</Description> <Message>sample string 2</Message> <Success>true</Success> </Response>