POST api/AddressBook/SyncBusinessCustomerImage

Request Information

URI Parameters

None.

Body Parameters

AddBusinessCustomerImage
NameDescriptionTypeAdditional information
BusinessId

integer

None.

LoggedinUserID

integer

None.

Customerid

integer

None.

Agentid

integer

None.

Flag

integer

None.

Reason

string

None.

Status

integer

None.

ReasonDate

string

None.

ReasonBy

integer

None.

CustomerImageID

integer

None.

ImageTypeids

Object

None.

OfflineCustomerId

string

None.

Source

string

None.

CusmtomerImageDetails

Collection of CusmtomerImage

None.

Request Formats

application/json, text/json

Sample:
{
  "BusinessId": 1,
  "LoggedinUserID": 2,
  "Customerid": 3,
  "Agentid": 4,
  "Flag": 5,
  "Reason": "sample string 6",
  "Status": 7,
  "ReasonDate": "sample string 8",
  "ReasonBy": 9,
  "CustomerImageID": 10,
  "ImageTypeids": {},
  "OfflineCustomerId": "sample string 12",
  "Source": "sample string 13",
  "CusmtomerImageDetails": [
    {
      "ImageTypeid": 1,
      "Image": "sample string 2"
    },
    {
      "ImageTypeid": 1,
      "Image": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<AddBusinessCustomerImage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BusinessId>1</BusinessId>
  <LoggedinUserID>2</LoggedinUserID>
  <Customerid>3</Customerid>
  <Agentid>4</Agentid>
  <Flag>5</Flag>
  <Reason>sample string 6</Reason>
  <Status>7</Status>
  <ReasonDate>sample string 8</ReasonDate>
  <ReasonBy>9</ReasonBy>
  <CustomerImageID>10</CustomerImageID>
  <ImageTypeids />
  <OfflineCustomerId>sample string 12</OfflineCustomerId>
  <Source>sample string 13</Source>
  <CusmtomerImageDetails>
    <CusmtomerImage>
      <ImageTypeid>1</ImageTypeid>
      <Image>sample string 2</Image>
    </CusmtomerImage>
    <CusmtomerImage>
      <ImageTypeid>1</ImageTypeid>
      <Image>sample string 2</Image>
    </CusmtomerImage>
  </CusmtomerImageDetails>
</AddBusinessCustomerImage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional information
Version

string

None.

dateTime

string

None.

StatusCode

integer

None.

ErrorMessage

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Version": "1.0.0",
  "dateTime": "2025/04/28 13:48:16",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}

application/xml, text/xml

Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <StatusCode>1</StatusCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result />
</VCAPIResponse>