Add an expense to the service orderAsk AIpost https://api.helloextend.com/service-orders/{serviceOrderId}/expensesPath ParamsserviceOrderIduuidrequiredUnique identifier for a service orderBody ParamsReplacement ExpenseParts ExpenseMisc ExpensecostobjectrequiredCost for single item. Expressed in terms of the smallest currency unit. $19.99 would be 19991.234,56 € would be 123456£ 1,999.99 would be 199999cost objectquantitynumberdescriptionstringrequiredstatusenumrequiredexpense statuscreatedapprovedvoidAllowed:createdapprovedvoidcreatedBystringtotalCostnumberTotal cost for all items. Expressed in terms of the smallest currency unit. $19.99 would be 19991.234,56 € would be 123456£ 1,999.99 would be 199999metaDataobjectrequiredmetaData objectgoodwillMetaDataobjectgoodwillMetaData objectincurredBystringenumextendservicermanufacturerAllowed:extendservicermanufacturertypeenumrequiredreplacementrefurbished_replacementAllowed:replacementrefurbished_replacementHeadersContent-TypestringrequiredUsed to indicate the original media type of the resource (prior to any content encoding applied for sending).X-Extend-Access-TokenstringrequiredAn Extend private API key used to authenticate requests.AcceptstringrequiredIndicates which content types, expressed as MIME types, the client is able to understand, as well as identifies which API version to use in the request.Responses 200Returns the created expense 403Forbidden 409Conflict 500Internal server errorUpdated 7 months ago