POST api/EappData/MapAssociateToOffice
Request Information
URI Parameters
None.
Body Parameters
UserOfficeMappingDTOName | Description | Type | Additional information |
---|---|---|---|
EappId | integer |
None. |
|
AssociateId | integer |
None. |
|
AgentCode | string |
None. |
|
AssignToOffice | integer |
None. |
|
AllAssigned | boolean |
None. |
|
AllUnAssigned | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "EappId": 1, "AssociateId": 1, "AgentCode": "sample string 2", "AssignToOffice": 1, "AllAssigned": true, "AllUnAssigned": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true