v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Update line item attributes

The endpoint is used to completely update the attributes of a line item. This requires sending a full representation of the lineItem attributes, as it will overwrite the existing data.

Rate limit - 5/s

put/2023-10/line/{lineId}/attribute

Path parameters

lineIdinteger required

Request body

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/line/{lineId}/attribute:put:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring
{"stackTrail":"paths:/2023-10/line/{lineId}/attribute:put:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Custom attributes updated successfully",
  "code": "SUCCESS"
}