POST v1/Salesforce/Resynch

Documentation for 'Resynch'.

Request Information

Parameters

NameDescriptionAdditional information
dto
Documentation for 'dto'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "salesforceId": "sample string 1",
  "fusebillId": 2
}

application/xml, text/xml

Sample:
Click to beautify!
<SynchSalesforceCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <FusebillId>2</FusebillId>
  <SalesforceId>sample string 1</SalesforceId>
</SynchSalesforceCustomer>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!
{
  "success": true,
  "details": "sample string 2"
}

application/xml, text/xml

Sample:
Click to beautify!
<GenericResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Get">
  <Details>sample string 2</Details>
  <Success>true</Success>
</GenericResult>