Authorization: Bearer ********************
curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/payers/headers'
{
"id": 1,
"label": "payers",
"active": true,
"permissions": {
"VIEW": "ALL",
"CREATE": "ALL",
"EDIT": "ALL",
"DELETE": "ALL"
},
"fields": [
{
"id": 1,
"label": "id",
"type": "hidden",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 2,
"label": "code",
"type": "text",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 3,
"label": "paymentMethod",
"type": "select",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 4,
"label": "paymentOption",
"type": "select",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 5,
"label": "title",
"type": "text",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 6,
"label": "titleShort",
"type": "text",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 7,
"label": "accountingPhone",
"type": "phone",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 8,
"label": "customer",
"type": "select",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 9,
"label": "inn",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 10,
"label": "kpp",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 11,
"label": "ogrn",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 12,
"label": "bankTitle",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 13,
"label": "rs",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 14,
"label": "ks",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 15,
"label": "bik",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 16,
"label": "isEdo",
"type": "checkbox",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 17,
"label": "director",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 18,
"label": "directorRp",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 19,
"label": "basisRp",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 20,
"label": "legalAddress",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 21,
"label": "mailingAddress",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 22,
"label": "email",
"type": "email",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 23,
"label": "contacts",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 24,
"label": "assortment",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 25,
"label": "requisites",
"type": "file_upload",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 26,
"label": "statement",
"type": "file_upload",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
}
]
}