Creates a new signatory for the given customer.
Access and authorization
mCust; HTTP status for
unauthenticated or forbidden callers may depend on your API gateway).SIG_PARTNERID_REQUIRED if missing).SIG_CUSTOMERACCESS_DENIED if not).customerId, the request fails (SIG_CUSTOMERNOTFOUND).Validation
SIG_PHONE_INVALID, or an integration
failure code if the validator cannot be reached).Returns HTTP 201 Created with the new signatory identifier and downstream status fields.
Signatory created
Validation or business rule failure. Body uses errors array (message, code). Common codes include
SIG_FULLNAME_REQUIRED, SIG_EMAIL_REQUIRED, SIG_EMAIL_INVALID, SIG_PHONE_REQUIRED,
SIG_APPROVALLIMIT_MIN, SIG_APPROVALLIMIT_INVALID, SIG_PHONE_INVALID, SIG_PARTNERID_REQUIRED,
SIG_CUSTOMERNOTFOUND, SIG_CUSTOMERACCESS_DENIED, SIG_VALIDATION_ERROR, SIG_SERVICECALL_FAILED.
Not authenticated (gateway / OAuth — behavior may vary)
Authenticated but missing required permission for this resource
Internal server error
{- "fullName": "Jane Doe",
- "emailAddress": "jane.doe@example.com",
- "title": "CFO",
- "approvalLimit": 100000.5,
- "phoneNumber": "+15551234567"
}{- "id": 0,
- "status": "string",
- "message": "Signatory created successfully."
}