Configuration
Add/modify contractor
This endpoint provides the means for adding/updating contractor data for later use in the system
post/company/contractors
Request body
Example request
{
"contractorRegion": "POLAND",
"contractorType": "PRIVATE_PERSON"
}Response
OK
Example response
{
"result": "OK",
"data": {
"contractorId": 15232
}
}