Skip to main content
POST
Create Term

Authorizations

Authorization
string
header
required

Auth token returned from the login endpoint. Send as: Authorization: <token> (no Bearer prefix)

Body

application/json
method
string
required

Always "Create"

Example:

"Create"

action
string
required

Always "Create Bill Term"

Example:

"Create Bill Term"

apiVersion
string
required
Example:

"v2"

operation
string
required

Always "schedule"

Example:

"schedule"

data
object
required

Response

200 - application/json

Term created successfully

success
boolean
data
object
message
string
statusCode
integer
error
unknown