POST v1/Netsuite/ResyncFinancialData

Documentation for 'ResyncFinancialData'.

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!
{
  "netsuiteId": "sample string 1",
  "fusebillId": 2,
  "netsuiteSyncStartDate": "2024-05-03T13:43:02.6551693+00:00"
}

application/xml, text/xml

Sample:
Click to beautify!
<NetsuiteLatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <FusebillId>2</FusebillId>
  <NetsuiteId>sample string 1</NetsuiteId>
  <NetsuiteSyncStartDate>2024-05-03T13:43:02.6551693+00:00</NetsuiteSyncStartDate>
</NetsuiteLatch>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.