list_payment_terms
GET /list_payment_terms
To get a list of payment terms.
/list_payment_terms?token=XXXXX
| field |
description |
| token |
Credentials provided by Powersoft that allow access to the API |
Returns
{
"api_response": {
"response_code": "1",
"response_msg": "OK",
"response_id": ""
},
"list_payment_terms": [
{
"payment_term_code_365": "STD",
"payment_term_name": "STD PAYMENT TERM",
"payment_term_secondary_code": ""
}
]
}