SystemSelectiveServicesGetRequest22
Bases: OCIRequest
Request the system level data associated with Selective Services. The response is either a SystemSelectiveServicesGetResponse22 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemSelectiveServicesGetRequest22.
Attributes:
schedule_combination (str):
screen_private_number (bool):
empty_holiday_schedule_is_out_of_schedule (bool):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemSelectiveServicesGetRequest22
client = Client()
command = SystemSelectiveServicesGetRequest22()
response = client.command(command)
print(response)