POST api/Customer/SyncCustomer

Request Information

URI Parameters

None.

Body Parameters

Collection of Customer
NameDescriptionTypeAdditional information
Id

integer

None.

FirstName

string

None.

LastName

string

None.

CompanyCode

string

None.

CustomerName

string

None.

CompanyName

string

None.

Line1

string

None.

Line2

string

None.

City

string

None.

County

string

None.

PostCode

string

None.

EmailAddress

string

None.

Password

string

None.

PhoneNumber

string

None.

ParentId

integer

None.

RoleId

integer

None.

ImageName

string

None.

IsApproved

boolean

None.

IsActive

boolean

None.

IsMyMachineSafe

boolean

None.

IsRequestMyMachineSafe

boolean

None.

IsDemo

boolean

None.

CreatedDate

date

None.

CreatedBy

integer

None.

LastModifiedDate

date

None.

LastModifiedBy

integer

None.

DeletedDate

date

None.

DeletedBy

integer

None.

ProfilePhotoStoragePath

string

None.

PlainTextPassword

string

None.

TwoFactorSecretKey

string

None.

IsTwoFA

boolean

None.

TwoFADate

date

None.

UserLevelId

integer

None.

IsCollaboration

boolean

None.

IsParentConsultant

boolean

None.

PlanId

integer

None.

Department

string

None.

Location

string

None.

SiteTypeId

integer

None.

LastLoggedOnDate

date

None.

LogoPath

string

None.

CustomerLogoPath

string

None.

ImageBase64

string

None.

IsConsultant

boolean

None.

PasswordHash

string

None.

ColumnName

string

None.

SortDirection

string

None.

FullName

string

None.

PlanName

string

None.

UserLevelName

string

None.

LocalId

integer

None.

LocalParentId

integer

None.

IsApp

boolean

None.

IsWeb

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "CompanyCode": "sample string 4",
    "CustomerName": "sample string 5",
    "CompanyName": "sample string 6",
    "Line1": "sample string 7",
    "Line2": "sample string 8",
    "City": "sample string 9",
    "County": "sample string 10",
    "PostCode": "sample string 11",
    "EmailAddress": "sample string 12",
    "Password": "sample string 13",
    "PhoneNumber": "sample string 14",
    "ParentId": 1,
    "RoleId": 15,
    "ImageName": "sample string 16",
    "IsApproved": true,
    "IsActive": true,
    "IsMyMachineSafe": true,
    "IsRequestMyMachineSafe": true,
    "IsDemo": true,
    "CreatedDate": "2025-08-29T20:26:52.07308+00:00",
    "CreatedBy": 1,
    "LastModifiedDate": "2025-08-29T20:26:52.07308+00:00",
    "LastModifiedBy": 1,
    "DeletedDate": "2025-08-29T20:26:52.07308+00:00",
    "DeletedBy": 1,
    "ProfilePhotoStoragePath": "sample string 23",
    "PlainTextPassword": "sample string 24",
    "TwoFactorSecretKey": "sample string 25",
    "IsTwoFA": true,
    "TwoFADate": "2025-08-29T20:26:52.07308+00:00",
    "UserLevelId": 1,
    "IsCollaboration": true,
    "IsParentConsultant": true,
    "PlanId": 27,
    "Department": "sample string 28",
    "Location": "sample string 29",
    "SiteTypeId": 30,
    "LastLoggedOnDate": "2025-08-29T20:26:52.07308+00:00",
    "LogoPath": "sample string 31",
    "CustomerLogoPath": "sample string 32",
    "ImageBase64": "sample string 33",
    "IsConsultant": true,
    "PasswordHash": "sample string 35",
    "ColumnName": "sample string 36",
    "SortDirection": "sample string 37",
    "FullName": "sample string 38",
    "PlanName": "sample string 39",
    "UserLevelName": "sample string 40",
    "LocalId": 41,
    "LocalParentId": 1,
    "IsApp": true,
    "IsWeb": true
  },
  {
    "Id": 1,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "CompanyCode": "sample string 4",
    "CustomerName": "sample string 5",
    "CompanyName": "sample string 6",
    "Line1": "sample string 7",
    "Line2": "sample string 8",
    "City": "sample string 9",
    "County": "sample string 10",
    "PostCode": "sample string 11",
    "EmailAddress": "sample string 12",
    "Password": "sample string 13",
    "PhoneNumber": "sample string 14",
    "ParentId": 1,
    "RoleId": 15,
    "ImageName": "sample string 16",
    "IsApproved": true,
    "IsActive": true,
    "IsMyMachineSafe": true,
    "IsRequestMyMachineSafe": true,
    "IsDemo": true,
    "CreatedDate": "2025-08-29T20:26:52.07308+00:00",
    "CreatedBy": 1,
    "LastModifiedDate": "2025-08-29T20:26:52.07308+00:00",
    "LastModifiedBy": 1,
    "DeletedDate": "2025-08-29T20:26:52.07308+00:00",
    "DeletedBy": 1,
    "ProfilePhotoStoragePath": "sample string 23",
    "PlainTextPassword": "sample string 24",
    "TwoFactorSecretKey": "sample string 25",
    "IsTwoFA": true,
    "TwoFADate": "2025-08-29T20:26:52.07308+00:00",
    "UserLevelId": 1,
    "IsCollaboration": true,
    "IsParentConsultant": true,
    "PlanId": 27,
    "Department": "sample string 28",
    "Location": "sample string 29",
    "SiteTypeId": 30,
    "LastLoggedOnDate": "2025-08-29T20:26:52.07308+00:00",
    "LogoPath": "sample string 31",
    "CustomerLogoPath": "sample string 32",
    "ImageBase64": "sample string 33",
    "IsConsultant": true,
    "PasswordHash": "sample string 35",
    "ColumnName": "sample string 36",
    "SortDirection": "sample string 37",
    "FullName": "sample string 38",
    "PlanName": "sample string 39",
    "UserLevelName": "sample string 40",
    "LocalId": 41,
    "LocalParentId": 1,
    "IsApp": true,
    "IsWeb": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <Customer>
    <City>sample string 9</City>
    <ColumnName>sample string 36</ColumnName>
    <CompanyCode>sample string 4</CompanyCode>
    <CompanyName>sample string 6</CompanyName>
    <County>sample string 10</County>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-08-29T20:26:52.07308+00:00</CreatedDate>
    <CustomerLogoPath>sample string 32</CustomerLogoPath>
    <CustomerName>sample string 5</CustomerName>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:26:52.07308+00:00</DeletedDate>
    <Department>sample string 28</Department>
    <EmailAddress>sample string 12</EmailAddress>
    <FirstName>sample string 2</FirstName>
    <FullName>sample string 38</FullName>
    <Id>1</Id>
    <ImageBase64>sample string 33</ImageBase64>
    <ImageName>sample string 16</ImageName>
    <IsActive>true</IsActive>
    <IsApp>true</IsApp>
    <IsApproved>true</IsApproved>
    <IsCollaboration>true</IsCollaboration>
    <IsConsultant>true</IsConsultant>
    <IsDemo>true</IsDemo>
    <IsMyMachineSafe>true</IsMyMachineSafe>
    <IsParentConsultant>true</IsParentConsultant>
    <IsRequestMyMachineSafe>true</IsRequestMyMachineSafe>
    <IsTwoFA>true</IsTwoFA>
    <IsWeb>true</IsWeb>
    <LastLoggedOnDate>2025-08-29T20:26:52.07308+00:00</LastLoggedOnDate>
    <LastModifiedBy>1</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:26:52.07308+00:00</LastModifiedDate>
    <LastName>sample string 3</LastName>
    <Line1>sample string 7</Line1>
    <Line2>sample string 8</Line2>
    <LocalId>41</LocalId>
    <LocalParentId>1</LocalParentId>
    <Location>sample string 29</Location>
    <LogoPath>sample string 31</LogoPath>
    <ParentId>1</ParentId>
    <Password>sample string 13</Password>
    <PasswordHash>sample string 35</PasswordHash>
    <PhoneNumber>sample string 14</PhoneNumber>
    <PlainTextPassword>sample string 24</PlainTextPassword>
    <PlanId>27</PlanId>
    <PlanName>sample string 39</PlanName>
    <PostCode>sample string 11</PostCode>
    <ProfilePhotoStoragePath>sample string 23</ProfilePhotoStoragePath>
    <RoleId>15</RoleId>
    <SiteTypeId>30</SiteTypeId>
    <SortDirection>sample string 37</SortDirection>
    <TwoFADate>2025-08-29T20:26:52.07308+00:00</TwoFADate>
    <TwoFactorSecretKey>sample string 25</TwoFactorSecretKey>
    <UserLevelId>1</UserLevelId>
    <UserLevelName>sample string 40</UserLevelName>
  </Customer>
  <Customer>
    <City>sample string 9</City>
    <ColumnName>sample string 36</ColumnName>
    <CompanyCode>sample string 4</CompanyCode>
    <CompanyName>sample string 6</CompanyName>
    <County>sample string 10</County>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-08-29T20:26:52.07308+00:00</CreatedDate>
    <CustomerLogoPath>sample string 32</CustomerLogoPath>
    <CustomerName>sample string 5</CustomerName>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:26:52.07308+00:00</DeletedDate>
    <Department>sample string 28</Department>
    <EmailAddress>sample string 12</EmailAddress>
    <FirstName>sample string 2</FirstName>
    <FullName>sample string 38</FullName>
    <Id>1</Id>
    <ImageBase64>sample string 33</ImageBase64>
    <ImageName>sample string 16</ImageName>
    <IsActive>true</IsActive>
    <IsApp>true</IsApp>
    <IsApproved>true</IsApproved>
    <IsCollaboration>true</IsCollaboration>
    <IsConsultant>true</IsConsultant>
    <IsDemo>true</IsDemo>
    <IsMyMachineSafe>true</IsMyMachineSafe>
    <IsParentConsultant>true</IsParentConsultant>
    <IsRequestMyMachineSafe>true</IsRequestMyMachineSafe>
    <IsTwoFA>true</IsTwoFA>
    <IsWeb>true</IsWeb>
    <LastLoggedOnDate>2025-08-29T20:26:52.07308+00:00</LastLoggedOnDate>
    <LastModifiedBy>1</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:26:52.07308+00:00</LastModifiedDate>
    <LastName>sample string 3</LastName>
    <Line1>sample string 7</Line1>
    <Line2>sample string 8</Line2>
    <LocalId>41</LocalId>
    <LocalParentId>1</LocalParentId>
    <Location>sample string 29</Location>
    <LogoPath>sample string 31</LogoPath>
    <ParentId>1</ParentId>
    <Password>sample string 13</Password>
    <PasswordHash>sample string 35</PasswordHash>
    <PhoneNumber>sample string 14</PhoneNumber>
    <PlainTextPassword>sample string 24</PlainTextPassword>
    <PlanId>27</PlanId>
    <PlanName>sample string 39</PlanName>
    <PostCode>sample string 11</PostCode>
    <ProfilePhotoStoragePath>sample string 23</ProfilePhotoStoragePath>
    <RoleId>15</RoleId>
    <SiteTypeId>30</SiteTypeId>
    <SortDirection>sample string 37</SortDirection>
    <TwoFADate>2025-08-29T20:26:52.07308+00:00</TwoFADate>
    <TwoFactorSecretKey>sample string 25</TwoFactorSecretKey>
    <UserLevelId>1</UserLevelId>
    <UserLevelName>sample string 40</UserLevelName>
  </Customer>
</ArrayOfCustomer>

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.