- Subcategories:
- Tax Document Snapshot Details
- Tax Period Attributes
Tax Document Snapshots REST Endpoints
Tax Document Snapshots
A tax document snapshot represents a collection of calculated values for a tax period for a tax document type. You can have one available tax document snapshot for a tax period and tax document type.
- Create a preview of a tax document.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSnapshots/action/createPreview
- Create a tax document snapshot
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSnapshots
- Get a tax document snapshot
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSnapshots/{TaxSnapshotId}
- Get all tax document snapshots
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSnapshots
- Update a tax document snapshot
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSnapshots/{TaxSnapshotId}