POST api/ResponsiblePeople/SyncResponsiblePeople
Request Information
URI Parameters
None.
Body Parameters
Collection of ResponsiblePeople| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| FullName | string |
None. |
|
| EmailAddress | string |
None. |
|
| CompanyName | string |
None. |
|
| IsHide | boolean |
None. |
|
| IsMailSend | boolean |
None. |
|
| WeekNumber | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| InspectionId | integer |
None. |
|
| InspectionInspectorId | integer |
None. |
|
| InspectionIsCompleted | boolean |
None. |
|
| LocalId | integer |
None. |
|
| LocalCustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CustomerId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 5",
"EmailAddress": "sample string 6",
"CompanyName": "sample string 7",
"IsHide": true,
"IsMailSend": true,
"WeekNumber": 1,
"CreatedBy": 10,
"CreatedDate": "2025-12-16T01:05:02.1959201+00:00",
"LastModifiedBy": 12,
"LastModifiedDate": "2025-12-16T01:05:02.1959201+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:02.1959201+00:00",
"InspectionId": 14,
"InspectionInspectorId": 15,
"InspectionIsCompleted": true,
"LocalId": 17,
"LocalCustomerId": 18
},
{
"Id": 1,
"CustomerId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 5",
"EmailAddress": "sample string 6",
"CompanyName": "sample string 7",
"IsHide": true,
"IsMailSend": true,
"WeekNumber": 1,
"CreatedBy": 10,
"CreatedDate": "2025-12-16T01:05:02.1959201+00:00",
"LastModifiedBy": 12,
"LastModifiedDate": "2025-12-16T01:05:02.1959201+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:02.1959201+00:00",
"InspectionId": 14,
"InspectionInspectorId": 15,
"InspectionIsCompleted": true,
"LocalId": 17,
"LocalCustomerId": 18
}
]
application/xml, text/xml
Sample:
<ArrayOfResponsiblePeople xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
<ResponsiblePeople>
<CompanyName>sample string 7</CompanyName>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:05:02.1959201+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:02.1959201+00:00</DeletedDate>
<EmailAddress>sample string 6</EmailAddress>
<FirstName>sample string 3</FirstName>
<FullName>sample string 5</FullName>
<Id>1</Id>
<InspectionId>14</InspectionId>
<InspectionInspectorId>15</InspectionInspectorId>
<InspectionIsCompleted>true</InspectionIsCompleted>
<IsHide>true</IsHide>
<IsMailSend>true</IsMailSend>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:02.1959201+00:00</LastModifiedDate>
<LastName>sample string 4</LastName>
<LocalCustomerId>18</LocalCustomerId>
<LocalId>17</LocalId>
<WeekNumber>1</WeekNumber>
</ResponsiblePeople>
<ResponsiblePeople>
<CompanyName>sample string 7</CompanyName>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:05:02.1959201+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:02.1959201+00:00</DeletedDate>
<EmailAddress>sample string 6</EmailAddress>
<FirstName>sample string 3</FirstName>
<FullName>sample string 5</FullName>
<Id>1</Id>
<InspectionId>14</InspectionId>
<InspectionInspectorId>15</InspectionInspectorId>
<InspectionIsCompleted>true</InspectionIsCompleted>
<IsHide>true</IsHide>
<IsMailSend>true</IsMailSend>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:02.1959201+00:00</LastModifiedDate>
<LastName>sample string 4</LastName>
<LocalCustomerId>18</LocalCustomerId>
<LocalId>17</LocalId>
<WeekNumber>1</WeekNumber>
</ResponsiblePeople>
</ArrayOfResponsiblePeople>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.