© 2024 Clarivate
GET /api/.../invoicedeliverymethods
Return a list of all invoice delivery methods in the system.
[
{
"InvDeliveryMethID": 1,
"InvDelivMethod": "Send invoice separately",
"BISACCode": "201"
},
{
"InvDeliveryMethID": 2,
"InvDelivMethod": "Attach invoice to outside of package marked \"Invoice attached\"",
"BISACCode": "202"
},
{
"InvDeliveryMethID": 3,
"InvDelivMethod": "Attach invoice to outside of package",
"BISACCode": "203"
},
{
"InvDeliveryMethID": 4,
"InvDelivMethod": "Enclose invoice and mark package \"Invoice enclosed\"",
"BISACCode": " "
}
]
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|