POST api/ChildSafeBox/GetChildSafeBox
Request Information
URI Parameters
None.
Body Parameters
ChildSafeBoxSearchDTOName | Description | Type | Additional information |
---|---|---|---|
IsBOH | boolean |
None. |
|
IsAssigned | boolean |
None. |
|
CityName | string |
None. |
|
StateName | string |
None. |
|
Zip | string |
None. |
|
AgentId | integer |
None. |
|
AssociateIds | Collection of integer |
None. |
|
totalrecordcoun | integer |
None. |
|
pageindex | integer |
None. |
|
pagesize | integer |
None. |
|
sortBy | string |
None. |
|
sortorder | string |
None. |
|
AssociateOfficeId | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsBOH": true, "IsAssigned": true, "CityName": "sample string 3", "StateName": "sample string 4", "Zip": "sample string 5", "AgentId": 1, "AssociateIds": [ 1, 1 ], "totalrecordcoun": 6, "pageindex": 7, "pagesize": 8, "sortBy": "sample string 9", "sortorder": "sample string 10", "AssociateOfficeId": [ 1, 1 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ChildSafeBoxManagementPagedDTOOfChildSafeBoxDTOName | Description | Type | Additional information |
---|---|---|---|
TotalAssigned | integer |
None. |
|
TotalOnHand | integer |
None. |
|
PagedRecords | Collection of ChildSafeBoxDTO |
None. |
|
Data | Collection of ChildSafeBoxDTO |
None. |
|
TotalRecords | integer |
None. |
|
TotalAssociateRecords | integer |
None. |
|
CwaTotal | decimal number |
None. |
|
AlpTotal | decimal number |
None. |
|
AnHTotal | decimal number |
None. |
|
SubmittedAgentCount | integer |
None. |
|
TotalNoPrds | integer |
None. |
|
TotalCompletedNoPrds | decimal number |
None. |
|
TotalCancelNoPrds | integer |
None. |
|
TotalAlpNoPrds | decimal number |
None. |
|
FormattedTotalAlpNoPrds | string |
None. |
|
TotalCompletedAlpNoPrds | decimal number |
None. |
|
FormattedTotalCompletedAlpNoPrds | string |
None. |
|
TotalCancelAlpNoPrds | decimal number |
None. |
|
FormattedTotalCancelAlpNoPrds | string |
None. |
|
IsSearchLimitCompleted | boolean |
None. |
|
PolicySearchesLeft | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.