| UpdateSection Method | |
| See Also Example |
- pISection
- The data for the section to be updated. The Section object must contain the key of the object to be updated.
Updates an existing section.
The data for the section, including the key of the section to be updated, is contained in the Section passed to the method. To update a section, you must first retrieve it using the GetSection method.
- pISection
- The data for the section to be updated. The Section object must contain the key of the object to be updated.
If the section is associated with a withholding tax code (WithholdingTaxCodes) or certificate series (CertificateSeries), you cannot update the Code and ECode properties.
| Updating a section (C#) | Copy Code | |
|---|---|---|
| ||