Update or Add the Service object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/Service/{id}Path ParamsidintegerrequiredUnique identifier for the Service object.Body ParamsRepresents Service definition which represents a chargable item that can be attached to a Package.namestringserviceTypeIdnumberUnique identifier for the associated ServiceType object.serviceTypeNamestringThe name of the object associated with the serviceTypeId property.usageFrequencynumberusageFrequencyTypeIdnumberUnique identifier for the associated FrequencyType object.usageFrequencyTypeNamestringThe name of the object associated with the usageFrequencyTypeId property.isActivebooleantruetruefalseisTaxExemptbooleantruetruefalseisTaxInclusivebooleantruetruefalsegeneralLedgerIdnumberUnique identifier for the associated GeneralLedger object.generalLedgerNamestringThe name of the object associated with the generalLedgerId property.serviceTaxCategoryIdnumberUnique identifier for the associated ServiceTaxCategory object.serviceTaxCategoryNamestringThe name of the object associated with the serviceTaxCategoryId property.defaultServiceStatusTypeIdnumberUnique identifier for the associated ServiceStatusType object.defaultServiceStatusTypeNamestringThe name of the object associated with the defaultServiceStatusTypeId property.serviceCategoryIdnumberUnique identifier for the associated ServiceCategory object.serviceCategoryNamestringThe name of the object associated with the serviceCategoryId property.descriptionstringidnumberResponses 200Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array. 400The request could not be processed.Updated 2 months ago