v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Bulk update lines

This endpoint allows to bulk update the existing lines in a subscription contract.

put/2023-10/subscription/{subscriptionId}/line

Path parameters

subscriptionIdinteger required

The unique identifier of the subscription in Loop

Request body

Response

200

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

Example response

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