Invoice Transactions
This api is used to fetch a single generated invoice from OutSmart. Filters can be given by adding a key and values array to the URL. Adding a single filter: &key=key1&value=value1&operator=gt Adding multiple filters: &key[]=key1&value[]=value1&operator[]=eq&key[]=key2&value[]=value2&operator[]=gt
Following operators are allowed:
li
Like (%)
eq
Equal (=)
ne
Not equal (!=)
gt
Greather than (>)
ge
Greather than or equal (>=)
lt
Less than (<)
le
Less than or equal (<=)
Transaction parameters. The invoice id of a transaction transaction can be empty if a transaction is not assigned to an invoice. Once it is assigned the balance of the invoice will be adjusted.
int_inv_id
Invoice ID
int(11)
int_transaction_id
Transaction ID
varchar(255)
int_external_transaction_id
External Transaction ID
varchar(255)
int_description
Transaction Description
varchar(255)
int_amount
Transaction amount
decimal(7,2)
int_type
Transaction type
varchar(255)
int_type_description
Transaction type description
varchar(255)
int_status
Transaction status,NEW or PROCESSED
varchar(55)
int_user
User/entity who registered the transaction
varchar(255)
int_timestamp
Timestamp registered
timestamp
{{client_token}}{{software_token}}int_external_transaction_id12391823012798eqResponse_200
No content
GET /transactions/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to fetch a single generated invoice from WorkorderApp. Filters can be given by adding a key and values array to the URL. Adding a single filter: &key=key1&value=value1&operator=gt Adding multiple filters: &key[]=key1&value[]=value1&operator[]=eq&key[]=key2&value[]=value2&operator[]=gt
Following operators are allowed:
li
Like (%)
eq
Equal (=)
ne
Not equal (!=)
gt
Greather than (>)
ge
Greather than or equal (>=)
lt
Less than (<)
le
Less than or equal (<=)
Transaction parameters. The invoice id of a transaction transaction can be empty if a transaction is not assigned to an invoice. Once it is assigned the balance of the invoice will be adjusted.
int_inv_id
Invoice ID
int(11)
int_transaction_id
Transaction ID
varchar(255)
int_external_transaction_id
External Transaction ID
varchar(255)
int_description
Transaction Description
varchar(255)
int_amount
Transaction amount
decimal(7,2)
int_type
Transaction type
varchar(255)
int_type_description
Transaction type description
varchar(255)
int_status
Transaction status,NEW or PROCESSED
varchar(55)
int_user
User/entity who registered the transaction
varchar(255)
int_timestamp
Timestamp registered
timestamp
{{client_token}}{{software_token}}Response_200
No content
POST /transactions/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to fetch a single generated invoice from WorkorderApp. Filters can be given by adding a key and values array to the URL. Adding a single filter: &key=key1&value=value1&operator=gt Adding multiple filters: &key[]=key1&value[]=value1&operator[]=eq&key[]=key2&value[]=value2&operator[]=gt
Following operators are allowed:
li
Like (%)
eq
Equal (=)
ne
Not equal (!=)
gt
Greather than (>)
ge
Greather than or equal (>=)
lt
Less than (<)
le
Less than or equal (<=)
Transaction parameters. The invoice id of a transaction transaction can be empty if a transaction is not assigned to an invoice. Once it is assigned the balance of the invoice will be adjusted.
int_inv_id
Invoice ID
int(11)
int_transaction_id
Transaction ID
varchar(255)
int_external_transaction_id
External Transaction ID
varchar(255)
int_description
Transaction Description
varchar(255)
int_amount
Transaction amount
decimal(7,2)
int_type
Transaction type
varchar(255)
int_type_description
Transaction type description
varchar(255)
int_status
Transaction status,NEW or PROCESSED
varchar(55)
int_user
User/entity who registered the transaction
varchar(255)
int_timestamp
Timestamp registered
timestamp
{{client_token}}{{software_token}}Response_200
No content
PUT /transactions/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
Last updated
Was this helpful?
