UpdateTaxWithholdingAgreements
Inputs (UpdateTaxWithholdingAgreement[] to update)
Name | Type | Description | Mandatory | Available from version |
|---|---|---|---|---|
BrickId | Guid | This is the unique id of the TaxWithholdingAgreement that should be updated |
|
|
Person | Guid | Id of Person for TaxWithholdingAgreement |
|
|
TaxCountry | string | According to ISO-standard here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 |
|
|
ExpirationDate | DateTime | ExpirationDate for TaxWithholdingAgreement |
|
|
Outputs
Name | Type | Description | Available from version |
|---|---|---|---|
Entities | Array | All TaxWithholdingAgreement in the request with BrickId and an array of Errors per TaxWithholdingAgreement |
|
Code examples