POST v1/Salesforce/Resynch

Request Information

URI Parameters

None.

Body Parameters

Common.Dto.Post.SynchSalesforceCustomer
NameDescriptionTypeAdditional information
salesforceId

string

None.

fusebillId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "salesforceId": "sample string 1",
  "fusebillId": 2
}

Response Information

Resource Description

Common.Dto.Get.GenericResult
NameDescriptionTypeAdditional information
success

boolean

None.

details

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "details": "sample string 2"
}