Update allowancesCopy Pageput https://api.instellix.io/v2/orders/{orderIdent}/allowances/{allowanceIdent}A request to update a existing allowance.Path ParamsorderIdentstringrequiredlength between 1 and 100The unique identifier of an order, given by the Tenant. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.allowanceIdentstringrequiredlength between 1 and 100The ident of the allowance to update. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.Body ParamsA request to update an allowance. An allowance is assigned to a specific order. It represents a purchased product with its description, price and quantity. A order item is created when a new order is created. Order items automatically generate matching billable items. If additional items need to be assigned to a order, a new billable item must be generated. Please see Billable Item Model for more details.articleNumberstring | nulle.g. article number, SKU, ISBN, not unique. Max 32 Chars. Size must be between 0 and 32.descriptionstring | nullDescription.itemGroupstring | nullThe group to which an item belongs. Max 64 chars. Size must be between 0 and 64.itemTypestringenumrequiredType of the allowance. Must not be null.DISCOUNT_USEMULTI_PURPOSE_VOUCHER_USEGOVERNMENT_GRANTTRADE_INAllowed:DISCOUNT_USEMULTI_PURPOSE_VOUCHER_USEGOVERNMENT_GRANTTRADE_INnamestringrequiredlength ≥ 1Name of the item. Must not be blank.operatingSiteIdentstring | nullOperating site of the iallowance. Only predefined operating site identifiers are allowed.performanceLocationobject | nullWhere the service has been provided. Used for tax calculation and can be printed on documents.performanceLocation object | nullpropertiesarray of objects | nullAdditional allowance propertiespropertiesADD objectrowTotalGrossobjectrequiredA monetary amount along with a currency.rowTotalGross objectrowTotalNetobjectrequiredA monetary amount along with a currency.rowTotalNet objectserviceCountrystring | nullenumdeprecatedDEPRECATED. Deprecated: Use tax location and performance location instead. The country where the product or service was sold. Should be a valid ISO 3166-1 alpha-3 or alpha-2 code.DEUNDEFINEDACADAEAFAGAIALAMANAOAQARASATAUAWAXAZBABBBDBEBFBGBHBIBJBLBMBNBOBQBRBSBTBUBVBWBYBZCACCCDCFCGCHCICKCLCMCNCOCPCRCSCUCVCWCXCYCZDEDGDJDKDMDODZEAECEEEGEHERESETEUEZFIFJFKFMFOFRFXGAGBGDGEGFGGGHGIGLGMGNGPGQGRGSGTGUGWGYHKHMHNHRHTHUICIDIEILIMINIOIQIRISITJEJMJOJPKEKGKHKIKMKNKPKRKWKYKZLALBLCLILKLRLSLTLULVLYMAMCMDMEMFMGMHMKMLMMMNMOMPMQMRMSMTMUMVMWMXMYMZNANCNENFNGNINLNONPNRNTNUNZOMPAPEPFPGPHPKPLPMPNPRPSPTPWPYQARERORSRURWSASBSCSDSESFSGSHSISJSKSLSMSNSOSRSSSTSUSVSXSYSZTATCTDTFTGTHTJTKTLTMTNTOTPTRTTTVTWTZUAUGUKUMUSUYUZVAVCVEVGVIVNVUWFWSXIXUXKYEYTYUZAZMZRZWShow 272 enum valuestaxInformationarray of objects | nullAll tax information for this allowance. Size must be between 1 and 1.taxInformation objectA request to create a new tax information object. Represents the details of associated tax informationrowTotalTaxobjectrequiredA monetary amount along with a currency.rowTotalTax objecttaxCategoryCodestring | nullTax category code, usually from UNCL5305. Size must be between 0 and 255.taxCodestring | nullName of tax code which specifies tax rate, type of tax and calculation method of the country where billing takes place.taxExemptionReasonCodestring | nullTax exemption reason code, e.g. VATEX code. Size must be between 0 and 255.taxExemptionReasonTextstring | nullA textual statement of the reason why the item is exempted from TAX or why no TAX is being charged. Size must be between 0 and 255.taxNamestring | nullName of the tax.taxRatenumberrequired≥ 0Tax rate. Must not be null. Must be greater than or equal to 0.taxLocationobject | nullWhere the service is taxable. Can be provided, but might be overwritten during tax calculation.taxLocation object | nulltaxSchemestring | nullenumIt defines tax trading procedure of an allowance.OSSDEFAULTAllowed:OSSDEFAULTResponses 201The request has been fulfilled, resulting in the creation of a new resource. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 23 days ago