POST api/Associate/Save
Request Information
URI Parameters
None.
Body Parameters
LeadInboxPhoneExceptionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AssociateId | string |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AssociateId": "sample string 2",
"CreateDate": "2026-02-03T18:24:12.2705551-08:00",
"CreatedBy": "sample string 4",
"Name": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true