Parties
Creates a new party
post/parties
Request body
Example request
{
"data": {
"attributes": {
"company_name": "COMPANY NAME"
}
}
}Response
Party Created
Creates a new party
{
"data": {
"attributes": {
"company_name": "COMPANY NAME"
}
}
}Party Created