POST api/my/package/renew
Renew agent's residential or commercial package base on setting in BillingPackages
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| pr | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AgentId": 1,
"PackageId": 2,
"IAdminUserName": "sample string 3",
"Type": "sample string 4",
"Ip": "sample string 5"
}
application/xml, text/xml
Sample:
<PackageRenew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iProperty.Billing.Api.Models.MY"> <AgentId>1</AgentId> <IAdminUserName>sample string 3</IAdminUserName> <Ip>sample string 5</Ip> <PackageId>2</PackageId> <Type>sample string 4</Type> </PackageRenew>
application/x-www-form-urlencoded
Sample:
Sample not available.