post https://secure.fusebill.com/v1/Netsuite/ResyncFinancialData
This function is used to resync customer data to a particular NetSuite account ID.
Request Parameters
Property | Description | Type | Required |
---|---|---|---|
fusebillId | This ID value uniquely identifies this customer record in the Fusebill system. | Integer | Yes |
netsuiteId | The NetSuite Account ID to be associated with this customer. | String | Yes |
netsuiteSyncStartDate | When to start the sync. | DateTime | No |
Examples
curl -X POST "https://secure.fusebill.com/v1/Netsuite/ResyncFinancialData" \
-H "Content-Type: application/json" \
-H "Authorization: Basic {APIKey}" \
-d "{fusebillId:{customerId},netSuiteId:'{NetSuiteId}'}"
{
"fusebillId":12717595,
"netsuiteId":"0014100000JJ3wt",
"netsuiteSyncStartDate":"
}
Response
{
"ErrorId": 0,
"HttpStatusCode": 400,
"Errors": [
{
"Key": "Api Error",
"Value": "Salesforce Account 1 does not exist."
}
]
}