Updates a gateway account limit with a specified ID.
Gateway account limit updated.
Gateway account limit created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
cap required | integer Limits the maximum allowed value.
If | ||||||
id | string <= 50 characters ID of the gateway account limit. | ||||||
status | string Status of the gateway account limit. | ||||||
startTime | string <date-time> Date and time when the gateway account limit starts. | ||||||
endTime | string <date-time> Date and time when the gateway account limit ends. When a gateway account limit ends the limit resets. | ||||||
frequency | string Frequency at which the gateway account limit period resets. | ||||||
type | string Type of gateway account limit.
| ||||||
usage | integer Usage of the gateway account limit during this period. | ||||||
createdTime | string <date-time> (CreatedTime) Date and time which is set automatically when the resource is created. | ||||||
updatedTime | string <date-time> (UpdatedTime) Date and time which updates automatically when the resource is updated. | ||||||
Array of objects (SelfLink) Related links. | |||||||
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
Conflict.
Invalid data sent.
{- "cap": 1000
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "monitoring",
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": "daily",
- "type": "money",
- "cap": 1000,
- "usage": 375,
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}