Deactivate plan
POST
/v1/billing/plans/{billing_plan_id}/deactivate
请求参数
Path 参数
billing_plan_id
string
必需
示例值:
{{billing_plan_id}}
Header 参数
PayPal-Request-Id
string
必需
示例值:
{{$guid}}
Prefer
string
必需
return=minimal
. The server returns a minimal response to optimize communication between the API caller and the server. A minimal response includes theid
,status
and HATEOAS links.return=representation
. The server returns a complete resource representation, including the current state of the resource.
示例值:
{{prefer_representation_detailed}}
示例代码
返回响应
修改于 2023-08-16 07:18:59