List Type Codes

post/fetch

Returns the list of all Type Codes.

Securitybasic or X-PriceFx-jwt
Responses
200

Example response

Response Schema: application/json
object
node
string non-empty
Array of objects non-empty unique
Array (non-empty)
massEditable
boolean
bulkLoadable
boolean
name
string non-empty
className
string non-empty
codeString
string non-empty
status
number
201

Created

Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": [
      • {
        • "massEditable": true,
        • "bulkLoadable": true,
        • "name": "string",
        • "className": "string",
        • "codeString": "string"
        }
      ],
    • "status": 0
    }
}