Update a Taxpayer

Learn about updating a taxpayer.

Update a taxpayer

EndpointMethodKey valueRequired fields
/config/v2/taxpayers/{id}PUTidid, code, name, startDate

This request updates a taxpayer.

Sample request - Update taxpayer

{
  "code": "string",
  "name": "string",
  "partyTypeId": 0,
  "note": "string",
  "parentTaxpayerId": "123e4567-e89b-12d3-a456-426614174000",
  "startDate": "2021-01-01",
  "endDate": "2021-12-01",
  "adoptParentSetup": false,
  "filingEntity": true,
  "shippingTerms": "EXW",
  "discountMappings": [
    {
      "discountCategory": "GENERAL_DISCOUNT",
      "discountCode": "string"
    }
  ]
}