POST api/Associate/TerminateAssociate
Request Information
URI Parameters
None.
Body Parameters
TerminateAssociateDTOName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
AssociateId | integer |
None. |
|
AgencyOperationTypeId | integer |
None. |
|
OperationReasonTypeId | integer |
None. |
|
Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "AssociateId": 2, "AgencyOperationTypeId": 1, "OperationReasonTypeId": 1, "Notes": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true