Attachement Types
GET
/v1/references/attachment_typesLast modified:Â 2 months ago
Maintainer:Â Not configured
Get Attachement Type
list.
Request
None
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Success.
Data Schema
$ref(#/definitions/3290462)[]
optional
#/definitions/3290462
optional
Example
[
{
"code": "INVOICE",
"name": "Invoice"
},
{
"code": "INVOICE",
"name": "Invoice"
}
]
Last modified: 2 months ago