{"swagger":"2.0","info":{"version":"v1","title":"NNA Profile Services"},"host":"profiles.nna-platform.com:443","schemes":["https"],"paths":{"/api/v1/accountmerge/resolve/{friendlyUserName}":{"get":{"tags":["AccountMerge"],"operationId":"AccountMerge_ResolveByNnaIdByFriendlyusername","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"friendlyUserName","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.AccountMergeController","x-methodName":"ResolveByNnaId"}},"/api/v1/accountmerge/preview":{"get":{"tags":["AccountMerge"],"operationId":"AccountMerge_PreviewBySurvivorpersonguidAndLoserpersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"survivorPersonGuid","in":"query","required":true,"type":"string"},{"name":"loserPersonGuid","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MergePreview"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.AccountMergeController","x-methodName":"Preview"}},"/api/v1/accountmerge/execute":{"post":{"tags":["AccountMerge"],"operationId":"AccountMerge_ExecuteByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/MergeRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.AccountMergeController","x-methodName":"Execute"}},"/api/v1/accountmerge/unmerge":{"post":{"tags":["AccountMerge"],"operationId":"AccountMerge_UnmergeByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/UnmergeRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.AccountMergeController","x-methodName":"Unmerge"}},"/api/v1/accountmerge/recent":{"get":{"tags":["AccountMerge"],"operationId":"AccountMerge_RecentByTakeAndSearch","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"take","in":"query","required":false,"type":"integer","format":"int32"},{"name":"search","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Object"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.AccountMergeController","x-methodName":"Recent"}},"/api/v1/accountmerge/duplicates":{"get":{"tags":["AccountMerge"],"operationId":"AccountMerge_DuplicatesByTake","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"take","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/DuplicateCandidate"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.AccountMergeController","x-methodName":"Duplicates"}},"/api/v1/accountmerge/duplicate-check/{personGuid}":{"get":{"tags":["AccountMerge"],"operationId":"AccountMerge_DuplicateCheckByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.AccountMergeController","x-methodName":"DuplicateCheck"}},"/api/v1/applications/web/apikeys/{id}":{"get":{"tags":["ApplicationApiKey"],"operationId":"ApplicationApiKey_GetById","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationApiKeySummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.ApplicationApiKeyController","x-methodName":"Get"},"put":{"tags":["ApplicationApiKey"],"operationId":"ApplicationApiKey_UpdateByIdAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/UpdateAppApiKeyRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.ApplicationApiKeyController","x-methodName":"Update"}},"/api/v1/applications/web/apikeys":{"get":{"tags":["ApplicationApiKey"],"operationId":"ApplicationApiKey_GetListByAppidAndNameAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"appId","in":"query","required":false,"type":"string"},{"name":"name","in":"query","required":false,"type":"string"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationApiKeySearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.ApplicationApiKeyController","x-methodName":"GetList"}},"/api/v1/bulkComments":{"get":{"tags":["BulkComments"],"operationId":"BulkComments_GetBulkCommentSummaryListAsyncByPageAndCountAndStatus","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"},{"name":"status","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2,3,4,5]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/BulkCommentSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.BulkCommentsController","x-methodName":"GetBulkCommentSummaryListAsync"},"post":{"tags":["BulkComments"],"operationId":"BulkComments_UploadBulkCommentAsync","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.BulkCommentsController","x-methodName":"UploadBulkCommentAsync"}},"/api/v1/bulkComments/{subjectId}":{"get":{"tags":["BulkComments"],"operationId":"BulkComments_GetBulkCommentAsyncBySubjectid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"subjectId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BulkCommentSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.BulkCommentsController","x-methodName":"GetBulkCommentAsync"},"delete":{"tags":["BulkComments"],"operationId":"BulkComments_DeleteBulkCommentAsyncBySubjectid","consumes":[],"produces":[],"parameters":[{"name":"subjectId","in":"path","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.BulkCommentsController","x-methodName":"DeleteBulkCommentAsync"}},"/api/v1/bulkComments/{subjectId}/download":{"get":{"tags":["BulkComments"],"operationId":"BulkComments_DownloadAsyncBySubjectidAndErrors","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"subjectId","in":"path","required":true,"type":"string"},{"name":"errors","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.BulkCommentsController","x-methodName":"DownloadAsync"}},"/api/v1/bulkComments/{subjectId}/retry":{"post":{"tags":["BulkComments"],"operationId":"BulkComments_RetryBulkCommentAsyncBySubjectid","consumes":[],"produces":[],"parameters":[{"name":"subjectId","in":"path","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.BulkCommentsController","x-methodName":"RetryBulkCommentAsync"}},"/api/v1/counties":{"get":{"tags":["Counties"],"summary":"Get a list of all counties.","operationId":"Counties_GetList","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/County"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CountiesController","x-methodName":"GetList"}},"/api/v1/counties/{name}":{"get":{"tags":["Counties"],"summary":"Get a list of counties by name.","operationId":"Counties_GetListByNameByName","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"name","in":"path","description":"The name of the county.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/County"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CountiesController","x-methodName":"GetListByName"}},"/api/v1/counties/countycode={countycode}":{"get":{"tags":["Counties"],"summary":"Get a list of counties by county code.","operationId":"Counties_GetListByCountyCodeByCountycode","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"countycode","in":"path","description":"The county code.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/County"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CountiesController","x-methodName":"GetListByCountyCode"}},"/api/v1/counties/postalcode/{postalCode}/statecode/{stateCode}":{"get":{"tags":["Counties"],"summary":"Get a county given zip code and state code","operationId":"Counties_RetrieveCountyByPostalcodeAndStatecode","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"postalCode","in":"path","description":"The postal code.","required":true,"type":"string"},{"name":"stateCode","in":"path","description":"The state code.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/County"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CountiesController","x-methodName":"RetrieveCounty"}},"/api/v1/counties/postalcode/{postalCode}/statecode/{stateCode}/list":{"get":{"tags":["Counties"],"operationId":"Counties_RetrieveCountiesByPostalcodeAndStatecode","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"postalCode","in":"path","required":true,"type":"string"},{"name":"stateCode","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/County"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CountiesController","x-methodName":"RetrieveCounties"}},"/api/v1/customers/search=name":{"get":{"tags":["Customers"],"summary":"Get a list of customers.","operationId":"Customers_GetListByFirstnameAndLastnameAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"firstName","in":"query","description":"The first name of the customer. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the customer. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of customers to return. If the count is less than 1, then up to 1 customers will be returned.\r\n                If the count is greater than 1000, then up to 1000 customers will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetList"}},"/api/v1/customers/search=organization":{"get":{"tags":["Customers"],"summary":"Get a list of customers.","operationId":"Customers_GetListByOrganizationByOrganizationidAndFirstnameAndLastnameAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"query","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"firstName","in":"query","description":"The first name of the customer. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the customer. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of customers to return. If the count is less than 1, then up to 1 customers will be returned.\r\n                If the count is greater than 1000, then up to 1000 customers will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetListByOrganization"}},"/api/v1/customers/customerlist":{"post":{"tags":["Customers"],"operationId":"Customers_GetListByCustomerByRequestAndIncludedetails","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/GetListByCustomerRequest"}},{"name":"includeDetails","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Customer"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetListByCustomer"}},"/api/v1/customers/nnaorg/{friendlyUserName}":{"get":{"tags":["Customers"],"operationId":"Customers_RetrieveByNNAIdAsyncByFriendlyusername","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"friendlyUserName","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Customer"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"RetrieveByNNAIdAsync"}},"/api/v1/customers/{personId}":{"get":{"tags":["Customers"],"summary":"Get a customer.","operationId":"Customers_RetrieveByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the requested customer.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Customer"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"Retrieve"},"put":{"tags":["Customers"],"summary":"Update a customer.","operationId":"Customers_UpdateByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the requested customer.","required":true,"type":"string"},{"name":"request","in":"body","description":"The customer information.","required":true,"schema":{"$ref":"#/definitions/UpdateCustomerRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"Update"},"delete":{"tags":["Customers"],"summary":"Delete a customer.","operationId":"Customers_DeleteByPersonid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the requested customer.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"Delete"}},"/api/v1/customers/orderInfo":{"get":{"tags":["Customers"],"operationId":"Customers_RetrieveCustomerInfoForOrderByPersonidAndPlacedby","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"query","required":false,"type":"string"},{"name":"placedBy","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CustomerInfoForOrder"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"RetrieveCustomerInfoForOrder"},"post":{"tags":["Customers"],"operationId":"Customers_AddPaymentProfileForCustomerByRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/CustomerPaymentProfileRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"AddPaymentProfileForCustomer"}},"/api/v1/customers":{"post":{"tags":["Customers"],"summary":"Add a customer.","operationId":"Customers_AddByRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","description":"The customer information.","required":true,"schema":{"$ref":"#/definitions/AddCustomerRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"Add"}},"/api/v1/customers/notary":{"post":{"tags":["Customers"],"operationId":"Customers_AddCustomerNotaryByRequestAndAddaddressesAndAddcommissioninfoAndCustomersync","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddCustomerNotaryRequest"}},{"name":"addAddresses","in":"query","required":false,"type":"boolean"},{"name":"addCommissionInfo","in":"query","required":false,"type":"boolean"},{"name":"customerSync","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Notary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"AddCustomerNotary"}},"/api/v1/customers/{personId}/addresses":{"get":{"tags":["Customers"],"summary":"Get a list of addresses.","operationId":"Customers_GetListOfAddressesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Address"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetListOfAddresses"},"post":{"tags":["Customers"],"summary":"Add an address.","operationId":"Customers_AddAddressByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"request","in":"body","description":"The address.","required":true,"schema":{"$ref":"#/definitions/AddAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"AddAddress"}},"/api/v1/customers/{personId}/addresses/{addressId}":{"get":{"tags":["Customers"],"summary":"Get an address.","operationId":"Customers_RetrieveAddressByPersonidAndAddressid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Address"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"RetrieveAddress"},"put":{"tags":["Customers"],"summary":"Update an existing address.","operationId":"Customers_UpdateAddressByPersonidAndAddressidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new address information.","required":true,"schema":{"$ref":"#/definitions/UpdateAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"UpdateAddress"},"delete":{"tags":["Customers"],"summary":"Delete an existing address.","operationId":"Customers_DeleteAddressByPersonidAndAddressid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"DeleteAddress"}},"/api/v1/customers/{personId}/pictures":{"get":{"tags":["Customers"],"summary":"Get a list of profile picture metadata.","operationId":"Customers_GetListOfPicturesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetListOfPictures"},"post":{"tags":["Customers"],"summary":"Upsert a profile picture or pictures.","description":"This endpoint only supports multipart form data.","operationId":"Customers_AddPictureByPersonid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"AddPicture"}},"/api/v1/customers/{personId}/pictures/{imageId}":{"get":{"tags":["Customers"],"summary":"Get profile picture metadata.","operationId":"Customers_RetrievePictureByPersonidAndImageid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the profile picture.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"RetrievePicture"},"delete":{"tags":["Customers"],"summary":"Delete a profile picture.","operationId":"Customers_DeletePictureByPersonidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the profile picture to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"DeletePicture"}},"/api/v1/customers/{personId}/phones":{"get":{"tags":["Customers"],"summary":"Get a list of phones.","operationId":"Customers_GetListOfPhonesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Phone"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetListOfPhones"},"post":{"tags":["Customers"],"summary":"Add a phone.","operationId":"Customers_AddPhoneByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"request","in":"body","description":"The phone.","required":true,"schema":{"$ref":"#/definitions/AddPhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"AddPhone"}},"/api/v1/customers/{personId}/phones/{phoneId}":{"get":{"tags":["Customers"],"summary":"Get a phone.","operationId":"Customers_RetrievePhoneByPersonidAndPhoneid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Phone"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"RetrievePhone"},"put":{"tags":["Customers"],"summary":"Update an existing phone.","operationId":"Customers_UpdatePhoneByPersonidAndPhoneidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new phone information.","required":true,"schema":{"$ref":"#/definitions/UpdatePhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"UpdatePhone"},"delete":{"tags":["Customers"],"summary":"Delete an existing phone.","operationId":"Customers_DeletePhoneByPersonidAndPhoneid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the customer.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"DeletePhone"}},"/api/v1/customers/{personId}/notificationpreferences":{"get":{"tags":["Customers"],"operationId":"Customers_GetNotificationPreferenceAsyncByPersonidAndBridgelineonly","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"bridgelineOnly","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/NotificationPreference"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetNotificationPreferenceAsync"},"post":{"tags":["Customers"],"operationId":"Customers_AddNotificationPreferencesAsyncByPersonidAndRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/NotificationPreference"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/NotificationPreference"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"AddNotificationPreferencesAsync"}},"/api/v1/customers/notificationpreferences":{"get":{"tags":["Customers"],"operationId":"Customers_GetGroupedCommunications","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/GroupedCommunications"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetGroupedCommunications"}},"/api/v1/customers/notificationtypes":{"get":{"tags":["Customers"],"operationId":"Customers_GetNotificationTypes","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/NotificationType"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetNotificationTypes"}},"/api/v1/customers/communicationmethods":{"get":{"tags":["Customers"],"operationId":"Customers_GetCommunicationMethods","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CommunicationMethod"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"GetCommunicationMethods"}},"/api/v1/customers/inquiry":{"post":{"tags":["Customers"],"summary":"Add a customer inquiry.","operationId":"Customers_AddInquiryByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","description":"The inquiry information.","required":true,"schema":{"$ref":"#/definitions/AddInquiryRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"AddInquiry"}},"/api/v1/customers/{sellerId}/creditcard":{"get":{"tags":["Customers"],"operationId":"Customers_RetrieveCreditCardsBySelleridAndPersonidAndOrganizationidAndCostcenternumber","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"sellerId","in":"path","required":true,"type":"string"},{"name":"personId","in":"query","required":true,"type":"string"},{"name":"organizationId","in":"query","required":false,"type":"string"},{"name":"costCenterNumber","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CreditCardSummaryResponse"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"RetrieveCreditCards"},"post":{"tags":["Customers"],"operationId":"Customers_AddCreditCardBySelleridAndRequestAndPersonidAndOrganizationid","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"sellerId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddCreditCardRequest"}},{"name":"personId","in":"query","required":true,"type":"string"},{"name":"organizationId","in":"query","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"AddCreditCard"}},"/api/v1/customers/{sellerId}/creditcard/{creditCardId}":{"get":{"tags":["Customers"],"operationId":"Customers_RetrieveCreditCardBySelleridAndCreditcardidAndPersonidAndOrganizationidAndCostcenternumber","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"sellerId","in":"path","required":true,"type":"string"},{"name":"creditCardId","in":"path","required":true,"type":"string"},{"name":"personId","in":"query","required":true,"type":"string"},{"name":"organizationId","in":"query","required":false,"type":"string"},{"name":"costCenterNumber","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCardInfoResponse"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"RetrieveCreditCard"},"put":{"tags":["Customers"],"operationId":"Customers_UpdateCreditCardBySelleridAndCreditcardidAndRequestAndPersonidAndOrganizationid","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"sellerId","in":"path","required":true,"type":"string"},{"name":"creditCardId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/UpdateCreditCardRequest"}},{"name":"personId","in":"query","required":true,"type":"string"},{"name":"organizationId","in":"query","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"UpdateCreditCard"},"delete":{"tags":["Customers"],"operationId":"Customers_DeleteCreditCardBySelleridAndCreditcardidAndPersonidAndOrganizationidAndCostcenternumber","consumes":[],"produces":[],"parameters":[{"name":"sellerId","in":"path","required":true,"type":"string"},{"name":"creditCardId","in":"path","required":true,"type":"string"},{"name":"personId","in":"query","required":true,"type":"string"},{"name":"organizationId","in":"query","required":true,"type":"string"},{"name":"costCenterNumber","in":"query","required":false,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.CustomersController","x-methodName":"DeleteCreditCard"}},"/api/v1/download/notaries/instant{organizationGuid}":{"get":{"tags":["Download"],"summary":"Instantly generate and download a CSV file of notaries, without uploading/downloading from blob storage.","operationId":"Download_GetNotariesInstantByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"path","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.DownloadController","x-methodName":"GetNotariesInstant"}},"/api/v1/download/signingagents/instant/{organizationGuid}":{"get":{"tags":["Download"],"summary":"Instantly generate and download a CSV file of notaries, without uploading/downloading from blob storage.","operationId":"Download_GetSigningAgentsInstantByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"path","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.DownloadController","x-methodName":"GetSigningAgentsInstant"}},"/api/v1/download/{downloadType}":{"get":{"tags":["Download"],"summary":"Asynchronously downloads the specified file blob from storage and returns it as a FileStreamResult to the client.","operationId":"Download_DownloadBlobByDownloadtypeAndFilename","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"downloadType","in":"path","description":"The type of the data contained in the file; determines which storage container to query the file from.","required":true,"type":"string"},{"name":"filename","in":"query","description":"The name of the file to download.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.DownloadController","x-methodName":"DownloadBlob"}},"/api/v1/download/{downloadType}/{filename}":{"get":{"tags":["Download"],"summary":"Asynchronously downloads the specified file blob from storage and returns it as a FileStreamResult to the client.","operationId":"Download_DownloadBlobByDownloadtypeAndFilename","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"downloadType","in":"path","description":"The type of the data contained in the file; determines which storage container to query the file from.","required":true,"type":"string"},{"name":"filename","in":"path","description":"The name of the file to download.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.DownloadController","x-methodName":"DownloadBlob"}},"/download/{downloadType}":{"get":{"tags":["Download"],"summary":"Asynchronously downloads the specified file blob from storage and returns it as a FileStreamResult to the client.","operationId":"Download_DownloadExtensionBlobByDownloadtypeAndFilename","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"downloadType","in":"path","description":"The type of the data contained in the file; determines which storage container to query the file from.","required":true,"type":"string"},{"name":"filename","in":"query","description":"The name of the file to download.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.DownloadController","x-methodName":"DownloadExtensionBlob"}},"/download/{downloadType}/{filename}":{"get":{"tags":["Download"],"summary":"Asynchronously downloads the specified file blob from storage and returns it as a FileStreamResult to the client.","operationId":"Download_DownloadExtensionBlobByDownloadtypeAndFilename","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"downloadType","in":"path","description":"The type of the data contained in the file; determines which storage container to query the file from.","required":true,"type":"string"},{"name":"filename","in":"path","description":"The name of the file to download.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.DownloadController","x-methodName":"DownloadExtensionBlob"}},"/api/v1/languages":{"get":{"tags":["Languages"],"summary":"Get a list of all languages.","operationId":"Languages_GetList","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Language"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.LanguagesController","x-methodName":"GetList"}},"/api/v1/languages/{code}":{"get":{"tags":["Languages"],"summary":"Get a language.","operationId":"Languages_RetrieveByCode","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"code","in":"path","description":"The two letter ISO 6391 code, or the three letter ISO 6393 code.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Language"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.LanguagesController","x-methodName":"Retrieve"}},"/api/v1/member":{"get":{"tags":["Member"],"operationId":"Member_RetrieveByEmailByEmail","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"email","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.MemberController","x-methodName":"RetrieveByEmail"},"post":{"tags":["Member"],"operationId":"Member_AddByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddMemberRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddMemberResponse"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.MemberController","x-methodName":"Add"}},"/api/v1/member/{NNAID}":{"get":{"tags":["Member"],"operationId":"Member_RetrieveByNNAIDAndBridgelineonly","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"NNAID","in":"path","required":false,"type":"integer","format":"int32"},{"name":"bridgelineOnly","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.MemberController","x-methodName":"Retrieve"},"put":{"tags":["Member"],"operationId":"Member_UpdateByRequestAndNNAID","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddMemberRequest"}},{"name":"NNAID","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.MemberController","x-methodName":"Update"}},"/api/v1/mobileplatforms":{"get":{"tags":["MobilePlatforms"],"summary":"Get a list of all mobile platforms.","operationId":"MobilePlatforms_GetList","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/MobilePlatform"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.MobilePlatformsController","x-methodName":"GetList"}},"/api/v1/notaries/{personGuid}/nnaeoinsurances/{nnaEOInsuranceGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of NnaEOInsurance certificate image metadata.","operationId":"Notaries_GetListOfNnaEOInsuranceCertificatesByNnaeoinsuranceguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNnaEOInsuranceCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a NnaEOInsurance certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertNnaEOInsuranceCertificateByPersonguidAndNnaeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertNnaEOInsuranceCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{nnaEOInsuranceGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a NnaEOInsurance certificate image.","operationId":"Notaries_DeleteNnaEOInsuranceCertificateByPersonguidAndNnaeoinsuranceguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNnaEOInsuranceCertificate"}},"/api/v1/notaries/{personGuid}/nnamemberships":{"get":{"tags":["Notaries"],"summary":"Get a list of NnaMemberships.","operationId":"Notaries_GetListOfNnaMembershipsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNnaMemberships"},"post":{"tags":["Notaries"],"summary":"Add a NnaMembership.","operationId":"Notaries_AddNnaMembershipByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NnaMembership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddNnaMembership"}},"/api/v1/notaries/{personGuid}/nnamemberships/{nnaMembershipGuid}":{"get":{"tags":["Notaries"],"summary":"Get a NnaMembership.","operationId":"Notaries_RetrieveNnaMembershipByPersonguidAndNnamembershipguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNnaMembership"},"put":{"tags":["Notaries"],"summary":"Update a NnaMembership.","operationId":"Notaries_UpdateNnaMembershipByPersonguidAndNnamembershipguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NnaMembership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateNnaMembership"},"delete":{"tags":["Notaries"],"summary":"Delete an existing NnaMembership.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteNnaMembershipByPersonguidAndNnamembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNnaMembership"}},"/api/v1/notaries/{personGuid}/nnamemberships/{nnaMembershipGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of NnaMembership certificate image metadata.","operationId":"Notaries_GetListOfNnaMembershipCertificatesByNnamembershipguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNnaMembershipCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a NnaMembership certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertNnaMembershipCertificateByPersonguidAndNnamembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertNnaMembershipCertificate"}},"/api/v1/notaries/{personGuid}/nnamemberships/{nnaMembershipGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get NnaMembership certificate image metadata.","operationId":"Notaries_RetrieveNnaMembershipCertificateByNnamembershipguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNnaMembershipCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{nnaMembershipGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a NnaMembership certificate image.","operationId":"Notaries_DeleteNnaMembershipCertificateByPersonguidAndNnamembershipguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNnaMembershipCertificate"}},"/api/v1/notaries/{personGuid}/notaryessentials":{"get":{"tags":["Notaries"],"summary":"Get a list of NotaryEssentials.","operationId":"Notaries_GetListOfNotaryEssentialsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNotaryEssentials"},"post":{"tags":["Notaries"],"summary":"Add a NotaryEssentials.","operationId":"Notaries_AddNotaryEssentialsByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NotaryEssentials.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddNotaryEssentials"}},"/api/v1/notaries/{personGuid}/notaryessentials/{notaryEssentialsGuid}":{"get":{"tags":["Notaries"],"summary":"Get a NotaryEssentials.","operationId":"Notaries_RetrieveNotaryEssentialsByPersonguidAndNotaryessentialsguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNotaryEssentials"},"put":{"tags":["Notaries"],"summary":"Update a NotaryEssentials.","operationId":"Notaries_UpdateNotaryEssentialsByPersonguidAndNotaryessentialsguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NotaryEssentials.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateNotaryEssentials"},"delete":{"tags":["Notaries"],"summary":"Delete an existing NotaryEssentials.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteNotaryEssentialsByPersonguidAndNotaryessentialsguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNotaryEssentials"}},"/api/v1/notaries/{personGuid}/notaryessentials/{notaryEssentialsGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of NotaryEssentials certificate image metadata.","operationId":"Notaries_GetListOfNotaryEssentialsCertificatesByNotaryessentialsguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNotaryEssentialsCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a NotaryEssentials certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertNotaryEssentialsCertificateByPersonguidAndNotaryessentialsguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertNotaryEssentialsCertificate"}},"/api/v1/notaries/{personGuid}/notaryessentials/{notaryEssentialsGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get NotaryEssentials certificate image metadata.","operationId":"Notaries_RetrieveNotaryEssentialsCertificateByNotaryessentialsguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNotaryEssentialsCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{notaryEssentialsGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a NotaryEssentials certificate image.","operationId":"Notaries_DeleteNotaryEssentialsCertificateByPersonguidAndNotaryessentialsguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNotaryEssentialsCertificate"}},"/api/v1/notaries/{personGuid}/nsaexams":{"get":{"tags":["Notaries"],"summary":"Get a list of NsaExams.","operationId":"Notaries_GetListOfNsaExamsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNsaExams"},"post":{"tags":["Notaries"],"summary":"Add a NsaExam.","operationId":"Notaries_AddNsaExamByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NsaExam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddNsaExam"}},"/api/v1/notaries/{personGuid}/nsaexams/{nsaExamGuid}":{"get":{"tags":["Notaries"],"summary":"Get a NsaExam.","operationId":"Notaries_RetrieveNsaExamByPersonguidAndNsaexamguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the NsaExam.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNsaExam"},"put":{"tags":["Notaries"],"summary":"Update a NsaExam.","operationId":"Notaries_UpdateNsaExamByPersonguidAndNsaexamguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the NsaExam.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NsaExam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateNsaExam"},"delete":{"tags":["Notaries"],"summary":"Delete an existing NsaExam.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteNsaExamByPersonguidAndNsaexamguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the NsaExam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNsaExam"}},"/api/v1/notaries/{personGuid}/nsaexams/{nsaExamGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of NsaExam certificate image metadata.","operationId":"Notaries_GetListOfNsaExamCertificatesByNsaexamguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the NsaExam.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNsaExamCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a NsaExam certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertNsaExamCertificateByPersonguidAndNsaexamguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the NsaExam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertNsaExamCertificate"}},"/api/v1/notaries/{personGuid}/nsaexams/{nsaExamGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get NsaExam certificate image metadata.","operationId":"Notaries_RetrieveNsaExamCertificateByNsaexamguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the NsaExam.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNsaExamCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{nsaExamGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a NsaExam certificate image.","operationId":"Notaries_DeleteNsaExamCertificateByPersonguidAndNsaexamguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the NsaExam.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNsaExamCertificate"}},"/api/v1/notaries/{personGuid}/suretybonds":{"get":{"tags":["Notaries"],"summary":"Get a list of SuretyBonds.","operationId":"Notaries_GetListOfSuretyBondsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfSuretyBonds"},"post":{"tags":["Notaries"],"summary":"Add a SuretyBond.","operationId":"Notaries_AddSuretyBondByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The SuretyBond.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddSuretyBond"}},"/api/v1/notaries/{personGuid}/suretybonds/{suretyBondGuid}":{"get":{"tags":["Notaries"],"summary":"Get a SuretyBond.","operationId":"Notaries_RetrieveSuretyBondByPersonguidAndSuretybondguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveSuretyBond"},"put":{"tags":["Notaries"],"summary":"Update a SuretyBond.","operationId":"Notaries_UpdateSuretyBondByPersonguidAndSuretybondguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"},{"name":"request","in":"body","description":"The SuretyBond.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateSuretyBond"},"delete":{"tags":["Notaries"],"summary":"Delete an existing SuretyBond.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteSuretyBondByPersonguidAndSuretybondguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteSuretyBond"}},"/api/v1/notaries/{personGuid}/suretybonds/{suretyBondGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of SuretyBond certificate image metadata.","operationId":"Notaries_GetListOfSuretyBondCertificatesBySuretybondguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfSuretyBondCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a SuretyBond certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertSuretyBondCertificateByPersonguidAndSuretybondguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertSuretyBondCertificate"}},"/api/v1/notaries/{personGuid}/suretybonds/{suretyBondGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get SuretyBond certificate image metadata.","operationId":"Notaries_RetrieveSuretyBondCertificateBySuretybondguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveSuretyBondCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{suretyBondGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a SuretyBond certificate image.","operationId":"Notaries_DeleteSuretyBondCertificateByPersonguidAndSuretybondguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteSuretyBondCertificate"}},"/api/v1/notaries/search=radius":{"get":{"tags":["Notaries"],"summary":"Get notaries by radius.","operationId":"Notaries_GetListByRadiusByLatAndLonAndRadiusAndYearsAndLangAndMobileplatformidAndPubAndMemberAndMobileAndAttorneyAndEdocAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"lat","in":"query","description":"The geo-latitude that is at the center point of the radius search.","required":true,"type":"number","format":"double"},{"name":"lon","in":"query","description":"The geo-longitude that is at the center point of the radius search.","required":true,"type":"number","format":"double"},{"name":"radius","in":"query","description":"The radius in miles.","required":false,"type":"number","format":"double"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for notaries that are visible to the public. To be visible to the public, \r\n              the notary must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for notaries that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile notaries.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for notaries that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for notaries that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of notaries to return. If the count is less than 1, then up to 1 notaries will be returned.\r\n                If the count is greater than 8000, then up to 8000 notaries will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotarySearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListByRadius"}},"/api/v1/notaries/search=postalcode":{"get":{"tags":["Notaries"],"summary":"Get notaries by postal code radius.","operationId":"Notaries_GetListByPostalCodeRadiusByPostalcodeAndRadiusAndYearsAndLangAndMobileplatformidAndPubAndMemberAndMobileAndAttorneyAndEdocAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"postalCode","in":"query","description":"The postal code.","required":true,"type":"string"},{"name":"radius","in":"query","description":"The radius in miles.","required":false,"type":"number","format":"double"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for notaries that are visible to the public. To be visible to the public, \r\n              the notary must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for notaries that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile notaries.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for notaries that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for notaries that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of notaries to return. If the count is less than 1, then up to 1 notaries will be returned.\r\n                If the count is greater than 8000, then up to 8000 notaries will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotaryPostalCodeSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListByPostalCodeRadius"}},"/api/v1/notaries/search=state":{"get":{"tags":["Notaries"],"summary":"Get notaries by location or name.","operationId":"Notaries_GetListByStateByStateAndYearsAndCityAndCountyAndFirstnameAndLastnameAndLangAndMobileplatformidAndPubAndMemberAndMobileAndAttorneyAndEdocAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"state","in":"query","description":"The two letter state code.","required":true,"type":"string"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"city","in":"query","description":"The city.","required":false,"type":"string"},{"name":"county","in":"query","description":"The county.","required":false,"type":"string"},{"name":"firstName","in":"query","description":"The first name of the notary. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the notary. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for notaries that are visible to the public. To be visible to the public, \r\n              the notary must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for notaries that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile notaries.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for notaries that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for notaries that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of notaries to return. If the count is less than 1, then up to 1 notaries will be returned.\r\n                If the count is greater than 8000, then up to 8000 notaries will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotarySearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListByState"}},"/api/v1/notaries/search=name":{"get":{"tags":["Notaries"],"summary":"Get notaries by last name.","operationId":"Notaries_GetListByNameByLastnameAndYearsAndFirstnameAndCityAndCountyAndStateAndLangAndMobileplatformidAndPubAndMemberAndMobileAndAttorneyAndEdocAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"lastName","in":"query","description":"The last name of the notary. It may be an exact match, or the first few characters.","required":true,"type":"string"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"firstName","in":"query","description":"The first name of the notary. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"city","in":"query","description":"The city.","required":false,"type":"string"},{"name":"county","in":"query","description":"The county.","required":false,"type":"string"},{"name":"state","in":"query","description":"The two letter state code.","required":false,"type":"string"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for notaries that are visible to the public. To be visible to the public, \r\n              the notary must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for notaries that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile notaries.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for notaries that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for notaries that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of notaries to return. If the count is less than 1, then up to 1 notaries will be returned.\r\n                If the count is greater than 8000, then up to 8000 notaries will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotarySearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListByName"}},"/api/v1/notaries/search=org":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetListByOrgByOrganizationidAndStatusAndLastnameAndFirstnameAndNameAndStateAndEmailAndPhonenumberAndExternalemployeeidAndCommissionnameAndIsadminAndOrderbyAndOrganizationstatusAndOrganizationmembertypeAndDescendingAndPageAndCountAndSearchstatelistsAndOnlynotaryAndIspaymentholdAndIsinsuranceholdAndIscommissionholdAndExcludeindexsearch","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"query","required":false,"type":"string"},{"name":"status","in":"query","required":false,"type":"integer","format":"int32"},{"name":"lastName","in":"query","required":false,"type":"string"},{"name":"firstName","in":"query","required":false,"type":"string"},{"name":"name","in":"query","required":false,"type":"string"},{"name":"state","in":"query","required":false,"type":"string"},{"name":"email","in":"query","required":false,"type":"string"},{"name":"phoneNumber","in":"query","required":false,"type":"string"},{"name":"externalEmployeeId","in":"query","required":false,"type":"string"},{"name":"commissionName","in":"query","required":false,"type":"string"},{"name":"isAdmin","in":"query","required":false,"type":"boolean"},{"name":"orderBy","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21]},{"name":"organizationStatus","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2,3]},{"name":"organizationMemberType","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2]},{"name":"descending","in":"query","required":false,"type":"boolean"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"},{"name":"searchStateLists","in":"query","required":false,"type":"boolean"},{"name":"onlyNotary","in":"query","required":false,"type":"boolean"},{"name":"isPaymentHold","in":"query","required":false,"type":"boolean"},{"name":"isInsuranceHold","in":"query","required":false,"type":"boolean"},{"name":"isCommissionHold","in":"query","required":false,"type":"boolean"},{"name":"excludeIndexSearch","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListByOrg"}},"/api/v1/notaries/search=org2":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetNotariesByOrgByOrganizationidAndStatusAndLastnameAndFirstnameAndNameAndStateAndEmailAndExternalemployeeidAndCommissionnameAndIsadminAndOrderbyAndOrganizationstatusAndDescendingAndPageAndCountAndSearchstatelists","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"query","required":false,"type":"string"},{"name":"status","in":"query","required":false,"type":"integer","format":"int32"},{"name":"lastName","in":"query","required":false,"type":"string"},{"name":"firstName","in":"query","required":false,"type":"string"},{"name":"name","in":"query","required":false,"type":"string"},{"name":"state","in":"query","required":false,"type":"string"},{"name":"email","in":"query","required":false,"type":"string"},{"name":"externalEmployeeId","in":"query","required":false,"type":"string"},{"name":"commissionName","in":"query","required":false,"type":"string"},{"name":"isAdmin","in":"query","required":false,"type":"boolean"},{"name":"orderBy","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21]},{"name":"organizationStatus","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2,3]},{"name":"descending","in":"query","required":false,"type":"boolean"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"},{"name":"searchStateLists","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetNotariesByOrg"}},"/api/v1/notaries/search=email":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetListByEmailByEmailAndOrganizationguidAndFilterbyorganization","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"email","in":"query","required":true,"type":"string"},{"name":"organizationGuid","in":"query","required":false,"type":"string"},{"name":"filterByOrganization","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListByEmail"}},"/api/v1/notaries/{personId}/sendmessage":{"post":{"tags":["Notaries"],"operationId":"Notaries_SendNotificationByPersonid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"SendNotification"}},"/api/v1/notaries/{personId}":{"get":{"tags":["Notaries"],"operationId":"Notaries_RetrieveByPersonidAndStatehintAndIncludeorderinfo","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"stateHint","in":"query","required":false,"type":"string"},{"name":"includeOrderInfo","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Notary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"Retrieve"},"put":{"tags":["Notaries"],"operationId":"Notaries_UpdateByPersonidAndRequestAndUpdateaddressesAndUpdatecommissioninfoAndSendmessageAndUpdateholdstatusonlyAndIspunchout","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/UpdateNotaryRequest"}},{"name":"updateAddresses","in":"query","required":false,"type":"boolean"},{"name":"updateCommissionInfo","in":"query","required":false,"type":"boolean"},{"name":"sendMessage","in":"query","required":false,"type":"boolean"},{"name":"updateholdstatusOnly","in":"query","required":false,"type":"boolean"},{"name":"isPunchout","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Notary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"Update"}},"/api/v1/notaries/{personId}/details":{"get":{"tags":["Notaries"],"operationId":"Notaries_DetailsByPersonidAndStatehint","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"stateHint","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotaryDetails"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"Details"}},"/api/v1/notaries":{"post":{"tags":["Notaries"],"operationId":"Notaries_AddByRequestAndAddaddressesAndAddcommissioninfo","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddNotaryRequest"}},{"name":"addAddresses","in":"query","required":false,"type":"boolean"},{"name":"addCommissionInfo","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Notary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"Add"}},"/api/v1/notaries/customer":{"post":{"tags":["Notaries"],"operationId":"Notaries_AddCustomerNotaryByRequestAndAddaddressesAndAddcommissioninfo","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddCustomerNotaryRequest"}},{"name":"addAddresses","in":"query","required":false,"type":"boolean"},{"name":"addCommissionInfo","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Notary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddCustomerNotary"}},"/api/v1/notaries/{personId}/upsertOnholdStatus":{"put":{"tags":["Notaries"],"operationId":"Notaries_UpsertOnholdStatusByPersonidAndRequestAndSendmessage","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/UpdateOnholdStatusRequest"}},{"name":"sendMessage","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OnHoldStatus"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertOnholdStatus"}},"/api/v1/notaries/{personGuid}/applyBalancePayment":{"post":{"tags":["Notaries"],"operationId":"Notaries_ApplyBalancePaymentByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/ApplyBalancePaymentRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OnHoldStatus"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"ApplyBalancePayment"}},"/api/v1/notaries/{personId}/getOnholdStatusSummary":{"get":{"tags":["Notaries"],"operationId":"Notaries_RetrieveOnholdStatusSummaryEntityByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OnHoldSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveOnholdStatusSummaryEntity"}},"/api/v1/notaries/active":{"get":{"tags":["Notaries"],"summary":"Get a list of active Notary Guids.","operationId":"Notaries_GetListOfActiveNotaryGuids","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfActiveNotaryGuids"}},"/api/v1/notaries/monthlynotarizations":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetMonthlyNotarizationsEnum","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/MonthlyNotarizationsEnum"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetMonthlyNotarizationsEnum"}},"/api/v1/notaries/notaryexperiences":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetNotaryExperienceEnum","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/NotaryExperienceEnum"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetNotaryExperienceEnum"}},"/api/v1/notaries/commissionstatuses":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetCommissionStatusEnum","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CommissionStatus"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetCommissionStatusEnum"}},"/api/v1/notaries/types":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetNotaryTypes","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/NotaryType"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetNotaryTypes"}},"/api/v1/notaries/{personId}/addresses":{"get":{"tags":["Notaries"],"summary":"Get a list of addresses.","operationId":"Notaries_GetListOfAddressesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Address"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfAddresses"},"post":{"tags":["Notaries"],"summary":"Add an address.","operationId":"Notaries_AddAddressByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The address.","required":true,"schema":{"$ref":"#/definitions/AddAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddAddress"}},"/api/v1/notaries/{personId}/addresses/{addressId}":{"get":{"tags":["Notaries"],"summary":"Get an address.","operationId":"Notaries_RetrieveAddressByPersonidAndAddressid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Address"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveAddress"},"put":{"tags":["Notaries"],"summary":"Update an existing address.","operationId":"Notaries_UpdateAddressByPersonidAndAddressidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new address information.","required":true,"schema":{"$ref":"#/definitions/UpdateAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateAddress"},"post":{"tags":["Notaries"],"summary":"Upsert an address.","operationId":"Notaries_UpsertAddressByPersonidAndAddressidAndRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to upsert.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new address information.","required":true,"schema":{"$ref":"#/definitions/UpdateAddressRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Address"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertAddress"},"delete":{"tags":["Notaries"],"summary":"Delete an existing address.","operationId":"Notaries_DeleteAddressByPersonidAndAddressid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteAddress"}},"/api/v1/notaries/{personId}/commissions":{"get":{"tags":["Notaries"],"summary":"Get a list of commissions.","operationId":"Notaries_GetListOfCommissionsByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Commission"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfCommissions"},"post":{"tags":["Notaries"],"operationId":"Notaries_AddCommissionByPersonidAndRequestAndBypassexistingcheck","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddCommissionRequest"}},{"name":"bypassExistingCheck","in":"query","required":false,"type":"boolean"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddCommission"}},"/api/v1/notaries/{personId}/commissions/{commissionId}":{"get":{"tags":["Notaries"],"summary":"Get a commission.","operationId":"Notaries_RetrieveCommissionByPersonidAndCommissionid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Commission"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveCommission"},"put":{"tags":["Notaries"],"summary":"Update a commission.","operationId":"Notaries_UpdateCommissionByPersonidAndCommissionidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"},{"name":"request","in":"body","description":"The commission.","required":true,"schema":{"$ref":"#/definitions/UpdateCommissionRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateCommission"},"delete":{"tags":["Notaries"],"summary":"Delete an existing commission.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteCommissionByPersonidAndCommissionid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteCommission"}},"/api/v1/notaries/commissionExpirationCalculator":{"get":{"tags":["Notaries"],"summary":"Calculate commission expiration date.","operationId":"Notaries_CalculateCommissionExpirationDateByCommissionstatecodeAndCommissionstartdate","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"commissionStateCode","in":"query","description":"2-digit state code","required":true,"type":"string"},{"name":"commissionStartDate","in":"query","description":"Commission start date","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"CalculateCommissionExpirationDate"}},"/api/v1/notaries/{personId}/commissions/{commissionId}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get commission certificate image metadata.","operationId":"Notaries_RetrieveCommissionCertificateByCommissionidAndImageidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveCommissionCertificate"},"delete":{"tags":["Notaries"],"summary":"Delete a commission certificate image.","operationId":"Notaries_DeleteCommissionCertificateByPersonidAndCommissionidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteCommissionCertificate"}},"/api/v1/notaries/{personId}/commissions/{commissionId}/certificates":{"post":{"tags":["Notaries"],"summary":"Upsert a commission certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_AddCommissionCertificateByPersonidAndCommissionid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddCommissionCertificate"}},"/api/v1/notaries/{personId}/pictures":{"get":{"tags":["Notaries"],"summary":"Get a list of profile picture metadata.","operationId":"Notaries_GetListOfPicturesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfPictures"},"post":{"tags":["Notaries"],"summary":"Upsert a profile picture or pictures.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_AddPictureByPersonid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddPicture"}},"/api/v1/notaries/{personId}/pictures/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get profile picture metadata.","operationId":"Notaries_RetrievePictureByPersonidAndImageid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the profile picture.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrievePicture"},"delete":{"tags":["Notaries"],"summary":"Delete a profile picture.","operationId":"Notaries_DeletePictureByPersonidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the profile picture to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeletePicture"}},"/api/v1/notaries/{personId}/languages":{"get":{"tags":["Notaries"],"summary":"Get a list of languages.","operationId":"Notaries_GetListOfLanguagesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Language"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfLanguages"},"post":{"tags":["Notaries"],"summary":"Add a language.","operationId":"Notaries_AddLanguageByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The language.","required":true,"schema":{"$ref":"#/definitions/AddLanguageRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddLanguage"}},"/api/v1/notaries/{personId}/languages/{code}":{"delete":{"tags":["Notaries"],"summary":"Delete a language.","operationId":"Notaries_DeleteLanguageByPersonidAndCode","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"code","in":"path","description":"The two letter ISO 6391 code, or the three letter ISO 6393 code.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteLanguage"}},"/api/v1/notaries/{personId}/mobileplatforms":{"get":{"tags":["Notaries"],"summary":"Get a list of mobile platforms.","operationId":"Notaries_GetListOfMobilePlatformsByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/MobilePlatform"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfMobilePlatforms"},"post":{"tags":["Notaries"],"summary":"Add a mobile platform.","operationId":"Notaries_AddMobilePlatformByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The mobile platform.","required":true,"schema":{"$ref":"#/definitions/AddMobilePlatformRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddMobilePlatform"}},"/api/v1/notaries/{personId}/mobileplatforms/{mobilePlatformId}":{"delete":{"tags":["Notaries"],"summary":"Delete a mobile platform.","operationId":"Notaries_DeleteMobilePlatformByPersonidAndMobileplatformid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"mobilePlatformId","in":"path","description":"A globally unique identifier that identifies the mobile platform.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteMobilePlatform"}},"/api/v1/notaries/{personId}/phones":{"get":{"tags":["Notaries"],"summary":"Get a list of phones.","operationId":"Notaries_GetListOfPhonesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Phone"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfPhones"},"post":{"tags":["Notaries"],"summary":"Add a phone.","operationId":"Notaries_AddPhoneByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The phone.","required":true,"schema":{"$ref":"#/definitions/AddPhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddPhone"}},"/api/v1/notaries/{personId}/phones/{phoneId}":{"get":{"tags":["Notaries"],"summary":"Get a phone.","operationId":"Notaries_RetrievePhoneByPersonidAndPhoneid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Phone"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrievePhone"},"put":{"tags":["Notaries"],"summary":"Update an existing phone.","operationId":"Notaries_UpdatePhoneByPersonidAndPhoneidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new phone information.","required":true,"schema":{"$ref":"#/definitions/UpdatePhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdatePhone"},"delete":{"tags":["Notaries"],"summary":"Delete an existing phone.","operationId":"Notaries_DeletePhoneByPersonidAndPhoneid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeletePhone"}},"/api/v1/notaries/{personId}/servicecounties":{"get":{"tags":["Notaries"],"summary":"Get a list of service counties.","operationId":"Notaries_GetListOfServiceCountiesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/County"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfServiceCounties"},"post":{"tags":["Notaries"],"summary":"Add a service county.","operationId":"Notaries_AddServiceCountyByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The service county.","required":true,"schema":{"$ref":"#/definitions/AddServiceCountyRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddServiceCounty"}},"/api/v1/notaries/{personId}/servicecounties/{countyId}":{"delete":{"tags":["Notaries"],"summary":"Delete a service county.","operationId":"Notaries_DeleteServiceCountyByPersonidAndCountyid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"countyId","in":"path","description":"A globally unique identifier that identifies the service county.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteServiceCounty"}},"/api/v1/notaries/{personId}/servicedays":{"get":{"tags":["Notaries"],"summary":"Get a list of service days.","operationId":"Notaries_GetListOfServiceDaysByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ServiceDay"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfServiceDays"},"post":{"tags":["Notaries"],"summary":"Add a service day.","operationId":"Notaries_AddServiceDayByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The service day.","required":true,"schema":{"$ref":"#/definitions/AddServiceDayRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddServiceDay"}},"/api/v1/notaries/systemProviders":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetListOfSystemProvidersByType","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/SystemProviderByType"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfSystemProvidersByType"}},"/api/v1/notaries/{personId}/servicedays/{dayOfWeek}":{"get":{"tags":["Notaries"],"summary":"Get a service day.","operationId":"Notaries_RetrieveServiceDayByPersonidAndDayofweek","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies notary.","required":true,"type":"string"},{"name":"dayOfWeek","in":"path","description":"The the day of the week.","required":true,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceDay"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveServiceDay"},"put":{"tags":["Notaries"],"summary":"Update a service day.","operationId":"Notaries_UpdateServiceDayByPersonidAndDayofweekAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"dayOfWeek","in":"path","description":"The day of week.","required":true,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6]},{"name":"request","in":"body","description":"The service day.","required":true,"schema":{"$ref":"#/definitions/UpdateServiceDayRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateServiceDay"},"delete":{"tags":["Notaries"],"summary":"Delete an existing service day.","operationId":"Notaries_DeleteServiceDayByPersonidAndDayofweek","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"dayOfWeek","in":"path","description":"The day of week.","required":true,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6]}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteServiceDay"}},"/api/v1/notaries/{personId}/specialbusinessdesignations":{"get":{"tags":["Notaries"],"summary":"Get a list of special business designations.","operationId":"Notaries_GetListOfSpecialBusinessDesignationsByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/SpecialBusinessDesignation"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfSpecialBusinessDesignations"},"post":{"tags":["Notaries"],"summary":"Add a special business designation.","operationId":"Notaries_AddSpecialBusinessDesignationByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The special business designation.","required":true,"schema":{"$ref":"#/definitions/AddSpecialBusinessDesignationRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddSpecialBusinessDesignation"}},"/api/v1/notaries/{personId}/specialbusinessdesignations/{specialBusinessDesignationId}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of special business designation certificate image metadata.","operationId":"Notaries_GetListOfSpecialBusinessDesignationCertificatesBySpecialbusinessdesignationidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfSpecialBusinessDesignationCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a special business designation certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_AddSpecialBusinessDesignationCertificateByPersonidAndSpecialbusinessdesignationid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddSpecialBusinessDesignationCertificate"}},"/api/v1/notaries/{personId}/specialbusinessdesignations/{specialBusinessDesignationId}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get special business designation certificate image metadata.","operationId":"Notaries_RetrieveSpecialBusinessDesignationCertificateBySpecialbusinessdesignationidAndImageidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveSpecialBusinessDesignationCertificate"},"delete":{"tags":["Notaries"],"summary":"Delete a special business designation certificate image.","operationId":"Notaries_DeleteSpecialBusinessDesignationCertificateByPersonidAndSpecialbusinessdesignationidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteSpecialBusinessDesignationCertificate"}},"/api/v1/notaries/{personId}/specialbusinessdesignations/{specialBusinessDesignationId}":{"delete":{"tags":["Notaries"],"summary":"Delete a special business designation.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteSpecialBusinessDesignationByPersonidAndSpecialbusinessdesignationid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteSpecialBusinessDesignation"}},"/api/v1/notaries/searchupdatejobrequest":{"post":{"tags":["Notaries"],"summary":"Request a notary search update job.","operationId":"Notaries_RequestSearchUpdateJob","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RequestSearchUpdateJob"}},"/api/v1/notaries/searchupdatejobrequestexpired":{"post":{"tags":["Notaries"],"summary":"Request a notary search update job.","operationId":"Notaries_RequestSearchUpdateJobExpired","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RequestSearchUpdateJobExpired"}},"/api/v1/notaries/orderplaced":{"post":{"tags":["Notaries"],"summary":"Callback for order placed.","operationId":"Notaries_OrderPlacedByRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","description":"The platform event that contains the order information.","required":true,"schema":{"$ref":"#/definitions/PlatformEvent"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"OrderPlaced"}},"/api/v1/notaries/searchfuzzy":{"post":{"tags":["Notaries"],"summary":"Search a notary.","operationId":"Notaries_SearchFuzzyByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","description":"The notary information from ARIBA.","required":true,"schema":{"$ref":"#/definitions/AribaNotary"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Notary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"SearchFuzzy"}},"/api/v1/notaries/{personId}/comments/{commentId}":{"get":{"tags":["Notaries"],"summary":"Get a comment.","operationId":"Notaries_RetrieveCommentByPersonidAndCommentid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"commentId","in":"path","description":"A globally unique identifier that identifies the comment.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Comment"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveComment"},"delete":{"tags":["Notaries"],"operationId":"Notaries_DeleteCommentByPersonidAndCommentid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"commentId","in":"path","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteComment"}},"/api/v1/notaries/{personId}/comments":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetListOfCommentsByPersonidAndTypeAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"type","in":"query","required":true,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentListResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfComments"},"put":{"tags":["Notaries"],"operationId":"Notaries_UpdateCommentByPersonidAndRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddCommentRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentResponse"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateComment"},"post":{"tags":["Notaries"],"operationId":"Notaries_AddCommentByPersonidAndRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AddCommentRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentResponse"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddComment"}},"/api/v1/notaries/{friendlyUserName}/applicationStatus":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetNotaryApplicationStatusByFriendlyusername","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"friendlyUserName","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotaryApplication"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetNotaryApplicationStatus"}},"/api/v1/notaries/summary":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetNotarySummaryListAsyncByLastexecutiodateAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"lastExecutioDate","in":"query","required":true,"type":"string","format":"date-time"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetNotarySummaryListAsync"}},"/api/v1/notaries/summary/{personGuid}":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetNotarySummaryAsyncByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetNotarySummaryAsync"}},"/api/v1/notaries/prospect":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetNotaryProspectListAsyncByLastexecutiodateAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"lastExecutioDate","in":"query","required":true,"type":"string","format":"date-time"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetNotaryProspectListAsync"}},"/api/v1/notaries/prospect/{prospectId}/summary":{"get":{"tags":["Notaries"],"operationId":"Notaries_GetProspectSummaryAsyncByProspectid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"prospectId","in":"path","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetProspectSummaryAsync"}},"/api/v1/notaries/NotaryIndexAdd":{"post":{"tags":["Notaries"],"operationId":"Notaries_AddNotaryIndexByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddNotaryIndex"}},"/api/v1/notaries/NotaryIndexUpdate":{"put":{"tags":["Notaries"],"operationId":"Notaries_UpdateNotaryIndexByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateNotaryIndex"}},"/api/v1/notaries/NotaryIndexDelete":{"delete":{"tags":["Notaries"],"operationId":"Notaries_DeleteNotaryIndexByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNotaryIndex"}},"/api/v1/notaries/ProspectIndexUpdate":{"put":{"tags":["Notaries"],"operationId":"Notaries_UpdateProspectIndexByPersonguidAndProspectid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"query","required":true,"type":"string"},{"name":"prospectId","in":"query","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateProspectIndex"}},"/api/v1/notaries/{personGuid}/backgroundchecks":{"get":{"tags":["Notaries"],"summary":"Get a list of BackgroundChecks.","operationId":"Notaries_GetListOfBackgroundChecksByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfBackgroundChecks"},"post":{"tags":["Notaries"],"summary":"Add a BackgroundCheck.","operationId":"Notaries_AddBackgroundCheckByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The BackgroundCheck.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddBackgroundCheck"}},"/api/v1/notaries/{personGuid}/backgroundchecks/{backgroundCheckGuid}":{"get":{"tags":["Notaries"],"summary":"Get a BackgroundCheck.","operationId":"Notaries_RetrieveBackgroundCheckByPersonguidAndBackgroundcheckguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveBackgroundCheck"},"put":{"tags":["Notaries"],"summary":"Update a BackgroundCheck.","operationId":"Notaries_UpdateBackgroundCheckByPersonguidAndBackgroundcheckguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"},{"name":"request","in":"body","description":"The BackgroundCheck.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateBackgroundCheck"},"delete":{"tags":["Notaries"],"summary":"Delete an existing BackgroundCheck.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteBackgroundCheckByPersonguidAndBackgroundcheckguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteBackgroundCheck"}},"/api/v1/notaries/{personGuid}/backgroundchecks/{backgroundCheckGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of BackgroundCheck certificate image metadata.","operationId":"Notaries_GetListOfBackgroundCheckCertificatesByBackgroundcheckguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfBackgroundCheckCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a BackgroundCheck certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertBackgroundCheckCertificateByPersonguidAndBackgroundcheckguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertBackgroundCheckCertificate"}},"/api/v1/notaries/{personGuid}/backgroundchecks/{backgroundCheckGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get BackgroundCheck certificate image metadata.","operationId":"Notaries_RetrieveBackgroundCheckCertificateByBackgroundcheckguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveBackgroundCheckCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{backgroundCheckGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a BackgroundCheck certificate image.","operationId":"Notaries_DeleteBackgroundCheckCertificateByPersonguidAndBackgroundcheckguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteBackgroundCheckCertificate"}},"/api/v1/notaries/{personGuid}/compliancecourses":{"get":{"tags":["Notaries"],"summary":"Get a list of ComplianceCourses.","operationId":"Notaries_GetListOfComplianceCoursesByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfComplianceCourses"},"post":{"tags":["Notaries"],"summary":"Add a ComplianceCourse.","operationId":"Notaries_AddComplianceCourseByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The ComplianceCourse.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddComplianceCourse"}},"/api/v1/notaries/{personGuid}/compliancecourses/{complianceCourseGuid}":{"get":{"tags":["Notaries"],"summary":"Get a ComplianceCourse.","operationId":"Notaries_RetrieveComplianceCourseByPersonguidAndCompliancecourseguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the ComplianceCourse.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveComplianceCourse"},"put":{"tags":["Notaries"],"summary":"Update a ComplianceCourse.","operationId":"Notaries_UpdateComplianceCourseByPersonguidAndCompliancecourseguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the ComplianceCourse.","required":true,"type":"string"},{"name":"request","in":"body","description":"The ComplianceCourse.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateComplianceCourse"},"delete":{"tags":["Notaries"],"summary":"Delete an existing ComplianceCourse.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteComplianceCourseByPersonguidAndCompliancecourseguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the ComplianceCourse.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteComplianceCourse"}},"/api/v1/notaries/{personGuid}/compliancecourses/{complianceCourseGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of ComplianceCourse certificate image metadata.","operationId":"Notaries_GetListOfComplianceCourseCertificatesByCompliancecourseguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the ComplianceCourse.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfComplianceCourseCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a ComplianceCourse certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertComplianceCourseCertificateByPersonguidAndCompliancecourseguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the ComplianceCourse.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertComplianceCourseCertificate"}},"/api/v1/notaries/{personGuid}/compliancecourses/{complianceCourseGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get ComplianceCourse certificate image metadata.","operationId":"Notaries_RetrieveComplianceCourseCertificateByCompliancecourseguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the ComplianceCourse.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveComplianceCourseCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{complianceCourseGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a ComplianceCourse certificate image.","operationId":"Notaries_DeleteComplianceCourseCertificateByPersonguidAndCompliancecourseguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the ComplianceCourse.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteComplianceCourseCertificate"}},"/api/v1/notaries/{personGuid}/eoinsurances":{"get":{"tags":["Notaries"],"summary":"Get a list of EOInsurances.","operationId":"Notaries_GetListOfEOInsurancesByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfEOInsurances"},"post":{"tags":["Notaries"],"summary":"Add a EOInsurance.","operationId":"Notaries_AddEOInsuranceByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The EOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddEOInsurance"}},"/api/v1/notaries/{personGuid}/eoinsurances/{eOInsuranceGuid}":{"get":{"tags":["Notaries"],"summary":"Get a EOInsurance.","operationId":"Notaries_RetrieveEOInsuranceByPersonguidAndEoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveEOInsurance"},"put":{"tags":["Notaries"],"summary":"Update a EOInsurance.","operationId":"Notaries_UpdateEOInsuranceByPersonguidAndEoinsuranceguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"},{"name":"request","in":"body","description":"The EOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateEOInsurance"},"delete":{"tags":["Notaries"],"summary":"Delete an existing EOInsurance.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteEOInsuranceByPersonguidAndEoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteEOInsurance"}},"/api/v1/notaries/{personGuid}/eoinsurances/{eOInsuranceGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of EOInsurance certificate image metadata.","operationId":"Notaries_GetListOfEOInsuranceCertificatesByEoinsuranceguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfEOInsuranceCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a EOInsurance certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertEOInsuranceCertificateByPersonguidAndEoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertEOInsuranceCertificate"}},"/api/v1/notaries/{personGuid}/eoinsurances/{eOInsuranceGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get EOInsurance certificate image metadata.","operationId":"Notaries_RetrieveEOInsuranceCertificateByEoinsuranceguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveEOInsuranceCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{eOInsuranceGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a EOInsurance certificate image.","operationId":"Notaries_DeleteEOInsuranceCertificateByPersonguidAndEoinsuranceguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteEOInsuranceCertificate"}},"/api/v1/notaries/{personGuid}/hotlinememberships":{"get":{"tags":["Notaries"],"summary":"Get a list of HotlineMemberships.","operationId":"Notaries_GetListOfHotlineMembershipsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfHotlineMemberships"},"post":{"tags":["Notaries"],"summary":"Add a HotlineMembership.","operationId":"Notaries_AddHotlineMembershipByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The HotlineMembership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddHotlineMembership"}},"/api/v1/notaries/{personGuid}/hotlinememberships/{hotlineMembershipGuid}":{"get":{"tags":["Notaries"],"summary":"Get a HotlineMembership.","operationId":"Notaries_RetrieveHotlineMembershipByPersonguidAndHotlinemembershipguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveHotlineMembership"},"put":{"tags":["Notaries"],"summary":"Update a HotlineMembership.","operationId":"Notaries_UpdateHotlineMembershipByPersonguidAndHotlinemembershipguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"},{"name":"request","in":"body","description":"The HotlineMembership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateHotlineMembership"},"delete":{"tags":["Notaries"],"summary":"Delete an existing HotlineMembership.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteHotlineMembershipByPersonguidAndHotlinemembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteHotlineMembership"}},"/api/v1/notaries/{personGuid}/hotlinememberships/{hotlineMembershipGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of HotlineMembership certificate image metadata.","operationId":"Notaries_GetListOfHotlineMembershipCertificatesByHotlinemembershipguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfHotlineMembershipCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a HotlineMembership certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertHotlineMembershipCertificateByPersonguidAndHotlinemembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertHotlineMembershipCertificate"}},"/api/v1/notaries/{personGuid}/hotlinememberships/{hotlineMembershipGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get HotlineMembership certificate image metadata.","operationId":"Notaries_RetrieveHotlineMembershipCertificateByHotlinemembershipguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveHotlineMembershipCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{hotlineMembershipGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a HotlineMembership certificate image.","operationId":"Notaries_DeleteHotlineMembershipCertificateByPersonguidAndHotlinemembershipguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteHotlineMembershipCertificate"}},"/api/v1/notaries/{personGuid}/neexams":{"get":{"tags":["Notaries"],"summary":"Get a list of NEExams.","operationId":"Notaries_GetListOfNEExamsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNEExams"},"post":{"tags":["Notaries"],"summary":"Add a NEExam.","operationId":"Notaries_AddNEExamByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NEExam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddNEExam"}},"/api/v1/notaries/{personGuid}/neexams/{nEExamGuid}":{"get":{"tags":["Notaries"],"summary":"Get a NEExam.","operationId":"Notaries_RetrieveNEExamByPersonguidAndNeexamguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNEExam"},"put":{"tags":["Notaries"],"summary":"Update a NEExam.","operationId":"Notaries_UpdateNEExamByPersonguidAndNeexamguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NEExam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateNEExam"},"delete":{"tags":["Notaries"],"summary":"Delete an existing NEExam.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteNEExamByPersonguidAndNeexamguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNEExam"}},"/api/v1/notaries/{personGuid}/neexams/{nEExamGuid}/certificates":{"get":{"tags":["Notaries"],"summary":"Get a list of NEExam certificate image metadata.","operationId":"Notaries_GetListOfNEExamCertificatesByNeexamguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNEExamCertificates"},"post":{"tags":["Notaries"],"summary":"Upsert a NEExam certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Notaries_UpsertNEExamCertificateByPersonguidAndNeexamguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpsertNEExamCertificate"}},"/api/v1/notaries/{personGuid}/neexams/{nEExamGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get NEExam certificate image metadata.","operationId":"Notaries_RetrieveNEExamCertificateByNeexamguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNEExamCertificate"}},"/api/v1/notaries/{personGuid}/commissions/{nEExamGuid}/certificates/{imageId}":{"delete":{"tags":["Notaries"],"summary":"Delete a NEExam certificate image.","operationId":"Notaries_DeleteNEExamCertificateByPersonguidAndNeexamguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNEExamCertificate"}},"/api/v1/notaries/{personGuid}/nnaeoinsurances":{"get":{"tags":["Notaries"],"summary":"Get a list of NnaEOInsurances.","operationId":"Notaries_GetListOfNnaEOInsurancesByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"GetListOfNnaEOInsurances"},"post":{"tags":["Notaries"],"summary":"Add a NnaEOInsurance.","operationId":"Notaries_AddNnaEOInsuranceByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NnaEOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"AddNnaEOInsurance"}},"/api/v1/notaries/{personGuid}/nnaeoinsurances/{nnaEOInsuranceGuid}":{"get":{"tags":["Notaries"],"summary":"Get a NnaEOInsurance.","operationId":"Notaries_RetrieveNnaEOInsuranceByPersonguidAndNnaeoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNnaEOInsurance"},"put":{"tags":["Notaries"],"summary":"Update a NnaEOInsurance.","operationId":"Notaries_UpdateNnaEOInsuranceByPersonguidAndNnaeoinsuranceguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NnaEOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"UpdateNnaEOInsurance"},"delete":{"tags":["Notaries"],"summary":"Delete an existing NnaEOInsurance.","description":"Any associated certificates are also deleted.","operationId":"Notaries_DeleteNnaEOInsuranceByPersonguidAndNnaeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"DeleteNnaEOInsurance"}},"/api/v1/notaries/{personGuid}/nnaeoinsurances/{nnaEOInsuranceGuid}/certificates/{imageId}":{"get":{"tags":["Notaries"],"summary":"Get NnaEOInsurance certificate image metadata.","operationId":"Notaries_RetrieveNnaEOInsuranceCertificateByNnaeoinsuranceguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesController","x-methodName":"RetrieveNnaEOInsuranceCertificate"}},"/api/v1/notariesqualification/types":{"get":{"tags":["NotariesQualifications"],"operationId":"NotariesQualifications_GetListOfQualificationTypes","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/QualificationTypeResponse"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfQualificationTypes"}},"/api/v1/notariesqualifications/{personGuid}":{"get":{"tags":["NotariesQualifications"],"operationId":"NotariesQualifications_GetListOfQualificationsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfQualifications"}},"/api/v1/notariesqualifications/{personGuid}/subscribe":{"post":{"tags":["NotariesQualifications"],"operationId":"NotariesQualifications_CreateSubscriptionQualificationAsyncByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"CreateSubscriptionQualificationAsync"}},"/api/v1/notariesqualifications/{personGuid}/unsubscribe":{"put":{"tags":["NotariesQualifications"],"operationId":"NotariesQualifications_CancelSubscriptionQualificationAsyncByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"CancelSubscriptionQualificationAsync"}},"/api/v1/notariesqualifications/{personGuid}/backgroundchecks":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of Background Checks.","operationId":"NotariesQualifications_GetListOfBackgroundChecksByPersonguidAndQualificationtypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"qualificationTypeId","in":"query","description":"Qualification type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfBackgroundChecks"},"post":{"tags":["NotariesQualifications"],"summary":"Add a Background Check.","operationId":"NotariesQualifications_AddBackgroundCheckByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The Background Check.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddBackgroundCheck"}},"/api/v1/notariesqualifications/{personGuid}/backgroundchecks/{backgroundCheckGuid}":{"get":{"tags":["NotariesQualifications"],"summary":"Get a Background Check.","operationId":"NotariesQualifications_RetrieveBackgroundCheckByPersonguidAndBackgroundcheckguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveBackgroundCheck"},"put":{"tags":["NotariesQualifications"],"summary":"Update a Background Check.","operationId":"NotariesQualifications_UpdateBackgroundCheckByPersonguidAndBackgroundcheckguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"},{"name":"model","in":"body","description":"The Background Check.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateBackgroundCheck"},"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing BackgroundCheck.","operationId":"NotariesQualifications_DeleteBackgroundCheckByPersonguidAndBackgroundcheckguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteBackgroundCheck"}},"/api/v1/notariesqualifications/{personId}/backgroundchecks/{backgroundCheckId}/certificates":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of BackgroundCheck certificate image metadata.","operationId":"NotariesQualifications_GetListOfBackgroundCheckCertificatesByBackgroundcheckidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"backgroundCheckId","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfBackgroundCheckCertificates"},"post":{"tags":["NotariesQualifications"],"summary":"Upsert a BackgroundCheck certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"NotariesQualifications_AddBackgroundCheckCertificateByPersonidAndBackgroundcheckid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckId","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddBackgroundCheckCertificate"}},"/api/v1/notariesqualifications/{personId}/backgroundchecks/{backgroundCheckId}/certificates/{imageId}":{"get":{"tags":["NotariesQualifications"],"summary":"Get BackgroundCheck certificate image metadata.","operationId":"NotariesQualifications_RetrieveBackgroundCheckCertificateByBackgroundcheckidAndImageidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"backgroundCheckId","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveBackgroundCheckCertificate"}},"/api/v1/notariesqualifications/{personId}/commissions/{backgroundCheckId}/certificates/{imageId}":{"delete":{"tags":["NotariesQualifications"],"summary":"Delete a BackgroundCheck certificate image.","operationId":"NotariesQualifications_DeleteBackgroundCheckCertificateByPersonidAndBackgroundcheckidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"backgroundCheckId","in":"path","description":"A globally unique identifier that identifies the BackgroundCheck.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteBackgroundCheckCertificate"}},"/api/v1/notariesqualifications/{personGuid}/hotlinememberships":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of Hotline Memberships.","operationId":"NotariesQualifications_GetListOfHotlineMembershipsByPersonguidAndQualificationtypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"qualificationTypeId","in":"query","description":"Qualification type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfHotlineMemberships"},"post":{"tags":["NotariesQualifications"],"summary":"Add a Hotline Membership.","operationId":"NotariesQualifications_AddHotlineMembershipByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The Hotline Membership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddHotlineMembership"}},"/api/v1/notariesqualifications/{personId}/hotlinememberships/{hotlineMembershipId}":{"get":{"tags":["NotariesQualifications"],"summary":"Get a Hotline Membership.","operationId":"NotariesQualifications_RetrieveHotlineMembershipByHotlinemembershipguidAndPersonidAndHotlinemembershipid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"hotlineMembershipGuid","in":"query","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"},{"name":"hotlineMembershipId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveHotlineMembership"}},"/api/v1/notariesqualifications/{personGuid}/hotlinememberships/{hotlineMembershipGuid}":{"put":{"tags":["NotariesQualifications"],"summary":"Update a Hotline Membership.","operationId":"NotariesQualifications_UpdateHotlineMembershipByPersonguidAndHotlinemembershipguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"},{"name":"model","in":"body","description":"The Hotline Membership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateHotlineMembership"},"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing Hotline Membership.","operationId":"NotariesQualifications_DeleteHotlineMembershipByPersonguidAndHotlinemembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the HotlineMembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteHotlineMembership"}},"/api/v1/notariesqualifications/{personGuid}/neexams":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of NE Exams.","operationId":"NotariesQualifications_GetListOfNEExamsByPersonguidAndQualificationtypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"qualificationTypeId","in":"query","description":"Qualification type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfNEExams"},"post":{"tags":["NotariesQualifications"],"summary":"Add a NE Exam.","operationId":"NotariesQualifications_AddNEExamByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The NE Exam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddNEExam"}},"/api/v1/notariesqualifications/{neExamGuid}/neexam":{"get":{"tags":["NotariesQualifications"],"summary":"Get a NE Exam.","operationId":"NotariesQualifications_RetrieveNEExamByNeexamguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"neExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveNEExam"}},"/api/v1/notariesqualifications/{personGuid}/neexams/{neExamGuid}":{"put":{"tags":["NotariesQualifications"],"summary":"Update a NE Exam.","operationId":"NotariesQualifications_UpdateNEExamByPersonguidAndNeexamguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"neExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"},{"name":"model","in":"body","description":"The NE Exam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateNEExam"}},"/api/v1/notariesqualifications/{neExamGuid}/neexams":{"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing NE Exam.","operationId":"NotariesQualifications_DeleteNEExamByNeexamguid","consumes":[],"produces":[],"parameters":[{"name":"neExamGuid","in":"path","description":"A globally unique identifier that identifies the NEExam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteNEExam"}},"/api/v1/notariesqualifications/{personGuid}/nnamemberships":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of NNA Memberships.","operationId":"NotariesQualifications_GetListOfNnaMembershipsByPersonguidAndQualificationtypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"qualificationTypeId","in":"query","description":"Qualification type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfNnaMemberships"},"post":{"tags":["NotariesQualifications"],"summary":"Add a NNA Membership.","operationId":"NotariesQualifications_AddNnaMembershipByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The NNA Membership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddNnaMembership"}},"/api/v1/notariesqualifications/{nnaMembershipGuid}/nnamembership":{"get":{"tags":["NotariesQualifications"],"summary":"Get a NNA Membership.","operationId":"NotariesQualifications_RetrieveNnaMembershipByNnamembershipguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveNnaMembership"}},"/api/v1/notariesqualifications/{personGuid}/nnamemberships/{nnaMembershipGuid}":{"put":{"tags":["NotariesQualifications"],"summary":"Update a NNA Membership.","operationId":"NotariesQualifications_UpdateNnaMembershipByPersonguidAndNnamembershipguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"},{"name":"model","in":"body","description":"The NNA Membership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateNnaMembership"}},"/api/v1/notariesqualifications/{nnaMembershipGuid}/nnamemberships":{"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing NNA Membership.","operationId":"NotariesQualifications_DeleteNnaMembershipByNnamembershipguid","consumes":[],"produces":[],"parameters":[{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the NnaMembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteNnaMembership"}},"/api/v1/notariesqualifications/lms":{"post":{"tags":["NotariesQualifications"],"operationId":"NotariesQualifications_SaveQualificationByLmsqualificationrequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"lmsQualificationRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/LmsQualificationRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"SaveQualification"}},"/api/v1/notariesqualifications/{personGuid}/notaryessentials":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of Notary Essentials.","operationId":"NotariesQualifications_GetListOfNotaryEssentialsByPersonguidAndQualificationtypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"qualificationTypeId","in":"query","description":"Qualification type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfNotaryEssentials"},"post":{"tags":["NotariesQualifications"],"summary":"Add a Notary Essentials.","operationId":"NotariesQualifications_AddNotaryEssentialsByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The Notary Essentials.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddNotaryEssentials"}},"/api/v1/notariesqualifications/{notaryEssentialsGuid}/notaryessentials":{"get":{"tags":["NotariesQualifications"],"summary":"Get a Notary Essentials.","operationId":"NotariesQualifications_RetrieveNotaryEssentialsByNotaryessentialsguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveNotaryEssentials"},"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing Notary Essentials.","operationId":"NotariesQualifications_DeleteNotaryEssentialsByNotaryessentialsguid","consumes":[],"produces":[],"parameters":[{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteNotaryEssentials"}},"/api/v1/notariesqualifications/{personGuid}/notaryessentials/{notaryEssentialsId}":{"put":{"tags":["NotariesQualifications"],"summary":"Update a Notary Essentials.","operationId":"NotariesQualifications_UpdateNotaryEssentialsByPersonguidAndNotaryessentialsguidAndModelAndNotaryessentialsid","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"query","description":"A globally unique identifier that identifies the NotaryEssentials.","required":true,"type":"string"},{"name":"model","in":"body","description":"The Notary Essentials.","required":true,"schema":{"$ref":"#/definitions/Qualification"}},{"name":"notaryEssentialsId","in":"path","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateNotaryEssentials"}},"/api/v1/notariesqualifications/{personGuid}/nnaeoinsurances":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of NnaEOInsurances.","operationId":"NotariesQualifications_GetListOfNnaEOInsurancesByPersonguidAndPolicytypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"policyTypeId","in":"query","description":"Insurance policy type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfNnaEOInsurances"},"post":{"tags":["NotariesQualifications"],"summary":"Add a NnaEOInsurance.","operationId":"NotariesQualifications_AddNnaEOInsuranceByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The NnaEOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddNnaEOInsurance"}},"/api/v1/notariesqualifications/{nnaEOInsuranceGuid}/nnaeoinsurance":{"get":{"tags":["NotariesQualifications"],"summary":"Get a NnaEOInsurance.","operationId":"NotariesQualifications_RetrieveNnaEOInsuranceByNnaeoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveNnaEOInsurance"}},"/api/v1/notariesqualifications/{personGuid}/nnaeoinsurances/{nnaEOInsuranceGuid}":{"put":{"tags":["NotariesQualifications"],"summary":"Update a NnaEOInsurance.","operationId":"NotariesQualifications_UpdateNnaEOInsuranceByPersonguidAndNnaeoinsuranceguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"},{"name":"model","in":"body","description":"The NnaEOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateNnaEOInsurance"}},"/api/v1/notariesqualifications/{nnaEOInsuranceGuid}/nnaeoinsurances":{"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing NnaEOInsurance.","operationId":"NotariesQualifications_DeleteNnaEOInsuranceByNnaeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NnaEOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteNnaEOInsurance"}},"/api/v1/notariesqualifications/{personGuid}/eoinsurances":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of EOInsurances.","operationId":"NotariesQualifications_GetListOfEOInsurancesByPersonguidAndPolicytypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"policyTypeId","in":"query","description":"Insurance policy type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfEOInsurances"},"post":{"tags":["NotariesQualifications"],"summary":"Add a EOInsurance","operationId":"NotariesQualifications_AddEOInsuranceByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The EOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddEOInsurance"}},"/api/v1/notariesqualifications/{personGuid}/eoinsurances/{eoInsuranceGuid}":{"get":{"tags":["NotariesQualifications"],"summary":"Get a EOInsurance.","operationId":"NotariesQualifications_RetrieveEOInsuranceByPersonguidAndEoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"eoInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IInsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveEOInsurance"},"put":{"tags":["NotariesQualifications"],"summary":"Update a EOInsurance.","operationId":"NotariesQualifications_UpdateEOInsuranceByPersonguidAndEoinsuranceguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"eoInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"},{"name":"model","in":"body","description":"The EOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateEOInsurance"}},"/api/v1/notariesqualifications/{eoInsuranceGuid}/eoinsurances":{"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing EOInsurance.","operationId":"NotariesQualifications_DeleteEOInsuranceByEoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"eoInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the EOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteEOInsurance"}},"/api/v1/notariesqualifications/{personGuid}/suretybonds":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of SuretyBonds.","operationId":"NotariesQualifications_GetListOfSuretyBondsByPersonguidAndPolicytypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"policyTypeId","in":"query","description":"Insurance policy type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfSuretyBonds"},"post":{"tags":["NotariesQualifications"],"summary":"Add a SuretyBond.","operationId":"NotariesQualifications_AddSuretyBondByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The SuretyBond.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddSuretyBond"}},"/api/v1/notariesqualifications/{suretyBondGuid}/suretybond":{"get":{"tags":["NotariesQualifications"],"summary":"Get a SuretyBond.","operationId":"NotariesQualifications_RetrieveSuretyBondBySuretybondguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveSuretyBond"}},"/api/v1/notariesqualifications/{personGuid}/suretybonds/{suretyBondGuid}":{"put":{"tags":["NotariesQualifications"],"summary":"Update a SuretyBond.","operationId":"NotariesQualifications_UpdateSuretyBondByPersonguidAndSuretybondguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"},{"name":"model","in":"body","description":"The SuretyBond.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateSuretyBond"}},"/api/v1/notariesqualifications/{suretyBondGuid}/suretybonds":{"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing SuretyBond.","operationId":"NotariesQualifications_DeleteSuretyBondBySuretybondguid","consumes":[],"produces":[],"parameters":[{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the SuretyBond.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteSuretyBond"}},"/api/v1/notariesqualifications/{personGuid}/electronicbonds":{"get":{"tags":["NotariesQualifications"],"summary":"Get a list of ElectronicBonds.","operationId":"NotariesQualifications_GetListOfElectronicBondsByPersonguidAndPolicytypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"policyTypeId","in":"query","description":"Insurance policy type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"GetListOfElectronicBonds"},"post":{"tags":["NotariesQualifications"],"summary":"Add a ElectronicBond.","operationId":"NotariesQualifications_AddElectronicBondByPersonguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"model","in":"body","description":"The ElectronicBond.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"AddElectronicBond"}},"/api/v1/notariesqualifications/{electronicBondGuid}/electronicbond":{"get":{"tags":["NotariesQualifications"],"summary":"Get a ElectronicBond.","operationId":"NotariesQualifications_RetrieveElectronicBondByElectronicbondguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"electronicBondGuid","in":"path","description":"A globally unique identifier that identifies the ElectronicBond.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"RetrieveElectronicBond"}},"/api/v1/notariesqualifications/{personGuid}/electronicbonds/{electronicBondGuid}":{"put":{"tags":["NotariesQualifications"],"summary":"Update a ElectronicBond.","operationId":"NotariesQualifications_UpdateElectronicBondByPersonguidAndElectronicbondguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"},{"name":"electronicBondGuid","in":"path","description":"A globally unique identifier that identifies the ElectronicBond.","required":true,"type":"string"},{"name":"model","in":"body","description":"The ElectronicBond.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"UpdateElectronicBond"}},"/api/v1/notariesqualifications/{electronicBondGuid}/electronicbonds":{"delete":{"tags":["NotariesQualifications"],"summary":"Delete an existing ElectronicBond.","operationId":"NotariesQualifications_DeleteElectronicBondByElectronicbondguid","consumes":[],"produces":[],"parameters":[{"name":"electronicBondGuid","in":"path","description":"A globally unique identifier that identifies the ElectronicBond.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.NotariesQualificationsController","x-methodName":"DeleteElectronicBond"}},"/api/v1/organizations":{"get":{"tags":["Organizations"],"summary":"Get a list of organizations.","operationId":"Organizations_GetListByIsapprovedAndIspartnerAndNamestartswithAndEmailAndDomainAndPageAndCountAndOrderbyAndStatusAndDescending","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"isApproved","in":"query","description":"If true, get a list of organizations that have been approved. Otherwise, get a list of organizations that have not been approved.","required":false,"type":"boolean"},{"name":"isPartner","in":"query","description":"If true, gets a list of organizations that are partners.Otherwise, gets a list of organizations that are not. If null returns all of them","required":false,"type":"boolean"},{"name":"nameStartsWith","in":"query","description":"The first few characters of the organization name.","required":false,"type":"string"},{"name":"email","in":"query","description":"The email address to search on.","required":false,"type":"string"},{"name":"domain","in":"query","description":"The email domain to search on.","required":false,"type":"string"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of organizations to return. If the count is less than 1, then up to 1 organizations will be returned.\r\n                If the count is greater than 1000, then up to 1000 organizations will be returned.","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","description":"Order by Organization : OrganizationName=1","required":false,"type":"integer","format":"int32","enum":[0,1]},{"name":"status","in":"query","description":"The status of the organization to filter on.","required":false,"type":"integer","format":"int32","enum":[0,1,2,3]},{"name":"descending","in":"query","description":"Order by descending. True or False","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetList"},"post":{"tags":["Organizations"],"summary":"Add an organization.","operationId":"Organizations_AddByRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","description":"The organization information.","required":true,"schema":{"$ref":"#/definitions/AddOrganizationRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"Add"}},"/api/v1/organizations/summaryList":{"get":{"tags":["Organizations"],"operationId":"Organizations_GetOrganizationsListByIsapprovedAndNamestartswithAndEmailAndDomainAndContactnameAndExecutivenameAndAccountidAndPageAndCountAndOrderbyAndStatusesAndTypeAndDescendingAndMembertransactiontypeAndIspaymenthold","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"isApproved","in":"query","required":false,"type":"boolean"},{"name":"nameStartsWith","in":"query","required":false,"type":"string"},{"name":"email","in":"query","required":false,"type":"string"},{"name":"domain","in":"query","required":false,"type":"string"},{"name":"contactName","in":"query","required":false,"type":"string"},{"name":"executiveName","in":"query","required":false,"type":"string"},{"name":"accountId","in":"query","required":false,"type":"string"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1]},{"name":"statuses","in":"query","required":false,"type":"string"},{"name":"type","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23]},{"name":"descending","in":"query","required":false,"type":"boolean"},{"name":"memberTransactionType","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2]},{"name":"isPaymentHold","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationSummaryResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetOrganizationsList"}},"/api/v1/organizations/statuses":{"get":{"tags":["Organizations"],"summary":"Get an organization statuses.","operationId":"Organizations_RetrieveStatuses","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/OrganizationStatus"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"RetrieveStatuses"}},"/api/v1/organizations/contactTypes":{"get":{"tags":["Organizations"],"summary":"Get an organization contact types.","operationId":"Organizations_RetrieveContactTypes","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ContactType"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"RetrieveContactTypes"}},"/api/v1/organizations/{organizationId}":{"get":{"tags":["Organizations"],"summary":"Get an organization.","operationId":"Organizations_RetrieveByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the requested organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Organization"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"Retrieve"},"put":{"tags":["Organizations"],"summary":"Update an organization.","operationId":"Organizations_UpdateByOrganizationidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The organization information.","required":true,"schema":{"$ref":"#/definitions/UpdateOrganizationRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"Update"}},"/api/v1/organizations/orderInfo":{"get":{"tags":["Organizations"],"operationId":"Organizations_RetrieveOrganizationInfoForOrderByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationInfoForOrder"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"RetrieveOrganizationInfoForOrder"}},"/api/v1/organizations/{personId}":{"post":{"tags":["Organizations"],"summary":"Update a ProcurementOrganizationId in Organization.","operationId":"Organizations_UpdateProcurementOrganizationIdByPersonidAndProcurementorganizationid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the person associate to update a organization.","required":true,"type":"string"},{"name":"procurementOrganizationId","in":"query","description":"The organization information.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"UpdateProcurementOrganizationId"}},"/api/v1/organizations/{organizationId}/partnerorganizationid":{"get":{"tags":["Organizations"],"summary":"Get an organization.","operationId":"Organizations_GetListOfPartnerOrganizationIdsByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the requested organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetListOfPartnerOrganizationIds"}},"/api/v1/organizations/{organizationId}/notaryStatistics":{"get":{"tags":["Organizations"],"summary":"Get notary statistics for an organization.","operationId":"Organizations_RetrieveNotaryStatisticsByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationNotaryStatistics"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"RetrieveNotaryStatistics"}},"/api/v1/organizations/{organizationId}/addresses":{"get":{"tags":["Organizations"],"summary":"Get a list of addresses.","operationId":"Organizations_GetListOfAddressesByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Address"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetListOfAddresses"},"post":{"tags":["Organizations"],"summary":"Add an address.","operationId":"Organizations_AddAddressByOrganizationidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"request","in":"body","description":"The address.","required":true,"schema":{"$ref":"#/definitions/AddAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"AddAddress"}},"/api/v1/organizations/{organizationId}/addresses/{addressId}":{"get":{"tags":["Organizations"],"summary":"Get an address.","operationId":"Organizations_RetrieveAddressByOrganizationidAndAddressid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Address"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"RetrieveAddress"},"put":{"tags":["Organizations"],"summary":"Update an existing address.","operationId":"Organizations_UpdateAddressByOrganizationidAndAddressidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new address information.","required":true,"schema":{"$ref":"#/definitions/UpdateAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"UpdateAddress"},"delete":{"tags":["Organizations"],"summary":"Delete an existing address.","operationId":"Organizations_DeleteAddressByOrganizationidAndAddressid","consumes":[],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"DeleteAddress"}},"/api/v1/organizations/{organizationId}/logos":{"get":{"tags":["Organizations"],"summary":"Get a list of company logo metadata.","operationId":"Organizations_GetListOfLogosByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetListOfLogos"},"post":{"tags":["Organizations"],"summary":"Upsert a company logo or logos.","description":"This endpoint only supports multipart form data.","operationId":"Organizations_AddLogoByOrganizationid","consumes":[],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"AddLogo"}},"/api/v1/organizations/{organizationId}/logos/{imageId}":{"get":{"tags":["Organizations"],"summary":"Get company logo metadata.","operationId":"Organizations_RetrieveLogoByOrganizationidAndImageid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the logo.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"RetrieveLogo"},"delete":{"tags":["Organizations"],"summary":"Delete a company logo.","operationId":"Organizations_DeleteLogoByOrganizationidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the logo to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"DeleteLogo"}},"/api/v1/organizations/{organizationId}/phones":{"get":{"tags":["Organizations"],"summary":"Get a list of phones.","operationId":"Organizations_GetListOfPhonesByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Phone"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetListOfPhones"},"post":{"tags":["Organizations"],"summary":"Add a phone.","operationId":"Organizations_AddPhoneByOrganizationidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"request","in":"body","description":"The phone.","required":true,"schema":{"$ref":"#/definitions/AddPhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"AddPhone"}},"/api/v1/organizations/{organizationId}/phones/{phoneId}":{"get":{"tags":["Organizations"],"summary":"Get a phone.","operationId":"Organizations_RetrievePhoneByOrganizationidAndPhoneid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Phone"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"RetrievePhone"},"put":{"tags":["Organizations"],"summary":"Update an existing phone.","operationId":"Organizations_UpdatePhoneByOrganizationidAndPhoneidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new phone information.","required":true,"schema":{"$ref":"#/definitions/UpdatePhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"UpdatePhone"},"delete":{"tags":["Organizations"],"summary":"Delete an existing phone.","operationId":"Organizations_DeletePhoneByOrganizationidAndPhoneid","consumes":[],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"DeletePhone"}},"/api/v1/organizations/{organizationId}/customers":{"get":{"tags":["Organizations"],"summary":"Get a list of customers.","operationId":"Organizations_GetCustomerListByOrganizationidAndFirstnameAndLastnameAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"firstName","in":"query","description":"The first name of the customer. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the customer. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of customers to return. If the count is less than 1, then up to 1 customers will be returned.\r\n                If the count is greater than 1000, then up to 1000 customers will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetCustomerList"},"post":{"tags":["Organizations"],"summary":"Add a customer to an organization.","operationId":"Organizations_AddCustomerByOrganizationidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"request","in":"body","description":"The customer information.","required":true,"schema":{"$ref":"#/definitions/AddCustomerRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"AddCustomer"}},"/api/v1/organizations/{organizationId}/contacts":{"get":{"tags":["Organizations"],"summary":"Get a list of customers.","operationId":"Organizations_GetContactListByOrganizationidAndFirstnameAndLastnameAndContacttypeAndIsprimaryAndPageAndCountAndOrderbyAndDescending","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"firstName","in":"query","description":"The first name of the customer. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the customer. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"contactType","in":"query","description":"The type of contact to search on.","required":false,"type":"integer","format":"int32","enum":[0,1,2,3,4,5]},{"name":"isPrimary","in":"query","description":"If null then return all contacts. If true return only primary contacts.  If false, return not primary contacts","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of customers to return. If the count is less than 1, then up to 1 customers will be returned.\r\n                If the count is greater than 1000, then up to 1000 customers will be returned.","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","description":"order by parameter","required":false,"type":"integer","format":"int32","enum":[0,1,2]},{"name":"descending","in":"query","description":"sort results in descending order","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetContactList"}},"/api/v1/organizations/{organizationId}/users":{"get":{"tags":["Organizations"],"summary":"Get users by organization.","operationId":"Organizations_GetUserListByOrganizationidAndFirstnameAndLastnameAndEmailAndPageAndOrderbyAndDescendingAndRolAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"firstName","in":"query","description":"The first name of the user. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the user. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"email","in":"query","description":"The email address to search on.","required":false,"type":"string"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","description":"order by parameter","required":false,"type":"integer","format":"int32","enum":[0,1,2,3]},{"name":"descending","in":"query","description":"sort results in descending order","required":false,"type":"boolean"},{"name":"rol","in":"query","description":"","required":false,"type":"string"},{"name":"count","in":"query","description":"The number of users to return. If the count is less than 1, then up to 1 users will be returned.\r\n                If the count is greater than 1000, then up to 1000 users will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetUserList"}},"/api/v1/organizations/{organizationId}/notaries":{"get":{"tags":["Organizations"],"operationId":"Organizations_GetNotaryListByOrganizationidAndFirstnameAndLastnameAndNameAndEmailAndPageAndCountAndOrderbyAndDescending","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","required":true,"type":"string"},{"name":"firstName","in":"query","required":false,"type":"string"},{"name":"lastName","in":"query","required":false,"type":"string"},{"name":"name","in":"query","required":false,"type":"string"},{"name":"email","in":"query","required":false,"type":"string"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21]},{"name":"descending","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotarySearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetNotaryList"}},"/api/v1/organizations/{organizationId}/notaries/{status}":{"get":{"tags":["Organizations"],"summary":"Get notaries by organization and status.","operationId":"Organizations_GetNotaryListByStatusByOrganizationidAndStatusAndFirstnameAndLastnameAndEmailAndOrderbyAndDescendingAndPageAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"status","in":"path","description":"0=unknown, 1=Inactive, 2=Active, 3=Active90 (inactive within 90 days).","required":true,"type":"integer","format":"int32"},{"name":"firstName","in":"query","description":"Optional first name","required":false,"type":"string"},{"name":"lastName","in":"query","description":"Optional last name","required":false,"type":"string"},{"name":"email","in":"query","description":"Optional email address","required":false,"type":"string"},{"name":"orderBy","in":"query","description":"Order by organization","required":false,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21]},{"name":"descending","in":"query","description":"Sort in Descending Order","required":false,"type":"boolean"},{"name":"page","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"Number of results to return.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotarySearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetNotaryListByStatus"}},"/api/v1/organizations/{organizationId}/signingagents":{"get":{"tags":["Organizations"],"summary":"Get signing agents by organization.","operationId":"Organizations_GetSigningAgentListByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SigningAgentSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetSigningAgentList"}},"/api/v1/organizations/AccountExecutives":{"get":{"tags":["Organizations"],"operationId":"Organizations_GetAccountExecutives","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/AccountExecutive"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetAccountExecutives"}},"/api/v1/organizations/{organizationId}/notaries/{personId}":{"post":{"tags":["Organizations"],"summary":"Add an existing notary to an organization.","description":"The notary must not have an existing user account.","operationId":"Organizations_AddNotaryByOrganizationidAndPersonid","consumes":[],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"AddNotary"},"delete":{"tags":["Organizations"],"summary":"Remove a notary from an organization.","description":"If the notary has a login, it will be deleted.","operationId":"Organizations_RemoveNotaryByOrganizationidAndPersonid","consumes":[],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"personId","in":"path","description":"A globally unique identifier that identifies the notary.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"RemoveNotary"}},"/api/v1/organizations/notaries/{personId}":{"post":{"tags":["Organizations"],"operationId":"Organizations_MoveNotaryByPersonidAndRequestAndIspunchout","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/MoveNotaryRequest"}},{"name":"isPunchout","in":"query","required":false,"type":"boolean"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"MoveNotary"}},"/api/v1/organizations/{organizationId}/members":{"get":{"tags":["Organizations"],"summary":"Get members by organization.","operationId":"Organizations_GetMemberListByOrganizationidAndFirstnameAndLastnameAndNameAndEmailAndPageAndCountAndOrderbyAndDescending","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"firstName","in":"query","description":"Optional filter","required":false,"type":"string"},{"name":"lastName","in":"query","description":"Optional filter","required":false,"type":"string"},{"name":"name","in":"query","description":"Optional filter all columns","required":false,"type":"string"},{"name":"email","in":"query","description":"Optional filter","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional offset for result page, default is 0","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"Optional count for result page, default is 1000","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","description":"Sets what column to order by","required":false,"type":"integer","format":"int32","enum":[0,1,2]},{"name":"descending","in":"query","description":"True for descending","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MemberResult"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetMemberList"}},"/api/v1/organizations/{organizationId}/comments":{"get":{"tags":["Organizations"],"operationId":"Organizations_GetListOfCommentsByOrganizationidAndTypeAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","required":true,"type":"string"},{"name":"type","in":"query","required":true,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentListResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.OrganizationsController","x-methodName":"GetListOfComments"}},"/api/v1/partners/customers":{"get":{"tags":["Partners"],"summary":"Get customer business partners.","operationId":"Partners_GetListOfCustomersByNamestartswithAndPageAndCountAndOrderbyAndDescending","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nameStartsWith","in":"query","description":"The first few characters of the partner organization name.","required":false,"type":"string"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of organizations to return. If the count is less than 1, then up to 1 organizations will be returned.\r\n                If the count is greater than 1000, then up to 1000 organizations will be returned.","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","description":"Order by Organization : OrganizationName=1 ,  CreditCardRequired/Payment Terms = 2,  ExternalAccountId = 3, PocName = 4, PocEmail = 5","required":false,"type":"integer","format":"int32","enum":[0,1,2,3,4,5]},{"name":"descending","in":"query","description":"Order by descending. True or False","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PartnerCustomerSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"GetListOfCustomers"},"post":{"tags":["Partners"],"summary":"Add a customer business partner.","operationId":"Partners_AddCustomerByRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","description":"The business partner information.","required":true,"schema":{"$ref":"#/definitions/AddPartnerCustomerRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"AddCustomer"}},"/api/v1/partners/{organizationId}/partnercustomer":{"get":{"tags":["Partners"],"summary":"Get a customer business partner.","operationId":"Partners_RetrievePartnerCustomerByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the requested partner organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PartnerCustomer"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrievePartnerCustomer"}},"/api/v1/partners/{organizationId}/customer":{"get":{"tags":["Partners"],"summary":"Get partner Tax exempt status.","operationId":"Partners_RetrieveCustomerByOrganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the requested partner organization.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PartnerCustomer"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCustomer"},"put":{"tags":["Partners"],"summary":"Update a customer business partner.","description":"Use this endpoint to update customer relationship information, where the logged in user's organization is updating information about their customer.","operationId":"Partners_UpdateCustomerByOrganizationidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization that is the customer.","required":true,"type":"string"},{"name":"request","in":"body","description":"The business partner information.","required":true,"schema":{"$ref":"#/definitions/UpdatePartnerCustomerRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"UpdateCustomer"},"delete":{"tags":["Partners"],"summary":"Delete a customer business partner.","operationId":"Partners_DeleteCustomerByOrganizationid","consumes":[],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner organization.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"DeleteCustomer"}},"/api/v1/partners/me/customer/{organizationId}":{"get":{"tags":["Partners"],"operationId":"Partners_RetrieveMeCustomerByOrganizationidAndSourceorganizationid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","required":true,"type":"string"},{"name":"sourceOrganizationId","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PartnerCustomer"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveMeCustomer"},"put":{"tags":["Partners"],"summary":"Update a customer as a business partner for the partner organization.","description":"Use this endpoint to update customer relationship information, where the logged-in user's organization is the customer.","operationId":"Partners_UpdateMeCustomerByOrganizationidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the organization that the user's organization is a customer of.","required":true,"type":"string"},{"name":"request","in":"body","description":"The business partner information.","required":true,"schema":{"$ref":"#/definitions/UpdatePartnerMeCustomerRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"UpdateMeCustomer"}},"/api/v1/partners/downloadrequest":{"post":{"tags":["Partners"],"summary":"Request a download of notaries for a partner.","operationId":"Partners_RequestNotaryDownloadByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/NotaryDownloadRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RequestNotaryDownload"}},"/api/v1/partners/downloadinstant":{"get":{"tags":["Partners"],"summary":"Request a download of notaries for a partner.","operationId":"Partners_InstantNotaryDownloadByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotariesDownloadResult"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"InstantNotaryDownload"}},"/api/v1/partners/downloadinstant/token":{"get":{"tags":["Partners"],"summary":"Request a download token of notaries for a partner.","operationId":"Partners_InstantNotaryTokenDownloadByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotariesDownloadResult"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"InstantNotaryTokenDownload"}},"/api/v1/partners/{sellerId}/{organizationId}/creditcard":{"get":{"tags":["Partners"],"summary":"Get a list of credit cards","operationId":"Partners_RetrieveCreditCardsBySelleridAndOrganizationidAndPersonidAndCostcenternumber","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"sellerId","in":"path","description":"Seller Id","required":true,"type":"string"},{"name":"organizationId","in":"path","description":"Partner organization id.","required":true,"type":"string"},{"name":"personId","in":"query","description":"Person Id","required":true,"type":"string"},{"name":"costCenterNumber","in":"query","description":"Cost Center Number","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CreditCardSummaryResponse"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCreditCards"},"post":{"tags":["Partners"],"summary":"Add a credit card to a partner","operationId":"Partners_AddCreditCardBySelleridAndOrganizationidAndRequestAndPersonid","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"sellerId","in":"path","description":"Seller Id.","required":true,"type":"string"},{"name":"organizationId","in":"path","description":"Partner organization id","required":true,"type":"string"},{"name":"request","in":"body","description":"New credit card","required":true,"schema":{"$ref":"#/definitions/AddCreditCardRequest"}},{"name":"personId","in":"query","description":"Person Id","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"AddCreditCard"}},"/api/v1/partners/{sellerId}/{organizationId}/creditcard/{creditCardId}":{"get":{"tags":["Partners"],"summary":"Get a credit card","operationId":"Partners_RetrieveCreditCardBySelleridAndOrganizationidAndCreditcardidAndPersonidAndCostcenternumber","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"sellerId","in":"path","description":"Seller Id","required":true,"type":"string"},{"name":"organizationId","in":"path","description":"Partner organization id.","required":true,"type":"string"},{"name":"creditCardId","in":"path","description":"Credit card id","required":true,"type":"string"},{"name":"personId","in":"query","description":"Person guid","required":true,"type":"string"},{"name":"costCenterNumber","in":"query","description":"Cost Center Number","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCardInfoResponse"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCreditCard"},"put":{"tags":["Partners"],"summary":"Update a credit card for a partner","operationId":"Partners_UpdateCreditCardBySelleridAndOrganizationidAndCreditcardidAndRequestAndPersonid","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"sellerId","in":"path","description":"Seller Id","required":true,"type":"string"},{"name":"organizationId","in":"path","description":"Partner organization id","required":true,"type":"string"},{"name":"creditCardId","in":"path","description":"Credit card id","required":true,"type":"string"},{"name":"request","in":"body","description":"Updated credit card","required":true,"schema":{"$ref":"#/definitions/UpdateCreditCardRequest"}},{"name":"personId","in":"query","description":"Person Id","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"UpdateCreditCard"},"delete":{"tags":["Partners"],"summary":"Delete a credit card for a partner","operationId":"Partners_DeleteCreditCardBySelleridAndOrganizationidAndCreditcardidAndPersonidAndCostcenternumber","consumes":[],"produces":[],"parameters":[{"name":"sellerId","in":"path","description":"Seller Id","required":true,"type":"string"},{"name":"organizationId","in":"path","description":"Partner organization id","required":true,"type":"string"},{"name":"creditCardId","in":"path","description":"Credit card id","required":true,"type":"string"},{"name":"personId","in":"query","description":"Person Id","required":true,"type":"string"},{"name":"costCenterNumber","in":"query","description":"Cost Center Number","required":false,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"DeleteCreditCard"}},"/api/v1/partners/{organizationGuid}/customer/groupeoinsurances":{"get":{"tags":["Partners"],"summary":"Get a list of partner customer GroupEOInsurances.","operationId":"Partners_GetListOfCustomerGroupEOInsurancesByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"GetListOfCustomerGroupEOInsurances"},"post":{"tags":["Partners"],"summary":"Add a partner customer GroupEOInsurance.","operationId":"Partners_AddCustomerGroupEOInsuranceByOrganizationguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"request","in":"body","description":"The GroupEOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"AddCustomerGroupEOInsurance"}},"/api/v1/partners/{organizationGuid}/customer/groupeoinsurances/{groupEOInsuranceGuid}":{"get":{"tags":["Partners"],"summary":"Get a partner customer GroupEOInsurance.","operationId":"Partners_RetrieveCustomerGroupEOInsuranceByOrganizationguidAndGroupeoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the GroupEOInsurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCustomerGroupEOInsurance"},"put":{"tags":["Partners"],"summary":"Update a partner customer GroupEOInsurance.","operationId":"Partners_UpdateCustomerGroupEOInsuranceByOrganizationguidAndGroupeoinsuranceguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the GroupEOInsurance.","required":true,"type":"string"},{"name":"request","in":"body","description":"The GroupEOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"UpdateCustomerGroupEOInsurance"},"delete":{"tags":["Partners"],"summary":"Delete an existing partner customer GroupEOInsurance.","description":"Any associated certificates are also deleted.","operationId":"Partners_DeleteCustomerGroupEOInsuranceByOrganizationguidAndGroupeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the GroupEOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"DeleteCustomerGroupEOInsurance"}},"/api/v1/partners/{organizationGuid}/customer/groupeoinsurances/{groupEOInsuranceGuid}/certificates":{"get":{"tags":["Partners"],"summary":"Get a list of partner customer GroupEOInsurance certificate image metadata.","operationId":"Partners_GetListOfCustomerGroupEOInsuranceCertificatesByGroupeoinsuranceguidAndOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the GroupEOInsurance.","required":true,"type":"string"},{"name":"organizationGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"GetListOfCustomerGroupEOInsuranceCertificates"},"post":{"tags":["Partners"],"summary":"Upsert a partner customer GroupEOInsurance certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Partners_AddCustomerGroupEOInsuranceCertificateByOrganizationguidAndGroupeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the GroupEOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"AddCustomerGroupEOInsuranceCertificate"}},"/api/v1/partners/{organizationGuid}/customer/groupeoinsurances/{groupEOInsuranceGuid}/certificates/{imageGuid}":{"get":{"tags":["Partners"],"summary":"Get partner customer GroupEOInsurance certificate image metadata.","operationId":"Partners_RetrieveCustomerGroupEOInsuranceCertificateByGroupeoinsuranceguidAndImageguidAndOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the GroupEOInsurance.","required":true,"type":"string"},{"name":"imageGuid","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"organizationGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCustomerGroupEOInsuranceCertificate"}},"/api/v1/partners/{organizationGuid}/customer/grouphotlines":{"get":{"tags":["Partners"],"summary":"Get a list of partner customer GroupHotlines.","operationId":"Partners_GetListOfCustomerGroupHotlinesByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"GetListOfCustomerGroupHotlines"},"post":{"tags":["Partners"],"summary":"Add a partner customer GroupHotline.","operationId":"Partners_AddCustomerGroupHotlineByOrganizationguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"request","in":"body","description":"The GroupHotline.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"AddCustomerGroupHotline"}},"/api/v1/partners/{organizationGuid}/customer/grouphotlines/{groupHotlineGuid}":{"get":{"tags":["Partners"],"summary":"Get a partner customer GroupHotline.","operationId":"Partners_RetrieveCustomerGroupHotlineByOrganizationguidAndGrouphotlineguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the GroupHotline.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCustomerGroupHotline"},"put":{"tags":["Partners"],"summary":"Update a partner customer GroupHotline.","operationId":"Partners_UpdateCustomerGroupHotlineByOrganizationguidAndGrouphotlineguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the GroupHotline.","required":true,"type":"string"},{"name":"request","in":"body","description":"The GroupHotline.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"UpdateCustomerGroupHotline"},"delete":{"tags":["Partners"],"summary":"Delete an existing partner customer GroupHotline.","description":"Any associated certificates are also deleted.","operationId":"Partners_DeleteCustomerGroupHotlineByOrganizationguidAndGrouphotlineguid","consumes":[],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the GroupHotline.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"DeleteCustomerGroupHotline"}},"/api/v1/partners/{organizationGuid}/customer/grouphotlines/{groupHotlineGuid}/certificates":{"get":{"tags":["Partners"],"summary":"Get a list of partner customer GroupHotline certificate image metadata.","operationId":"Partners_GetListOfCustomerGroupHotlineCertificatesByGrouphotlineguidAndOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the GroupHotline.","required":true,"type":"string"},{"name":"organizationGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"GetListOfCustomerGroupHotlineCertificates"},"post":{"tags":["Partners"],"summary":"Upsert a partner customer GroupHotline certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Partners_AddCustomerGroupHotlineCertificateByOrganizationguidAndGrouphotlineguid","consumes":[],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the GroupHotline.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"AddCustomerGroupHotlineCertificate"}},"/api/v1/partners/{organizationGuid}/customer/grouphotlines/{groupHotlineGuid}/certificates/{imageGuid}":{"get":{"tags":["Partners"],"summary":"Get partner customer GroupHotline certificate image metadata.","operationId":"Partners_RetrieveCustomerGroupHotlineCertificateByGrouphotlineguidAndImageguidAndOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the GroupHotline.","required":true,"type":"string"},{"name":"imageGuid","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"organizationGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCustomerGroupHotlineCertificate"}},"/api/v1/partners/{organizationGuid}/customer/nnagroupeoinsurances":{"get":{"tags":["Partners"],"summary":"Get a list of partner customer NNAGroupEOInsurances.","operationId":"Partners_GetListOfCustomerNNAGroupEOInsurancesByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"GetListOfCustomerNNAGroupEOInsurances"},"post":{"tags":["Partners"],"summary":"Add a partner customer NNAGroupEOInsurance.","operationId":"Partners_AddCustomerNNAGroupEOInsuranceByOrganizationguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NNAGroupEOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"AddCustomerNNAGroupEOInsurance"}},"/api/v1/partners/{organizationGuid}/customer/nnagroupeoinsurances/{nNAGroupEOInsuranceGuid}":{"get":{"tags":["Partners"],"summary":"Get a partner customer NNAGroupEOInsurance.","operationId":"Partners_RetrieveCustomerNNAGroupEOInsuranceByOrganizationguidAndNnagroupeoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"nNAGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NNAGroupEOInsurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCustomerNNAGroupEOInsurance"},"put":{"tags":["Partners"],"summary":"Update a partner customer NNAGroupEOInsurance.","operationId":"Partners_UpdateCustomerNNAGroupEOInsuranceByOrganizationguidAndNnagroupeoinsuranceguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"nNAGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NNAGroupEOInsurance.","required":true,"type":"string"},{"name":"request","in":"body","description":"The NNAGroupEOInsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"UpdateCustomerNNAGroupEOInsurance"},"delete":{"tags":["Partners"],"summary":"Delete an existing partner customer NNAGroupEOInsurance.","description":"Any associated certificates are also deleted.","operationId":"Partners_DeleteCustomerNNAGroupEOInsuranceByOrganizationguidAndNnagroupeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"nNAGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NNAGroupEOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"DeleteCustomerNNAGroupEOInsurance"}},"/api/v1/partners/{organizationGuid}/customer/nnagroupeoinsurances/{nNAGroupEOInsuranceGuid}/certificates":{"get":{"tags":["Partners"],"summary":"Get a list of partner customer NNAGroupEOInsurance certificate image metadata.","operationId":"Partners_GetListOfCustomerNNAGroupEOInsuranceCertificatesByNnagroupeoinsuranceguidAndOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nNAGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NNAGroupEOInsurance.","required":true,"type":"string"},{"name":"organizationGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"GetListOfCustomerNNAGroupEOInsuranceCertificates"},"post":{"tags":["Partners"],"summary":"Upsert a partner customer NNAGroupEOInsurance certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"Partners_AddCustomerNNAGroupEOInsuranceCertificateByOrganizationguidAndNnagroupeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"organizationGuid","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"nNAGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NNAGroupEOInsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"AddCustomerNNAGroupEOInsuranceCertificate"}},"/api/v1/partners/{organizationGuid}/customer/nnagroupeoinsurances/{nNAGroupEOInsuranceGuid}/certificates/{imageGuid}":{"get":{"tags":["Partners"],"summary":"Get partner customer NNAGroupEOInsurance certificate image metadata.","operationId":"Partners_RetrieveCustomerNNAGroupEOInsuranceCertificateByNnagroupeoinsuranceguidAndImageguidAndOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nNAGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the NNAGroupEOInsurance.","required":true,"type":"string"},{"name":"imageGuid","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"organizationGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersController","x-methodName":"RetrieveCustomerNNAGroupEOInsuranceCertificate"}},"/api/v1/partnersqualifications/{organizationId}/customer/groupeoinsurances":{"get":{"tags":["PartnersQualifications"],"summary":"Get a list of partner customer group eo insurances.","operationId":"PartnersQualifications_GetListOfCustomerGroupEOInsurancesByOrganizationidAndPolicytypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"policyTypeId","in":"query","description":"Insurance policy type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"GetListOfCustomerGroupEOInsurances"},"post":{"tags":["PartnersQualifications"],"summary":"Add a partner customer group eo insurance.","operationId":"PartnersQualifications_AddCustomerGroupEOInsuranceByOrganizationidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"model","in":"body","description":"The group eo insurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"AddCustomerGroupEOInsurance"}},"/api/v1/partnersqualification/{groupEOInsuranceGuid}/customer/groupeoinsurances":{"get":{"tags":["PartnersQualifications"],"summary":"Get a partner customer group eo insurance.","operationId":"PartnersQualifications_RetrieveCustomerGroupEOInsuranceByGroupeoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the group eo insurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"RetrieveCustomerGroupEOInsurance"}},"/api/v1/partnersqualifications/{organizationId}/customer/groupeoinsurances/{groupEOInsuranceGuid}":{"put":{"tags":["PartnersQualifications"],"summary":"Update a partner customer group eo insurance.","operationId":"PartnersQualifications_UpdateCustomerGroupEOInsuranceByOrganizationidAndGroupeoinsuranceguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the group eo insurance.","required":true,"type":"string"},{"name":"model","in":"body","description":"The group eo insurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"UpdateCustomerGroupEOInsurance"}},"/api/v1/partnersqualifications/{groupEOInsuranceGuid}/customer/groupeoinsurances":{"delete":{"tags":["PartnersQualifications"],"summary":"Delete an existing partner customer group eo insurance.","operationId":"PartnersQualifications_DeleteCustomerGroupEOInsuranceByGroupeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"groupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the group eo insurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"DeleteCustomerGroupEOInsurance"}},"/api/v1/partnersqualifications/{organizationId}/customer/nnagroupeoinsurances":{"get":{"tags":["PartnersQualifications"],"summary":"Get a list of partner customer nna group eo insurances.","operationId":"PartnersQualifications_GetListOfCustomerNNAGroupEOInsurancesByOrganizationidAndPolicytypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"policyTypeId","in":"query","description":"Insurance policy type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"GetListOfCustomerNNAGroupEOInsurances"},"post":{"tags":["PartnersQualifications"],"summary":"Add a partner customer nna group eo insurance.","operationId":"PartnersQualifications_AddCustomerNNAGroupEOInsuranceByOrganizationidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"model","in":"body","description":"The nna group eo insurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"AddCustomerNNAGroupEOInsurance"}},"/api/v1/partnersqualifications/{nnaGroupEOInsuranceGuid}/customer/nnagroupeoinsurances":{"get":{"tags":["PartnersQualifications"],"summary":"Get a partner customer nna group eo insurance.","operationId":"PartnersQualifications_RetrieveCustomerNNAGroupEOInsuranceByNnagroupeoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nna group eo insurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"RetrieveCustomerNNAGroupEOInsurance"},"delete":{"tags":["PartnersQualifications"],"summary":"Delete an existing partner customer nna group eo insurance.","operationId":"PartnersQualifications_DeleteCustomerNNAGroupEOInsuranceByNnagroupeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"nnaGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nna group eo insurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"DeleteCustomerNNAGroupEOInsurance"}},"/api/v1/partnersqualifications/{organizationId}/customer/nnagroupeoinsurances/{nnaGroupEOInsuranceGuid}":{"put":{"tags":["PartnersQualifications"],"summary":"Update a partner customer nna group eo insurance.","operationId":"PartnersQualifications_UpdateCustomerNNAGroupEOInsuranceByOrganizationidAndNnagroupeoinsuranceguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"nnaGroupEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nna group eo insurance.","required":true,"type":"string"},{"name":"model","in":"body","description":"The nna group eo insurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"UpdateCustomerNNAGroupEOInsurance"}},"/api/v1/partnersqualifications/{organizationId}/customer/grouphotlines":{"get":{"tags":["PartnersQualifications"],"summary":"Get a list of partner customer group hotlines.","operationId":"PartnersQualifications_GetListOfCustomerGroupHotlinesByOrganizationidAndQualificationtypeid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"qualificationTypeId","in":"query","description":"Qualification type id","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/IQualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"GetListOfCustomerGroupHotlines"},"post":{"tags":["PartnersQualifications"],"summary":"Add a partner customer group hotline.","operationId":"PartnersQualifications_AddCustomerGroupHotlineByOrganizationidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"model","in":"body","description":"The group hotline.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"AddCustomerGroupHotline"}},"/api/v1/partnersqualification/{groupHotlineGuid}/customer/grouphotlines":{"get":{"tags":["PartnersQualifications"],"summary":"Get a partner customer group hotline.","operationId":"PartnersQualifications_RetrieveCustomerGroupHotlineByGrouphotlineguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the group hotline.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IQualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"RetrieveCustomerGroupHotline"}},"/api/v1/partnersqualifications/{organizationId}/customer/grouphotlines/{groupHotlineGuid}":{"put":{"tags":["PartnersQualifications"],"summary":"Update a partner customer group hotline.","operationId":"PartnersQualifications_UpdateCustomerGroupHotlineByOrganizationidAndGrouphotlineguidAndModel","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"organizationId","in":"path","description":"A globally unique identifier that identifies the partner customer.","required":true,"type":"string"},{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the group hotline.","required":true,"type":"string"},{"name":"model","in":"body","description":"The group hotline.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"UpdateCustomerGroupHotline"}},"/api/v1/partnersqualifications/{groupHotlineGuid}/customer/grouphotlines":{"delete":{"tags":["PartnersQualifications"],"summary":"Delete an existing partner customer group hotline.","operationId":"PartnersQualifications_DeleteCustomerGroupHotlineByGrouphotlineguid","consumes":[],"produces":[],"parameters":[{"name":"groupHotlineGuid","in":"path","description":"A globally unique identifier that identifies the group hotline.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PartnersQualificationsController","x-methodName":"DeleteCustomerGroupHotline"}},"/api/v1/people":{"get":{"tags":["People"],"operationId":"People_GetListByFirstnameAndLastnameAndTermAndStateAndOrganizationguidAndIsnotaryAndIssigningagentAndIseventstaffAndIsimsstaffAndIsactiveAndPageAndCountAndOrderbyAndOrderdirAndPersontype","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"firstName","in":"query","required":false,"type":"string"},{"name":"lastName","in":"query","required":false,"type":"string"},{"name":"term","in":"query","required":false,"type":"string"},{"name":"state","in":"query","required":false,"type":"string"},{"name":"organizationGuid","in":"query","required":false,"type":"string"},{"name":"isNotary","in":"query","required":false,"type":"boolean"},{"name":"isSigningAgent","in":"query","required":false,"type":"boolean"},{"name":"isEventStaff","in":"query","required":false,"type":"boolean"},{"name":"isIMSStaff","in":"query","required":false,"type":"boolean"},{"name":"isActive","in":"query","required":false,"type":"boolean"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2]},{"name":"orderDir","in":"query","required":false,"type":"string"},{"name":"personType","in":"query","required":false,"type":"integer","format":"int32","enum":[0,1,2,3]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ISearchResult[PersonSummary]"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PeopleController","x-methodName":"GetList"}},"/api/v1/person/{personId}":{"get":{"tags":["People"],"operationId":"People_RetrieveByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PeopleController","x-methodName":"Retrieve"}},"/api/v1/personProfiles/{personGuid}":{"get":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_GetListByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/PersonProfile"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"GetList"}},"/api/v1/personProfile/{personProfileId}":{"get":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_RetrieveByPersonprofileid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personProfileId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PersonProfile"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"Retrieve"}},"/api/v1/personProfiles/{personGuid}/profile":{"get":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_GetProfileByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"GetProfile"}},"/api/v1/personProfiles/{personGuid}/fan":{"get":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_GetProfileTranslationByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"GetProfileTranslation"}},"/api/v1/personProfiles/{friendlyUserName}/fan-status":{"get":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_GetFanStatusByFriendlyUserNameByFriendlyusername","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"friendlyUserName","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"GetFanStatusByFriendlyUserName"}},"/api/v1/personProfiles/{personGuid}/address":{"get":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_GetProfileLastAddressTranslationByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"GetProfileLastAddressTranslation"}},"/api/v1/personProfiles":{"post":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_AddByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/PersonProfile"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PersonProfile"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"Add"}},"/api/v1/personProfiles/{personProfileId}":{"put":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_UpdateByPersonprofileidAndRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"personProfileId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/PersonProfile"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PersonProfile"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"Update"},"delete":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_DeleteByPersonprofileid","consumes":[],"produces":[],"parameters":[{"name":"personProfileId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"Delete"}},"/api/v1/personProfiles/photo/{fileName}":{"get":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_DownloadPhotoAsyncByFilename","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"fileName","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"DownloadPhotoAsync"}},"/api/v1/personProfiles/{personGuid}/profileImage":{"get":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_GetProfileImageByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"GetProfileImage"}},"/api/v1/personProfiles/{personGuid}/photo":{"post":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_UploadPhotoAsyncByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PersonProfilePhotoResponse"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"UploadPhotoAsync"},"delete":{"tags":["PersonProfiles"],"operationId":"PersonProfiles_DeletePhotoAsyncByBlobnameAndPersonguid","consumes":[],"produces":[],"parameters":[{"name":"blobName","in":"query","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.PersonProfilesController","x-methodName":"DeletePhotoAsync"}},"/api/v1/qualifications/byorder/{orderGuid}":{"get":{"tags":["QualificationMove"],"operationId":"QualificationMove_GetByOrderByOrderguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"orderGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/OrderQualificationSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.QualificationMoveController","x-methodName":"GetByOrder"}},"/api/v1/qualifications/move":{"post":{"tags":["QualificationMove"],"operationId":"QualificationMove_MoveByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/QualificationMoveRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.QualificationMoveController","x-methodName":"Move"}},"/api/v1/rbac/groups":{"get":{"tags":["Rbac"],"operationId":"Rbac_Get","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/GroupSumary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.RbacController","x-methodName":"Get"}},"/api/v1/signingagentregistrations":{"get":{"tags":["SigningAgentRegistrations"],"summary":"Retrieve a signing agent registration.","operationId":"SigningAgentRegistrations_Retrieve","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SigningAgentRegistration"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentRegistrationsController","x-methodName":"Retrieve"},"post":{"tags":["SigningAgentRegistrations"],"summary":"Add or update a signing agent registration.","operationId":"SigningAgentRegistrations_UpsertByRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","description":"The signing agent registration.","required":true,"schema":{"$ref":"#/definitions/UpsertSigningAgentRegistrationRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentRegistrationsController","x-methodName":"Upsert"},"delete":{"tags":["SigningAgentRegistrations"],"summary":"Delete a signing agent registration.","operationId":"SigningAgentRegistrations_Delete","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentRegistrationsController","x-methodName":"Delete"}},"/api/v1/signingagents/{personId}/servicedays/{dayOfWeek}":{"get":{"tags":["SigningAgents"],"summary":"Get a service day.","operationId":"SigningAgents_RetrieveServiceDayByPersonidAndDayofweek","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies signing agent.","required":true,"type":"string"},{"name":"dayOfWeek","in":"path","description":"The the day of the week.","required":true,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceDay"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveServiceDay"},"put":{"tags":["SigningAgents"],"summary":"Update a service day.","operationId":"SigningAgents_UpdateServiceDayByPersonidAndDayofweekAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"dayOfWeek","in":"path","description":"The day of week.","required":true,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6]},{"name":"request","in":"body","description":"The service day.","required":true,"schema":{"$ref":"#/definitions/UpdateServiceDayRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateServiceDay"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing service day.","operationId":"SigningAgents_DeleteServiceDayByPersonidAndDayofweek","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"dayOfWeek","in":"path","description":"The day of week.","required":true,"type":"integer","format":"int32","enum":[0,1,2,3,4,5,6]}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteServiceDay"}},"/api/v1/signingagents/{personId}/servicedays":{"get":{"tags":["SigningAgents"],"summary":"Get a list of service days.","operationId":"SigningAgents_GetListOfServiceDaysByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ServiceDay"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfServiceDays"},"post":{"tags":["SigningAgents"],"summary":"Add a service day.","operationId":"SigningAgents_AddServiceDayByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The service day.","required":true,"schema":{"$ref":"#/definitions/AddServiceDayRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddServiceDay"}},"/api/v1/signingagents/{personId}/specialbusinessdesignations":{"get":{"tags":["SigningAgents"],"summary":"Get a list of special business designations.","operationId":"SigningAgents_GetListOfSpecialBusinessDesignationsByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/SpecialBusinessDesignation"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfSpecialBusinessDesignations"},"post":{"tags":["SigningAgents"],"summary":"Add a special business designation.","operationId":"SigningAgents_AddSpecialBusinessDesignationByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The special business designation.","required":true,"schema":{"$ref":"#/definitions/AddSpecialBusinessDesignationRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddSpecialBusinessDesignation"}},"/api/v1/signingagents/{personId}/specialbusinessdesignations/{specialBusinessDesignationId}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of special business designation certificate image metadata.","operationId":"SigningAgents_GetListOfSpecialBusinessDesignationCertificatesBySpecialbusinessdesignationidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfSpecialBusinessDesignationCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a special business designation certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddSpecialBusinessDesignationCertificateByPersonidAndSpecialbusinessdesignationid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddSpecialBusinessDesignationCertificate"}},"/api/v1/signingagents/{personId}/specialbusinessdesignations/{specialBusinessDesignationId}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get special business designation certificate image metadata.","operationId":"SigningAgents_RetrieveSpecialBusinessDesignationCertificateBySpecialbusinessdesignationidAndImageidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveSpecialBusinessDesignationCertificate"},"delete":{"tags":["SigningAgents"],"summary":"Delete a special business designation certificate image.","operationId":"SigningAgents_DeleteSpecialBusinessDesignationCertificateByPersonidAndSpecialbusinessdesignationidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteSpecialBusinessDesignationCertificate"}},"/api/v1/signingagents/{personId}/specialbusinessdesignations/{specialBusinessDesignationId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a special business designation.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteSpecialBusinessDesignationByPersonidAndSpecialbusinessdesignationid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"specialBusinessDesignationId","in":"path","description":"A globally unique identifier that identifies the special business designation.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteSpecialBusinessDesignation"}},"/api/v1/signingagents/downloadrequest":{"post":{"tags":["SigningAgents"],"summary":"Request a download of the signing agent database.","operationId":"SigningAgents_RequestDownloadByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RequestDownload"}},"/api/v1/signingagents/downloadinstant":{"get":{"tags":["SigningAgents"],"summary":"Request a download of notaries for a partner.","operationId":"SigningAgents_InstantDownloadByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotariesDownloadResult"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"InstantDownload"}},"/api/v1/signingagents/downloadinstant/token":{"get":{"tags":["SigningAgents"],"summary":"Request a download token of notaries for a partner.","operationId":"SigningAgents_InstantTokenDownloadByOrganizationguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationGuid","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NotariesDownloadResult"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"InstantTokenDownload"}},"/api/v1/signingagents/searchupdatejobrequest":{"post":{"tags":["SigningAgents"],"summary":"Request a signing agent search update job.","operationId":"SigningAgents_RequestSearchUpdateJob","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RequestSearchUpdateJob"}},"/api/v1/signingagents/searchupdatejobrequestexpired":{"post":{"tags":["SigningAgents"],"summary":"Request a signing agent search update job.","operationId":"SigningAgents_RequestSearchUpdateJobExpired","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RequestSearchUpdateJobExpired"}},"/api/v1/signingagents/{personId}/languagelist":{"put":{"tags":["SigningAgents"],"operationId":"SigningAgents_AddOrUpdatePersonLanguagesByPersonidAndLanguages","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"languages","in":"body","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Language"}}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddOrUpdatePersonLanguages"}},"/api/v1/signingagents/{personGuid}/backgroundchecks":{"get":{"tags":["SigningAgents"],"summary":"Get a list of backgroundchecks.","operationId":"SigningAgents_GetListOfBackgroundChecksByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfBackgroundChecks"},"post":{"tags":["SigningAgents"],"summary":"Add a backgroundcheck.","operationId":"SigningAgents_AddBackgroundCheckByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The backgroundcheck.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddBackgroundCheck"}},"/api/v1/signingagents/{personGuid}/backgroundchecks/{backgroundCheckGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a backgroundcheck.","operationId":"SigningAgents_RetrieveBackgroundCheckByPersonguidAndBackgroundcheckguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the backgroundcheck.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveBackgroundCheck"},"put":{"tags":["SigningAgents"],"summary":"Update a backgroundcheck.","operationId":"SigningAgents_UpdateBackgroundCheckByPersonguidAndBackgroundcheckguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the backgroundcheck.","required":true,"type":"string"},{"name":"request","in":"body","description":"The backgroundcheck.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateBackgroundCheck"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing backgroundcheck.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteBackgroundCheckByPersonguidAndBackgroundcheckguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the backgroundcheck.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteBackgroundCheck"}},"/api/v1/signingagents/{personGuid}/backgroundchecks/{backgroundCheckGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of backgroundcheck certificate image metadata.","operationId":"SigningAgents_GetListOfBackgroundCheckCertificatesByBackgroundcheckguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the backgroundcheck.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfBackgroundCheckCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a backgroundcheck certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddBackgroundCheckCertificateByPersonguidAndBackgroundcheckguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the backgroundcheck.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddBackgroundCheckCertificate"}},"/api/v1/signingagents/{personGuid}/backgroundchecks/{backgroundCheckGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get backgroundcheck certificate image metadata.","operationId":"SigningAgents_RetrieveBackgroundCheckCertificateByBackgroundcheckguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the backgroundcheck.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveBackgroundCheckCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{backgroundCheckGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a backgroundcheck certificate image.","operationId":"SigningAgents_DeleteBackgroundCheckCertificateByPersonguidAndBackgroundcheckguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"backgroundCheckGuid","in":"path","description":"A globally unique identifier that identifies the backgroundcheck.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteBackgroundCheckCertificate"}},"/api/v1/signingagents/{personGuid}/compliancecourses":{"get":{"tags":["SigningAgents"],"summary":"Get a list of compliancecourses.","operationId":"SigningAgents_GetListOfComplianceCoursesByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfComplianceCourses"},"post":{"tags":["SigningAgents"],"summary":"Add a compliancecourse.","operationId":"SigningAgents_AddComplianceCourseByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The compliancecourse.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddComplianceCourse"}},"/api/v1/signingagents/{personGuid}/compliancecourses/{complianceCourseGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a compliancecourse.","operationId":"SigningAgents_RetrieveComplianceCourseByPersonguidAndCompliancecourseguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the compliancecourse.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveComplianceCourse"},"put":{"tags":["SigningAgents"],"summary":"Update a compliancecourse.","operationId":"SigningAgents_UpdateComplianceCourseByPersonguidAndCompliancecourseguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the compliancecourse.","required":true,"type":"string"},{"name":"request","in":"body","description":"The compliancecourse.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateComplianceCourse"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing compliancecourse.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteComplianceCourseByPersonguidAndCompliancecourseguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the compliancecourse.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteComplianceCourse"}},"/api/v1/signingagents/{personGuid}/compliancecourses/{complianceCourseGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of compliancecourse certificate image metadata.","operationId":"SigningAgents_GetListOfComplianceCourseCertificatesByCompliancecourseguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the compliancecourse.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfComplianceCourseCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a compliancecourse certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddComplianceCourseCertificateByPersonguidAndCompliancecourseguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the compliancecourse.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddComplianceCourseCertificate"}},"/api/v1/signingagents/{personGuid}/compliancecourses/{complianceCourseGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get compliancecourse certificate image metadata.","operationId":"SigningAgents_RetrieveComplianceCourseCertificateByCompliancecourseguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the compliancecourse.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveComplianceCourseCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{complianceCourseGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a compliancecourse certificate image.","operationId":"SigningAgents_DeleteComplianceCourseCertificateByPersonguidAndCompliancecourseguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"complianceCourseGuid","in":"path","description":"A globally unique identifier that identifies the compliancecourse.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteComplianceCourseCertificate"}},"/api/v1/signingagents/{personGuid}/eoinsurances":{"get":{"tags":["SigningAgents"],"summary":"Get a list of eoinsurances.","operationId":"SigningAgents_GetListOfEOInsurancesByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfEOInsurances"},"post":{"tags":["SigningAgents"],"summary":"Add a eoinsurance.","operationId":"SigningAgents_AddEOInsuranceByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The eoinsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddEOInsurance"}},"/api/v1/signingagents/{personGuid}/eoinsurances/{eOInsuranceGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a eoinsurance.","operationId":"SigningAgents_RetrieveEOInsuranceByPersonguidAndEoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the eoinsurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveEOInsurance"},"put":{"tags":["SigningAgents"],"summary":"Update a eoinsurance.","operationId":"SigningAgents_UpdateEOInsuranceByPersonguidAndEoinsuranceguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the eoinsurance.","required":true,"type":"string"},{"name":"request","in":"body","description":"The eoinsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateEOInsurance"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing eoinsurance.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteEOInsuranceByPersonguidAndEoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the eoinsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteEOInsurance"}},"/api/v1/signingagents/{personGuid}/eoinsurances/{eOInsuranceGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of eoinsurance certificate image metadata.","operationId":"SigningAgents_GetListOfEOInsuranceCertificatesByEoinsuranceguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the eoinsurance.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfEOInsuranceCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a eoinsurance certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddEOInsuranceCertificateByPersonguidAndEoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the eoinsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddEOInsuranceCertificate"}},"/api/v1/signingagents/{personGuid}/eoinsurances/{eOInsuranceGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get eoinsurance certificate image metadata.","operationId":"SigningAgents_RetrieveEOInsuranceCertificateByEoinsuranceguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the eoinsurance.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveEOInsuranceCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{eOInsuranceGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a eoinsurance certificate image.","operationId":"SigningAgents_DeleteEOInsuranceCertificateByPersonguidAndEoinsuranceguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"eOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the eoinsurance.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteEOInsuranceCertificate"}},"/api/v1/signingagents/{personGuid}/hotlinememberships":{"get":{"tags":["SigningAgents"],"summary":"Get a list of hotlinememberships.","operationId":"SigningAgents_GetListOfHotlineMembershipsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfHotlineMemberships"},"post":{"tags":["SigningAgents"],"summary":"Add a hotlinemembership.","operationId":"SigningAgents_AddHotlineMembershipByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The hotlinemembership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddHotlineMembership"}},"/api/v1/signingagents/{personGuid}/hotlinememberships/{hotlineMembershipGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a hotlinemembership.","operationId":"SigningAgents_RetrieveHotlineMembershipByPersonguidAndHotlinemembershipguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the hotlinemembership.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveHotlineMembership"},"put":{"tags":["SigningAgents"],"summary":"Update a hotlinemembership.","operationId":"SigningAgents_UpdateHotlineMembershipByPersonguidAndHotlinemembershipguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the hotlinemembership.","required":true,"type":"string"},{"name":"request","in":"body","description":"The hotlinemembership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateHotlineMembership"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing hotlinemembership.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteHotlineMembershipByPersonguidAndHotlinemembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the hotlinemembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteHotlineMembership"}},"/api/v1/signingagents/{personGuid}/hotlinememberships/{hotlineMembershipGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of hotlinemembership certificate image metadata.","operationId":"SigningAgents_GetListOfHotlineMembershipCertificatesByHotlinemembershipguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the hotlinemembership.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfHotlineMembershipCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a hotlinemembership certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddHotlineMembershipCertificateByPersonguidAndHotlinemembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the hotlinemembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddHotlineMembershipCertificate"}},"/api/v1/signingagents/{personGuid}/hotlinememberships/{hotlineMembershipGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get hotlinemembership certificate image metadata.","operationId":"SigningAgents_RetrieveHotlineMembershipCertificateByHotlinemembershipguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the hotlinemembership.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveHotlineMembershipCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{hotlineMembershipGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a hotlinemembership certificate image.","operationId":"SigningAgents_DeleteHotlineMembershipCertificateByPersonguidAndHotlinemembershipguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"hotlineMembershipGuid","in":"path","description":"A globally unique identifier that identifies the hotlinemembership.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteHotlineMembershipCertificate"}},"/api/v1/signingagents/{personGuid}/neexams":{"get":{"tags":["SigningAgents"],"summary":"Get a list of neexams.","operationId":"SigningAgents_GetListOfNEExamsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNEExams"},"post":{"tags":["SigningAgents"],"summary":"Add a neexam.","operationId":"SigningAgents_AddNEExamByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The neexam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNEExam"}},"/api/v1/signingagents/{personGuid}/neexams/{nEExamGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a neexam.","operationId":"SigningAgents_RetrieveNEExamByPersonguidAndNeexamguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the neexam.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNEExam"},"put":{"tags":["SigningAgents"],"summary":"Update a neexam.","operationId":"SigningAgents_UpdateNEExamByPersonguidAndNeexamguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the neexam.","required":true,"type":"string"},{"name":"request","in":"body","description":"The neexam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateNEExam"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing neexam.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteNEExamByPersonguidAndNeexamguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the neexam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNEExam"}},"/api/v1/signingagents/{personGuid}/neexams/{nEExamGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of neexam certificate image metadata.","operationId":"SigningAgents_GetListOfNEExamCertificatesByNeexamguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the neexam.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNEExamCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a neexam certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddNEExamCertificateByPersonguidAndNeexamguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the neexam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNEExamCertificate"}},"/api/v1/signingagents/{personGuid}/neexams/{nEExamGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get neexam certificate image metadata.","operationId":"SigningAgents_RetrieveNEExamCertificateByNeexamguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the neexam.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNEExamCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{nEExamGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a neexam certificate image.","operationId":"SigningAgents_DeleteNEExamCertificateByPersonguidAndNeexamguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nEExamGuid","in":"path","description":"A globally unique identifier that identifies the neexam.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNEExamCertificate"}},"/api/v1/signingagents/{personGuid}/nnaeoinsurances":{"get":{"tags":["SigningAgents"],"summary":"Get a list of nnaeoinsurances.","operationId":"SigningAgents_GetListOfNnaEOInsurancesByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNnaEOInsurances"},"post":{"tags":["SigningAgents"],"summary":"Add a nnaeoinsurance.","operationId":"SigningAgents_AddNnaEOInsuranceByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The nnaeoinsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNnaEOInsurance"}},"/api/v1/signingagents/{personGuid}/nnaeoinsurances/{nnaEOInsuranceGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a nnaeoinsurance.","operationId":"SigningAgents_RetrieveNnaEOInsuranceByPersonguidAndNnaeoinsuranceguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nnaeoinsurance.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNnaEOInsurance"},"put":{"tags":["SigningAgents"],"summary":"Update a nnaeoinsurance.","operationId":"SigningAgents_UpdateNnaEOInsuranceByPersonguidAndNnaeoinsuranceguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nnaeoinsurance.","required":true,"type":"string"},{"name":"request","in":"body","description":"The nnaeoinsurance.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateNnaEOInsurance"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing nnaeoinsurance.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteNnaEOInsuranceByPersonguidAndNnaeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nnaeoinsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNnaEOInsurance"}},"/api/v1/signingagents/{personGuid}/nnaeoinsurances/{nnaEOInsuranceGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of nnaeoinsurance certificate image metadata.","operationId":"SigningAgents_GetListOfNnaEOInsuranceCertificatesByNnaeoinsuranceguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nnaeoinsurance.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNnaEOInsuranceCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a nnaeoinsurance certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddNnaEOInsuranceCertificateByPersonguidAndNnaeoinsuranceguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nnaeoinsurance.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNnaEOInsuranceCertificate"}},"/api/v1/signingagents/{personGuid}/nnaeoinsurances/{nnaEOInsuranceGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get nnaeoinsurance certificate image metadata.","operationId":"SigningAgents_RetrieveNnaEOInsuranceCertificateByNnaeoinsuranceguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nnaeoinsurance.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNnaEOInsuranceCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{nnaEOInsuranceGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a nnaeoinsurance certificate image.","operationId":"SigningAgents_DeleteNnaEOInsuranceCertificateByPersonguidAndNnaeoinsuranceguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaEOInsuranceGuid","in":"path","description":"A globally unique identifier that identifies the nnaeoinsurance.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNnaEOInsuranceCertificate"}},"/api/v1/signingagents/{personGuid}/nnamemberships":{"get":{"tags":["SigningAgents"],"summary":"Get a list of nnamemberships.","operationId":"SigningAgents_GetListOfNnaMembershipsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNnaMemberships"},"post":{"tags":["SigningAgents"],"summary":"Add a nnamembership.","operationId":"SigningAgents_AddNnaMembershipByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The nnamembership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNnaMembership"}},"/api/v1/signingagents/{personGuid}/nnamemberships/{nnaMembershipGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a nnamembership.","operationId":"SigningAgents_RetrieveNnaMembershipByPersonguidAndNnamembershipguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the nnamembership.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNnaMembership"},"put":{"tags":["SigningAgents"],"summary":"Update a nnamembership.","operationId":"SigningAgents_UpdateNnaMembershipByPersonguidAndNnamembershipguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the nnamembership.","required":true,"type":"string"},{"name":"request","in":"body","description":"The nnamembership.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateNnaMembership"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing nnamembership.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteNnaMembershipByPersonguidAndNnamembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the nnamembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNnaMembership"}},"/api/v1/signingagents/{personGuid}/nnamemberships/{nnaMembershipGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of nnamembership certificate image metadata.","operationId":"SigningAgents_GetListOfNnaMembershipCertificatesByNnamembershipguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the nnamembership.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNnaMembershipCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a nnamembership certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddNnaMembershipCertificateByPersonguidAndNnamembershipguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the nnamembership.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNnaMembershipCertificate"}},"/api/v1/signingagents/{personGuid}/nnamemberships/{nnaMembershipGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get nnamembership certificate image metadata.","operationId":"SigningAgents_RetrieveNnaMembershipCertificateByNnamembershipguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the nnamembership.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNnaMembershipCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{nnaMembershipGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a nnamembership certificate image.","operationId":"SigningAgents_DeleteNnaMembershipCertificateByPersonguidAndNnamembershipguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nnaMembershipGuid","in":"path","description":"A globally unique identifier that identifies the nnamembership.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNnaMembershipCertificate"}},"/api/v1/signingagents/{personGuid}/notaryessentials":{"get":{"tags":["SigningAgents"],"summary":"Get a list of notaryessentials.","operationId":"SigningAgents_GetListOfNotaryEssentialsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNotaryEssentials"},"post":{"tags":["SigningAgents"],"summary":"Add a notaryessentials.","operationId":"SigningAgents_AddNotaryEssentialsByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The notaryessentials.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNotaryEssentials"}},"/api/v1/signingagents/{personGuid}/notaryessentials/{notaryEssentialsGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a notaryessentials.","operationId":"SigningAgents_RetrieveNotaryEssentialsByPersonguidAndNotaryessentialsguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the notaryessentials.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNotaryEssentials"},"put":{"tags":["SigningAgents"],"summary":"Update a notaryessentials.","operationId":"SigningAgents_UpdateNotaryEssentialsByPersonguidAndNotaryessentialsguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the notaryessentials.","required":true,"type":"string"},{"name":"request","in":"body","description":"The notaryessentials.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateNotaryEssentials"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing notaryessentials.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteNotaryEssentialsByPersonguidAndNotaryessentialsguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the notaryessentials.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNotaryEssentials"}},"/api/v1/signingagents/{personGuid}/notaryessentials/{notaryEssentialsGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of notaryessentials certificate image metadata.","operationId":"SigningAgents_GetListOfNotaryEssentialsCertificatesByNotaryessentialsguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the notaryessentials.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNotaryEssentialsCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a notaryessentials certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddNotaryEssentialsCertificateByPersonguidAndNotaryessentialsguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the notaryessentials.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNotaryEssentialsCertificate"}},"/api/v1/signingagents/{personGuid}/notaryessentials/{notaryEssentialsGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get notaryessentials certificate image metadata.","operationId":"SigningAgents_RetrieveNotaryEssentialsCertificateByNotaryessentialsguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the notaryessentials.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNotaryEssentialsCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{notaryEssentialsGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a notaryessentials certificate image.","operationId":"SigningAgents_DeleteNotaryEssentialsCertificateByPersonguidAndNotaryessentialsguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"notaryEssentialsGuid","in":"path","description":"A globally unique identifier that identifies the notaryessentials.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNotaryEssentialsCertificate"}},"/api/v1/signingagents/{personGuid}/nsaexams":{"get":{"tags":["SigningAgents"],"summary":"Get a list of nsaexams.","operationId":"SigningAgents_GetListOfNsaExamsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Qualification"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNsaExams"},"post":{"tags":["SigningAgents"],"summary":"Add a nsaexam.","operationId":"SigningAgents_AddNsaExamByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The nsaexam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNsaExam"}},"/api/v1/signingagents/{personGuid}/nsaexams/{nsaExamGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a nsaexam.","operationId":"SigningAgents_RetrieveNsaExamByPersonguidAndNsaexamguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the nsaexam.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Qualification"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNsaExam"},"put":{"tags":["SigningAgents"],"summary":"Update a nsaexam.","operationId":"SigningAgents_UpdateNsaExamByPersonguidAndNsaexamguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the nsaexam.","required":true,"type":"string"},{"name":"request","in":"body","description":"The nsaexam.","required":true,"schema":{"$ref":"#/definitions/Qualification"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateNsaExam"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing nsaexam.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteNsaExamByPersonguidAndNsaexamguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the nsaexam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNsaExam"}},"/api/v1/signingagents/{personGuid}/nsaexams/{nsaExamGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of nsaexam certificate image metadata.","operationId":"SigningAgents_GetListOfNsaExamCertificatesByNsaexamguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the nsaexam.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfNsaExamCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a nsaexam certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddNsaExamCertificateByPersonguidAndNsaexamguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the nsaexam.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddNsaExamCertificate"}},"/api/v1/signingagents/{personGuid}/nsaexams/{nsaExamGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get nsaexam certificate image metadata.","operationId":"SigningAgents_RetrieveNsaExamCertificateByNsaexamguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the nsaexam.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveNsaExamCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{nsaExamGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a nsaexam certificate image.","operationId":"SigningAgents_DeleteNsaExamCertificateByPersonguidAndNsaexamguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"nsaExamGuid","in":"path","description":"A globally unique identifier that identifies the nsaexam.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteNsaExamCertificate"}},"/api/v1/signingagents/{personGuid}/suretybonds":{"get":{"tags":["SigningAgents"],"summary":"Get a list of suretybonds.","operationId":"SigningAgents_GetListOfSuretyBondsByPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfSuretyBonds"},"post":{"tags":["SigningAgents"],"summary":"Add a suretybond.","operationId":"SigningAgents_AddSuretyBondByPersonguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The suretybond.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddSuretyBond"}},"/api/v1/signingagents/{personGuid}/suretybonds/{suretyBondGuid}":{"get":{"tags":["SigningAgents"],"summary":"Get a suretybond.","operationId":"SigningAgents_RetrieveSuretyBondByPersonguidAndSuretybondguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the suretybond.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsurancePolicy"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveSuretyBond"},"put":{"tags":["SigningAgents"],"summary":"Update a suretybond.","operationId":"SigningAgents_UpdateSuretyBondByPersonguidAndSuretybondguidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the suretybond.","required":true,"type":"string"},{"name":"request","in":"body","description":"The suretybond.","required":true,"schema":{"$ref":"#/definitions/InsurancePolicy"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateSuretyBond"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing suretybond.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteSuretyBondByPersonguidAndSuretybondguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the suretybond.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteSuretyBond"}},"/api/v1/signingagents/{personGuid}/suretybonds/{suretyBondGuid}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of suretybond certificate image metadata.","operationId":"SigningAgents_GetListOfSuretyBondCertificatesBySuretybondguidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the suretybond.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfSuretyBondCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a suretybond certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddSuretyBondCertificateByPersonguidAndSuretybondguid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the suretybond.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddSuretyBondCertificate"}},"/api/v1/signingagents/{personGuid}/suretybonds/{suretyBondGuid}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get suretybond certificate image metadata.","operationId":"SigningAgents_RetrieveSuretyBondCertificateBySuretybondguidAndImageidAndPersonguid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the suretybond.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personGuid","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveSuretyBondCertificate"}},"/api/v1/signingagents/{personGuid}/commissions/{suretyBondGuid}/certificates/{imageId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a suretybond certificate image.","operationId":"SigningAgents_DeleteSuretyBondCertificateByPersonguidAndSuretybondguidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personGuid","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"suretyBondGuid","in":"path","description":"A globally unique identifier that identifies the suretybond.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteSuretyBondCertificate"}},"/api/v1/signingagents/search=radius":{"get":{"tags":["SigningAgents"],"summary":"Get signing agents by radius.","operationId":"SigningAgents_GetListByRadiusByLatAndLonAndRadiusAndYearsAndLangAndMobileplatformidAndPubAndCertifiedAndMemberAndMobileAndAttorneyAndEdocAndPageAndCountAndAsync","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"lat","in":"query","description":"The geo-latitude that is at the center point of the radius search.","required":true,"type":"number","format":"double"},{"name":"lon","in":"query","description":"The geo-longitude that is at the center point of the radius search.","required":true,"type":"number","format":"double"},{"name":"radius","in":"query","description":"The radius in miles.","required":false,"type":"number","format":"double"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for signing agents that are visible to the public. To be visible to the public, \r\n              the signing agent must opt-in to show the profile, and must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"certified","in":"query","description":"If True, only search for certified signing agents.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for signing agents that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile signing agents.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for signing agents that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for signing agents that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of signing agents to return. If the count is less than 1, then up to 1 signing agents will be returned.\r\n                If the count is greater than 8000, then up to 8000 signing agents will be returned.","required":false,"type":"integer","format":"int32"},{"name":"async","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SigningAgentSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListByRadius"}},"/api/v1/signingagents/search=postalcode":{"get":{"tags":["SigningAgents"],"summary":"Get signing agents by postal code radius.","operationId":"SigningAgents_GetListByPostalCodeRadiusByPostalcodeAndRadiusAndYearsAndLangAndMobileplatformidAndPubAndCertifiedAndMemberAndMobileAndAttorneyAndEdocAndPageAndCountAndAsync","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"postalCode","in":"query","description":"The postal code.","required":true,"type":"string"},{"name":"radius","in":"query","description":"The radius in miles.","required":false,"type":"number","format":"double"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for signing agents that are visible to the public. To be visible to the public, \r\n              the signing agent must opt-in to show the profile, and must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"certified","in":"query","description":"If True, only search for certified signing agents.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for signing agents that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile signing agents.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for signing agents that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for signing agents that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of signing agents to return. If the count is less than 1, then up to 1 signing agents will be returned.\r\n                If the count is greater than 8000, then up to 8000 signing agents will be returned.","required":false,"type":"integer","format":"int32"},{"name":"async","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SigningAgentPostalCodeSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListByPostalCodeRadius"}},"/api/v1/signingagents/search=state":{"get":{"tags":["SigningAgents"],"operationId":"SigningAgents_GetListByStateV2ByLatAndLonAndPostalcodeAndRadiusAndDateAndCityAndCountyAndFirstnameAndLastnameAndStateAndNameAndYearsAndLangAndMobileplatformidAndPubAndCertifiedAndMemberAndMobileAndAttorneyAndEdocs","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"lat","in":"query","required":false,"type":"number","format":"double"},{"name":"lon","in":"query","required":false,"type":"number","format":"double"},{"name":"postalcode","in":"query","required":false,"type":"string"},{"name":"radius","in":"query","required":false,"type":"integer","format":"int32"},{"name":"date","in":"query","required":false,"type":"string","format":"date-time"},{"name":"city","in":"query","required":false,"type":"string"},{"name":"county","in":"query","required":false,"type":"string"},{"name":"firstname","in":"query","required":false,"type":"string"},{"name":"lastname","in":"query","required":false,"type":"string"},{"name":"state","in":"query","required":false,"type":"string"},{"name":"name","in":"query","required":false,"type":"string"},{"name":"years","in":"query","required":false,"type":"integer","format":"int32"},{"name":"lang","in":"query","required":false,"type":"string"},{"name":"mobileplatformid","in":"query","required":false,"type":"string"},{"name":"pub","in":"query","required":false,"type":"boolean"},{"name":"certified","in":"query","required":false,"type":"boolean"},{"name":"member","in":"query","required":false,"type":"boolean"},{"name":"mobile","in":"query","required":false,"type":"boolean"},{"name":"attorney","in":"query","required":false,"type":"boolean"},{"name":"edocs","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListByStateV2"}},"/api/v1/signingagents/search_legacy=state":{"get":{"tags":["SigningAgents"],"summary":"Get signing agents by location or name.","operationId":"SigningAgents_GetListByStateByStateAndYearsAndCityAndCountyAndFirstnameAndLastnameAndLangAndMobileplatformidAndPubAndCertifiedAndMemberAndMobileAndAttorneyAndEdocAndPageAndCountAndAsync","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"state","in":"query","description":"The two letter state code.","required":true,"type":"string"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"city","in":"query","description":"The city.","required":false,"type":"string"},{"name":"county","in":"query","description":"The county.","required":false,"type":"string"},{"name":"firstName","in":"query","description":"The first name of the signing agent. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the signing agent. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for signing agents that are visible to the public. To be visible to the public, \r\n              the signing agent must opt-in to show the profile, and must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"certified","in":"query","description":"If True, only search for certified signing agents.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for signing agents that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile signing agents.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for signing agents that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for signing agents that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of signing agents to return. If the count is less than 1, then up to 1 signing agents will be returned.\r\n                If the count is greater than 8000, then up to 8000 signing agents will be returned.","required":false,"type":"integer","format":"int32"},{"name":"async","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SigningAgentSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListByState"}},"/api/v1/signingagents/search=date":{"get":{"tags":["SigningAgents"],"summary":"Get signing agents by date.","operationId":"SigningAgents_GetListByDateByDateAndStateAndYearsAndCityAndCountyAndFirstnameAndLastnameAndLangAndMobileplatformidAndPubAndCertifiedAndMemberAndMobileAndAttorneyAndEdocAndPageAndCountAndAsync","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"date","in":"query","description":"The modified date to query","required":true,"type":"string","format":"date-time"},{"name":"state","in":"query","description":"The two letter state code.","required":false,"type":"string"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"city","in":"query","description":"The city.","required":false,"type":"string"},{"name":"county","in":"query","description":"The county.","required":false,"type":"string"},{"name":"firstName","in":"query","description":"The first name of the signing agent. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the signing agent. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for signing agents that are visible to the public. To be visible to the public, \r\n              the signing agent must opt-in to show the profile, and must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"certified","in":"query","description":"If True, only search for certified signing agents.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for signing agents that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile signing agents.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for signing agents that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for signing agents that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of signing agents to return. If the count is less than 1, then up to 1 signing agents will be returned.\r\n                If the count is greater than 8000, then up to 8000 signing agents will be returned.","required":false,"type":"integer","format":"int32"},{"name":"async","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SigningAgentSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListByDate"}},"/api/v1/signingagents/search=name":{"get":{"tags":["SigningAgents"],"summary":"Get signing agents by name.","operationId":"SigningAgents_GetListByNameByNameAndYearsAndCityAndCountyAndStateAndLangAndMobileplatformidAndPubAndCertifiedAndMemberAndMobileAndAttorneyAndEdocAndPageAndCountAndAsync","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"name","in":"query","description":"The name of the signing agent. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"years","in":"query","description":"The minimum number years of experience.","required":false,"type":"integer","format":"int32"},{"name":"city","in":"query","description":"The city.","required":false,"type":"string"},{"name":"county","in":"query","description":"The county.","required":false,"type":"string"},{"name":"state","in":"query","description":"The two letter state code.","required":false,"type":"string"},{"name":"lang","in":"query","description":"A language that is in addition to english. If supplied, it must be a valid ISO 639-1 or ISO 639-3 code.","required":false,"type":"string"},{"name":"mobilePlatformId","in":"query","description":"A globally unique identifier representing the mobile platform.","required":false,"type":"string"},{"name":"pub","in":"query","description":"If True, only search for signing agents that are visible to the public. To be visible to the public, \r\n              the signing agent must opt-in to show the profile, and must have passed a background check within the last 14 months.","required":false,"type":"boolean"},{"name":"certified","in":"query","description":"If True, only search for certified signing agents.","required":false,"type":"boolean"},{"name":"member","in":"query","description":"If True, only search for signing agents that are NNA members.","required":false,"type":"boolean"},{"name":"mobile","in":"query","description":"If True, only search for mobile signing agents.","required":false,"type":"boolean"},{"name":"attorney","in":"query","description":"If True, only search for signing agents that are attorneys.","required":false,"type":"boolean"},{"name":"edoc","in":"query","description":"If True, only search for signing agents that support eDoc.","required":false,"type":"boolean"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"count","in":"query","description":"The number of signing agents to return. If the count is less than 1, then up to 1 signing agents will be returned.\r\n                If the count is greater than 8000, then up to 8000 signing agents will be returned.","required":false,"type":"integer","format":"int32"},{"name":"async","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SigningAgentSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListByName"}},"/api/v1/signingagents/{personId}":{"get":{"tags":["SigningAgents"],"summary":"Get signing agent details.","operationId":"SigningAgents_RetrieveByPersonidAndStatehint","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the requested signing agent, or a friendly user name.","required":true,"type":"string"},{"name":"stateHint","in":"query","description":"The preferred state to search.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"Retrieve"},"put":{"tags":["SigningAgents"],"summary":"Update a signing agent.","operationId":"SigningAgents_UpdateByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the person to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The signing agent information.","required":true,"schema":{"$ref":"#/definitions/UpdateSigningAgentRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"Update"}},"/api/v1/signingagents":{"post":{"tags":["SigningAgents"],"summary":"Add a signing agent.","operationId":"SigningAgents_AddByRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","description":"The signing agent information.","required":true,"schema":{"$ref":"#/definitions/AddSigningAgentRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"Add"}},"/api/v1/signingagents/nnaorg":{"put":{"tags":["SigningAgents"],"operationId":"SigningAgents_UpdateFromNnaOrgByRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/SigningAgentRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateFromNnaOrg"}},"/api/v1/signingagents/{personId}/details":{"put":{"tags":["SigningAgents"],"operationId":"SigningAgents_UpdateDetailsByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/UpdateSigningAgentDetailsRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateDetails"}},"/api/v1/signingagents/{personId}/addresses":{"get":{"tags":["SigningAgents"],"summary":"Get a list of addresses.","operationId":"SigningAgents_GetListOfAddressesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Address"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfAddresses"},"post":{"tags":["SigningAgents"],"summary":"Add an address.","operationId":"SigningAgents_AddAddressByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The address.","required":true,"schema":{"$ref":"#/definitions/AddAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddAddress"}},"/api/v1/signingagents/{personId}/addresses/{addressId}":{"get":{"tags":["SigningAgents"],"summary":"Get an address.","operationId":"SigningAgents_RetrieveAddressByPersonidAndAddressid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Address"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveAddress"},"put":{"tags":["SigningAgents"],"summary":"Update an existing address.","operationId":"SigningAgents_UpdateAddressByPersonidAndAddressidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new address information.","required":true,"schema":{"$ref":"#/definitions/UpdateAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateAddress"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing address.","operationId":"SigningAgents_DeleteAddressByPersonidAndAddressid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteAddress"}},"/api/v1/signingagents/{personId}/commissions":{"get":{"tags":["SigningAgents"],"summary":"Get a list of commissions.","operationId":"SigningAgents_GetListOfCommissionsByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Commission"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfCommissions"},"post":{"tags":["SigningAgents"],"summary":"Add a commission.","operationId":"SigningAgents_AddCommissionByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The commission.","required":true,"schema":{"$ref":"#/definitions/AddCommissionRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddCommission"}},"/api/v1/signingagents/{personId}/commissions/{commissionId}":{"get":{"tags":["SigningAgents"],"summary":"Get a commission.","operationId":"SigningAgents_RetrieveCommissionByPersonidAndCommissionid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Commission"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveCommission"},"put":{"tags":["SigningAgents"],"summary":"Update a commission.","operationId":"SigningAgents_UpdateCommissionByPersonidAndCommissionidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"},{"name":"request","in":"body","description":"The commission.","required":true,"schema":{"$ref":"#/definitions/UpdateCommissionRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdateCommission"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing commission.","description":"Any associated certificates are also deleted.","operationId":"SigningAgents_DeleteCommissionByPersonidAndCommissionid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteCommission"}},"/api/v1/signingagents/{personId}/commissions/{commissionId}/certificates":{"get":{"tags":["SigningAgents"],"summary":"Get a list of commission certificate image metadata.","operationId":"SigningAgents_GetListOfCommissionCertificatesByCommissionidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfCommissionCertificates"},"post":{"tags":["SigningAgents"],"summary":"Upsert a commission certificate image or images.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddCommissionCertificateByPersonidAndCommissionid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddCommissionCertificate"}},"/api/v1/signingagents/{personId}/commissions/{commissionId}/certificates/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get commission certificate image metadata.","operationId":"SigningAgents_RetrieveCommissionCertificateByCommissionidAndImageidAndPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image.","required":true,"type":"string"},{"name":"personId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrieveCommissionCertificate"},"delete":{"tags":["SigningAgents"],"summary":"Delete a commission certificate image.","operationId":"SigningAgents_DeleteCommissionCertificateByPersonidAndCommissionidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"commissionId","in":"path","description":"A globally unique identifier that identifies the commission.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the certificate image to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteCommissionCertificate"}},"/api/v1/signingagents/{personId}/pictures":{"get":{"tags":["SigningAgents"],"summary":"Get a list of profile picture metadata.","operationId":"SigningAgents_GetListOfPicturesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfPictures"},"post":{"tags":["SigningAgents"],"summary":"Upsert a profile picture or pictures.","description":"This endpoint only supports multipart form data.","operationId":"SigningAgents_AddPictureByPersonid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddPicture"}},"/api/v1/signingagents/{personId}/pictures/{imageId}":{"get":{"tags":["SigningAgents"],"summary":"Get profile picture metadata.","operationId":"SigningAgents_RetrievePictureByPersonidAndImageid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the profile picture.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrievePicture"},"delete":{"tags":["SigningAgents"],"summary":"Delete a profile picture.","operationId":"SigningAgents_DeletePictureByPersonidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the profile picture to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeletePicture"}},"/api/v1/signingagents/{personId}/languages":{"get":{"tags":["SigningAgents"],"summary":"Get a list of languages.","operationId":"SigningAgents_GetListOfLanguagesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Language"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfLanguages"},"post":{"tags":["SigningAgents"],"summary":"Add a language.","operationId":"SigningAgents_AddLanguageByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The language.","required":true,"schema":{"$ref":"#/definitions/AddLanguageRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddLanguage"}},"/api/v1/signingagents/{personId}/languages/{code}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a language.","operationId":"SigningAgents_DeleteLanguageByPersonidAndCode","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"code","in":"path","description":"The two letter ISO 6391 code, or the three letter ISO 6393 code.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteLanguage"}},"/api/v1/signingagents/{personId}/mobileplatforms":{"get":{"tags":["SigningAgents"],"summary":"Get a list of mobile platforms.","operationId":"SigningAgents_GetListOfMobilePlatformsByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/MobilePlatform"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfMobilePlatforms"},"post":{"tags":["SigningAgents"],"summary":"Add a mobile platform.","operationId":"SigningAgents_AddMobilePlatformByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The mobile platform.","required":true,"schema":{"$ref":"#/definitions/AddMobilePlatformRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddMobilePlatform"}},"/api/v1/signingagents/{personId}/mobileplatforms/{mobilePlatformId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a mobile platform.","operationId":"SigningAgents_DeleteMobilePlatformByPersonidAndMobileplatformid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"mobilePlatformId","in":"path","description":"A globally unique identifier that identifies the mobile platform.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteMobilePlatform"}},"/api/v1/signingagents/{personId}/phones":{"get":{"tags":["SigningAgents"],"summary":"Get a list of phones.","operationId":"SigningAgents_GetListOfPhonesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Phone"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfPhones"},"post":{"tags":["SigningAgents"],"summary":"Add a phone.","operationId":"SigningAgents_AddPhoneByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The phone.","required":true,"schema":{"$ref":"#/definitions/AddPhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddPhone"}},"/api/v1/signingagents/{personId}/phones/{phoneId}":{"get":{"tags":["SigningAgents"],"summary":"Get a phone.","operationId":"SigningAgents_RetrievePhoneByPersonidAndPhoneid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Phone"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"RetrievePhone"},"put":{"tags":["SigningAgents"],"summary":"Update an existing phone.","operationId":"SigningAgents_UpdatePhoneByPersonidAndPhoneidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new phone information.","required":true,"schema":{"$ref":"#/definitions/UpdatePhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"UpdatePhone"},"delete":{"tags":["SigningAgents"],"summary":"Delete an existing phone.","operationId":"SigningAgents_DeletePhoneByPersonidAndPhoneid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeletePhone"}},"/api/v1/signingagents/{personId}/servicecounties":{"get":{"tags":["SigningAgents"],"summary":"Get a list of service counties.","operationId":"SigningAgents_GetListOfServiceCountiesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/County"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"GetListOfServiceCounties"},"post":{"tags":["SigningAgents"],"summary":"Add a service county.","operationId":"SigningAgents_AddServiceCountyByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"request","in":"body","description":"The service county.","required":true,"schema":{"$ref":"#/definitions/AddServiceCountyRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"AddServiceCounty"}},"/api/v1/signingagents/{personId}/servicecounties/{countyId}":{"delete":{"tags":["SigningAgents"],"summary":"Delete a service county.","operationId":"SigningAgents_DeleteServiceCountyByPersonidAndCountyid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the signing agent.","required":true,"type":"string"},{"name":"countyId","in":"path","description":"A globally unique identifier that identifies the service county.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SigningAgentsController","x-methodName":"DeleteServiceCounty"}},"/api/v1/specialbusinessdesignations":{"get":{"tags":["SpecialBusinessDesignations"],"summary":"Get a list of all special business designations.","operationId":"SpecialBusinessDesignations_GetList","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/SpecialBusinessDesignation"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.SpecialBusinessDesignationsController","x-methodName":"GetList"}},"/api/v1/statelist/files/{status}":{"get":{"tags":["Statelist"],"operationId":"Statelist_GetListFilesByStatusByStatusAndPending","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"status","in":"path","required":true,"type":"integer","format":"int32","enum":[1,2,3]},{"name":"pending","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ListFile"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatelistController","x-methodName":"GetListFilesByStatus"}},"/api/v1/statelist/files/{status}/{filename}":{"get":{"tags":["Statelist"],"operationId":"Statelist_DownloadListFileByStatusAndFilename","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"status","in":"path","required":true,"type":"integer","format":"int32","enum":[1,2,3]},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatelistController","x-methodName":"DownloadListFile"}},"/api/v1/statelist/files/{stateCd}/{status}":{"post":{"tags":["Statelist"],"operationId":"Statelist_UploadListFileByStatecdAndStatus","consumes":[],"produces":[],"parameters":[{"name":"stateCd","in":"path","required":true,"type":"string"},{"name":"status","in":"path","required":true,"type":"integer","format":"int32","enum":[1,2,3]}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatelistController","x-methodName":"UploadListFile"}},"/api/v1/statelist/files/approve/{importId}":{"post":{"tags":["Statelist"],"operationId":"Statelist_ApproveStageFileByImportid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"importId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListFile"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatelistController","x-methodName":"ApproveStageFile"}},"/api/v1/statelist/ingest/{importId}":{"post":{"tags":["Statelist"],"operationId":"Statelist_SubmitImportToIngestQueueByImportidAndEnqueuedelayminutes","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"importId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"enqueueDelayMinutes","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatelistController","x-methodName":"SubmitImportToIngestQueue"}},"/api/v1/statelist/prospect/link":{"post":{"tags":["Statelist"],"operationId":"Statelist_LinkProspectToNotaryByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/LinkProspectToNotaryRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatelistController","x-methodName":"LinkProspectToNotary"}},"/api/v1/statelist/prospect/merge":{"post":{"tags":["Statelist"],"operationId":"Statelist_MergeProspectToNotaryByRequest","consumes":["application/json","text/json"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/LinkProspectToNotaryRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Object"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatelistController","x-methodName":"MergeProspectToNotary"}},"/api/v1/states":{"get":{"tags":["States"],"summary":"Get a list of states.","operationId":"States_GetListByIncludeterritory","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"includeTerritory","in":"query","description":"Include Territory states.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/State"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatesController","x-methodName":"GetList"}},"/api/v1/states/{code}":{"get":{"tags":["States"],"summary":"Get a state with its counties.","operationId":"States_RetrieveByCode","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"code","in":"path","description":"The two letter state code.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StateDetail"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.StatesController","x-methodName":"Retrieve"}},"/api/v1/users/search=name":{"get":{"tags":["Users"],"summary":"Get users within the organization.","operationId":"Users_GetListByFirstnameAndLastnameAndEmailAndRolAndPageAndOrderbyAndDescendingAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"firstName","in":"query","description":"The first name of the user. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the user. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"email","in":"query","description":"The email address to search on.","required":false,"type":"string"},{"name":"rol","in":"query","description":"The rol.","required":false,"type":"string"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","description":"order by parameter","required":false,"type":"integer","format":"int32","enum":[0,1,2,3]},{"name":"descending","in":"query","description":"sort results in descending order","required":false,"type":"boolean"},{"name":"count","in":"query","description":"The number of users to return. If the count is less than 1, then up to 1 users will be returned.\r\n                If the count is greater than 1000, then up to 1000 users will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"GetList"}},"/api/v1/users/search=organization":{"get":{"tags":["Users"],"summary":"Get users by organization.","operationId":"Users_GetListByOrganizationByOrganizationidAndFirstnameAndLastnameAndEmailAndRolAndPageAndOrderbyAndDescendingAndCount","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"query","description":"A globally unique identifier that identifies the organization.","required":true,"type":"string"},{"name":"firstName","in":"query","description":"The first name of the user. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"lastName","in":"query","description":"The last name of the user. It may be an exact match, or the first few characters.","required":false,"type":"string"},{"name":"email","in":"query","description":"The email address to search on.","required":false,"type":"string"},{"name":"rol","in":"query","description":"","required":false,"type":"string"},{"name":"page","in":"query","description":"The page number for query results. If the page is less than 1, then 1 will be used.","required":false,"type":"integer","format":"int32"},{"name":"orderBy","in":"query","description":"order by parameter","required":false,"type":"integer","format":"int32","enum":[0,1,2,3]},{"name":"descending","in":"query","description":"sort results in descending order","required":false,"type":"boolean"},{"name":"count","in":"query","description":"The number of users to return. If the count is less than 1, then up to 1 users will be returned.\r\n                If the count is greater than 1000, then up to 1000 users will be returned.","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserSearchResults"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"GetListByOrganization"}},"/api/v1/users/{personId}/summary":{"get":{"tags":["Users"],"summary":"Get a user.","operationId":"Users_GetUserSummaryByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the requested user, or the user's profile.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"GetUserSummary"}},"/api/v1/users/{personId}":{"get":{"tags":["Users"],"summary":"Get a user.","operationId":"Users_RetrieveByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the requested user, or the user's profile.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/User"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"Retrieve"},"put":{"tags":["Users"],"summary":"Update a user's profile.","operationId":"Users_UpdateByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the requested user, or the user's profile.","required":true,"type":"string"},{"name":"request","in":"body","description":"The user profile information.","required":true,"schema":{"$ref":"#/definitions/UpdateUserRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"Update"}},"/api/v1/users/{personId}/groups":{"put":{"tags":["Users"],"operationId":"Users_UpdateByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/UpdateUserGroupsRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"Update"}},"/api/v1/users/{personId}/addresses":{"get":{"tags":["Users"],"summary":"Get a list of addresses.","operationId":"Users_GetListOfAddressesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Address"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"GetListOfAddresses"},"post":{"tags":["Users"],"summary":"Add an address.","operationId":"Users_AddAddressByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"request","in":"body","description":"The address.","required":true,"schema":{"$ref":"#/definitions/AddAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"AddAddress"}},"/api/v1/users/{personId}/addresses/{addressId}":{"get":{"tags":["Users"],"summary":"Get an address.","operationId":"Users_RetrieveAddressByPersonidAndAddressid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Address"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"RetrieveAddress"},"put":{"tags":["Users"],"summary":"Update an existing address.","operationId":"Users_UpdateAddressByPersonidAndAddressidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new address information.","required":true,"schema":{"$ref":"#/definitions/UpdateAddressRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"UpdateAddress"},"delete":{"tags":["Users"],"summary":"Delete an existing address.","operationId":"Users_DeleteAddressByPersonidAndAddressid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"addressId","in":"path","description":"A globally unique identifier that identifies the address to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"DeleteAddress"}},"/api/v1/users/{personId}/pictures":{"get":{"tags":["Users"],"summary":"Get a list of profile picture metadata.","operationId":"Users_GetListOfPicturesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ImageSummary"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"GetListOfPictures"},"post":{"tags":["Users"],"summary":"Upsert a profile picture or pictures.","description":"This endpoint only supports multipart form data.","operationId":"Users_AddPictureByPersonid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"AddPicture"}},"/api/v1/users/{personId}/pictures/{imageId}":{"get":{"tags":["Users"],"summary":"Get profile picture metadata.","operationId":"Users_RetrievePictureByPersonidAndImageid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the profile picture.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ImageSummary"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"RetrievePicture"},"delete":{"tags":["Users"],"summary":"Delete a profile picture.","operationId":"Users_DeletePictureByPersonidAndImageid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"imageId","in":"path","description":"A globally unique identifier that identifies the profile picture to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"DeletePicture"}},"/api/v1/users/{personId}/phones":{"get":{"tags":["Users"],"summary":"Get a list of phones.","operationId":"Users_GetListOfPhonesByPersonid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Phone"}}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"GetListOfPhones"},"post":{"tags":["Users"],"summary":"Add a phone.","operationId":"Users_AddPhoneByPersonidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"request","in":"body","description":"The phone.","required":true,"schema":{"$ref":"#/definitions/AddPhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"AddPhone"}},"/api/v1/users/{personId}/phones/{phoneId}":{"get":{"tags":["Users"],"summary":"Get a phone.","operationId":"Users_RetrievePhoneByPersonidAndPhoneid","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Phone"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"RetrievePhone"},"put":{"tags":["Users"],"summary":"Update an existing phone.","operationId":"Users_UpdatePhoneByPersonidAndPhoneidAndRequest","consumes":["application/json","text/json"],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to update.","required":true,"type":"string"},{"name":"request","in":"body","description":"The new phone information.","required":true,"schema":{"$ref":"#/definitions/UpdatePhoneRequest"}}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"UpdatePhone"},"delete":{"tags":["Users"],"summary":"Delete an existing phone.","operationId":"Users_DeletePhoneByPersonidAndPhoneid","consumes":[],"produces":[],"parameters":[{"name":"personId","in":"path","description":"A globally unique identifier that identifies the user.","required":true,"type":"string"},{"name":"phoneId","in":"path","description":"A globally unique identifier that identifies the phone to delete.","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"DeletePhone"}},"/api/v1/rbac/settings":{"get":{"tags":["Users"],"operationId":"Users_GetRbacSettings","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RbacConfigSettings"}}},"deprecated":false,"x-controllerName":"NNA.Services.Profiles.Controllers.UsersController","x-methodName":"GetRbacSettings"}}},"definitions":{"AccountSummary":{"description":"Resolved view of an account so a rep can confirm identity before merging.","type":"object","properties":{"personId":{"format":"int32","type":"integer"},"personGuid":{"type":"string"},"friendlyUserName":{"format":"int32","type":"integer"},"fullName":{"type":"string"},"dob":{"format":"date-time","type":"string"},"primaryAddress":{"type":"string"},"isActive":{"type":"boolean"},"isB2B":{"type":"boolean"}}},"MergePreview":{"type":"object","properties":{"survivor":{"$ref":"#/definitions/AccountSummary"},"loser":{"$ref":"#/definitions/AccountSummary"},"qualificationsMoving":{"format":"int32","type":"integer"},"insurancePoliciesMoving":{"format":"int32","type":"integer"},"commissionsMoving":{"format":"int32","type":"integer"},"addressesMoving":{"format":"int32","type":"integer"},"phonesMoving":{"format":"int32","type":"integer"},"ordersMoving":{"format":"int32","type":"integer"},"qualifications":{"type":"array","items":{"$ref":"#/definitions/MergeItemDetail"}},"insurancePolicies":{"type":"array","items":{"$ref":"#/definitions/MergeItemDetail"}},"commissions":{"type":"array","items":{"$ref":"#/definitions/MergeItemDetail"}},"addresses":{"type":"array","items":{"$ref":"#/definitions/MergeItemDetail"}},"phones":{"type":"array","items":{"$ref":"#/definitions/MergeItemDetail"}},"warnings":{"description":"Non-blocking advisories the rep may proceed past (e.g. B2B retention suggestion).","type":"array","items":{"type":"string"}},"isBlocked":{"description":"CASS-1144: true when the pair is ineligible to merge (e.g. both accounts have an\r\n            active insurance policy). Execute refuses when this is set; reasons are in BlockReasons.","type":"boolean"},"blockReasons":{"type":"array","items":{"type":"string"}}}},"MergeItemDetail":{"description":"One reviewable record (title + a one-line detail) shown when a preview category is expanded.","type":"object","properties":{"title":{"type":"string"},"detail":{"type":"string"}}},"MergeRequest":{"type":"object","properties":{"survivorPersonGuid":{"type":"string"},"loserPersonGuid":{"type":"string"},"comment":{"type":"string"}}},"Object":{"type":"object","properties":{}},"UnmergeRequest":{"type":"object","properties":{"mergeId":{"type":"string"},"comment":{"type":"string"}}},"DuplicateCandidate":{"description":"A flagged potential-duplicate pair (CASS-1140).","type":"object","properties":{"accountA":{"$ref":"#/definitions/AccountSummary"},"accountB":{"$ref":"#/definitions/AccountSummary"},"matchReason":{"type":"string"},"suggestedSurvivorGuid":{"type":"string"}}},"UpdateAppApiKeyRequest":{"description":"Represents a request to update a AppApiKeyRequest.","type":"object","properties":{"groups":{"type":"array","items":{"format":"int32","type":"integer"}}}},"ApplicationApiKeySummary":{"description":"Represents notary summary information.","required":["apiKeyGuid","apiKeyName","key","application","applicationId","isActive"],"type":"object","properties":{"apiKeyGuid":{"description":"A globally unique identifier that identifies an application api key.","type":"string"},"apiKeyName":{"description":"The name of the api key.","type":"string"},"key":{"description":"The actual key.","type":"string"},"application":{"description":"The name of the application that api key is associated with.","type":"string"},"applicationId":{"description":"The name of the application id that api key is associated with.","type":"string"},"expiresAtUtc":{"format":"date-time","description":"The UTC date/time that the api key expires. If null, the api key never expires.","type":"string"},"isActive":{"description":"If true, the Application api Key is currently active","type":"boolean"},"groups":{"description":"The groups that Application API key is associated with.","type":"array","items":{"$ref":"#/definitions/GroupSumary"}}}},"GroupSumary":{"type":"object","properties":{"id":{"format":"int32","description":"A globally unique identifier that identifies the group.","type":"integer"},"name":{"description":"The group name.","type":"string"},"description":{"description":"The group description.","type":"string"},"issuer":{"$ref":"#/definitions/IssuerSummary","description":"The issuer."}}},"IssuerSummary":{"type":"object","properties":{"id":{"format":"int32","description":"A globally unique identifier that identifies the issuer.","type":"integer"},"issuerGuid":{"format":"int32","description":"A globally unique identifier that identifies the issuer.","type":"integer"},"name":{"description":"The issuer name.","type":"string"},"description":{"description":"The issuer description.","type":"string"},"host":{"description":"The issuer Host.","type":"string"}}},"ApplicationApiKeySearchResults":{"description":"Represents user search results.","required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of users per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of users found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of users that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/ApplicationApiKeySummary"}}}},"BulkCommentSummary":{"type":"object","properties":{"subjectId":{"type":"string"},"fileName":{"type":"string"},"originalFileName":{"type":"string"},"errorFileName":{"type":"string"},"contentType":{"type":"string"},"total":{"format":"int32","type":"integer"},"processed":{"format":"int32","type":"integer"},"failed":{"format":"int32","type":"integer"},"status":{"format":"int32","type":"integer"},"statusText":{"type":"string"},"startedAt":{"format":"date-time","type":"string"},"completedAt":{"format":"date-time","type":"string"},"createAt":{"format":"date-time","type":"string"},"updateAt":{"format":"date-time","type":"string"}}},"County":{"description":"Represents a county.","required":["countyGuid","stateCode","countyName","stateName"],"type":"object","properties":{"countyGuid":{"description":"A globally unique identifier that identifies the county.","type":"string"},"stateCode":{"description":"The two letter state code.","type":"string"},"countyName":{"description":"The county name.","type":"string"},"countyCode":{"description":"The county code.","type":"string"},"countySearchCode":{"description":"The county search code.","type":"string"},"stateName":{"description":"The state name.","type":"string"},"postalCode":{"description":"The postal code.","type":"string"}}},"CustomerSearchResults":{"description":"Represents customer search results.","required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of customers per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of customers found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of customers that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/CustomerSummary"}}}},"CustomerSummary":{"description":"Represents a customer.","required":["personGuid","firstName","lastName"],"type":"object","properties":{"personGuid":{"description":"A globally unique identifier that identifies the customer.","type":"string"},"title":{"description":"The customer's title. Mr, Mrs, Dr, etc.","type":"string"},"firstName":{"description":"The customer's first name.","type":"string"},"lastName":{"description":"The customer's last name.","type":"string"},"middleName":{"description":"The customer's middle name.","type":"string"},"suffix":{"description":"The customer's suffix. Jr, II, MD, etc.","type":"string"},"emailAddress":{"description":"The email address.","type":"string"}}},"GetListByCustomerRequest":{"type":"object","properties":{"customerIds":{"type":"array","items":{"type":"string"}}}},"Customer":{"description":"Represents a customer.","required":["personGuid","firstName","lastName","emailIsVerified"],"type":"object","properties":{"personGuid":{"description":"A globally unique identifier that identifies the customer.","type":"string"},"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"title":{"description":"The customer's title. Mr, Mrs, Dr, etc.","type":"string"},"firstName":{"description":"The customer's first name.","type":"string"},"lastName":{"description":"The customer's last name.","type":"string"},"middleName":{"description":"The customer's middle name.","type":"string"},"suffix":{"description":"The customer's suffix. Jr, II, MD, etc.","type":"string"},"dob":{"format":"date-time","description":"The customer's date of birth.","type":"string"},"gender":{"format":"int32","description":"0=Unknown, 1=Female, 2=Male","enum":[0,1,2],"type":"integer"},"emailAddress":{"description":"The email address.","type":"string"},"emailIsVerified":{"description":"If true, the customer's email address has been verified, otherwise the email address has not been verified.","type":"boolean"},"phones":{"description":"Phone numbers.","type":"array","items":{"$ref":"#/definitions/Phone"}},"addresses":{"description":"Addresses.","type":"array","items":{"$ref":"#/definitions/Address"}},"customerCredit":{"$ref":"#/definitions/CreditVoucher"},"externalAccountId":{"type":"string"},"organizationGuid":{"type":"string"},"customerName":{"type":"string","readOnly":true}}},"Phone":{"description":"Represents a phone.","required":["phoneGuid","phoneNumber","phoneType","hasSmsSupport","optOutSms","isVerified"],"type":"object","properties":{"phoneId":{"format":"int32","type":"integer"},"phoneGuid":{"description":"A globally unique identifier that identifies the phone.","type":"string"},"phoneNumber":{"description":"The phone number.","type":"string"},"phoneNumberAsInt64":{"format":"int64","type":"integer","readOnly":true},"phoneType":{"format":"int32","description":"0=Unknown, 1=Mobile, 2=Home, 3=Business, 4=Fax, 5=Day, 6=Evening 7=Contact","enum":[0,1,2,3,4,5,6,7,8],"type":"integer"},"phoneTypeName":{"description":"Unknown, Mobile, Home, Business, Fax, Day, Evening, Contact","type":"string","readOnly":true},"hasSmsSupport":{"description":"If true, the phone is capable of receiving SMS messages, otherwise it is not SMS capable.","type":"boolean"},"optOutSms":{"description":"If true, opt out of receiving SMS messages, otherwise allow SMS messages.","type":"boolean"},"isVerified":{"description":"If true, the phone number has been verified.","type":"boolean"},"description":{"description":"A short description of the phone.","type":"string"},"phoneNumberExtension":{"description":"Phone Extension.","type":"string"},"subjectGuid":{"type":"string"},"isPrimary":{"description":"If true, the phone number isPrimary.","type":"boolean"}}},"Address":{"description":"Represents an address.","required":["addressGuid","addressType","addressLine1","city","postalCode","stateCode","state"],"type":"object","properties":{"addressGuid":{"description":"A globally unique identifier that identifies the address.","type":"string"},"countyGuid":{"description":"A globally unique identifier that represents a county.","type":"string"},"addressType":{"format":"int32","description":"1=Billing, 2=Residential, 3=Business, 4=LoanDocDelivery, 5=Commission, 6=SigningAgentAddress, 7=NotaryAddress","enum":[0,1,2,3,4,5,6,7,8,9,10],"type":"integer"},"addressTypeName":{"description":"Billing, Residential, Business, LoanDocDelivery, Commission, SigningAgentAddress, NotaryAddress","type":"string","readOnly":true},"addressLine1":{"description":"The street of the address.","type":"string"},"addressLine2":{"description":"Additional address information such as suite, apartment number, etc.","type":"string"},"city":{"description":"The city .","type":"string"},"county":{"description":"The county name.","type":"string"},"postalCode":{"description":"The postal code or zip code.","type":"string"},"stateCode":{"description":"The two letter code for the state.","type":"string"},"state":{"description":"The state name.","type":"string"},"country":{"description":"The three letter code for the country. The default is 'USA'.","type":"string"},"description":{"description":"A description for the address.","type":"string"},"latitude":{"format":"double","description":"The geo-latitude.","type":"number"},"longitude":{"format":"double","description":"The geo-longitude.","type":"number"},"careOf":{"description":"C/O or Attn Address Line","type":"string"},"isPrimary":{"type":"boolean"},"distanceInMiles":{"format":"double","type":"number"},"fullAddress":{"type":"string","readOnly":true}}},"CreditVoucher":{"type":"object","properties":{"ledgerId":{"format":"int32","type":"integer"},"customerId":{"type":"string"},"balance":{"format":"double","type":"number"}}},"UpdateCustomerRequest":{"description":"Represents a request to update a customer.","required":["firstName","lastName"],"type":"object","properties":{"title":{"description":"The customer's title. Mr, Mrs, Dr, etc.","type":"string"},"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"firstName":{"description":"The customer's first name.","type":"string"},"lastName":{"description":"The customer's last name.","type":"string"},"middleName":{"description":"The customer's middle name.","type":"string"},"suffix":{"description":"The customer's suffix. Jr, II, MD, etc.","type":"string"},"dob":{"format":"date-time","description":"The customer's date of birth.","type":"string"},"gender":{"format":"int32","description":"0=Unknown, 1=Female, 2=Male","enum":[0,1,2],"type":"integer"},"emailAddress":{"description":"The email address.","type":"string"},"emailIsVerified":{"description":"If true, the customer's email address has been verified, otherwise the email address has not been verified.","type":"boolean"}}},"CustomerInfoForOrder":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"personId":{"type":"string"},"title":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"suffix":{"type":"string"},"emailAddress":{"type":"string"},"isPlacedBy":{"type":"boolean"},"commissionStateCode":{"type":"string"},"paymentProfileId":{"type":"string"},"friendlyUserName":{"format":"int32","type":"integer"},"customerName":{"type":"string","readOnly":true}}},"CustomerPaymentProfileRequest":{"type":"object","properties":{"personId":{"format":"int32","type":"integer"},"paymentProfileId":{"type":"string"}}},"AddCustomerRequest":{"description":"Represents a request to add a customer.","required":["personGuid","firstName","lastName"],"type":"object","properties":{"personGuid":{"description":"A globally unique identifier that identifies the customer.","type":"string"},"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"title":{"description":"The customer's title. Mr, Mrs, Dr, etc.","type":"string"},"firstName":{"description":"The customer's first name.","type":"string"},"lastName":{"description":"The customer's last name.","type":"string"},"middleName":{"description":"The customer's middle name.","type":"string"},"suffix":{"description":"The customer's suffix. Jr, II, MD, etc.","type":"string"},"dob":{"format":"date-time","description":"The customer's date of birth.","type":"string"},"gender":{"format":"int32","description":"0=Unknown, 1=Female, 2=Male","enum":[0,1,2],"type":"integer"},"emailAddress":{"description":"The email address.","type":"string"},"emailIsVerified":{"description":"If true, the customer's email address has been verified, otherwise the email address has not been verified.","type":"boolean"}}},"AddCustomerNotaryRequest":{"required":["personGuid","firstName","lastName","isAttorney","isMobile","isENotary","acceptsEDocs","hasLaptop","hasDigitalSeal","laserPrinter","travelRadiusInMiles"],"type":"object","properties":{"personGuid":{"description":"A globally unique identifier that identifies the customer","type":"string"},"organizationGuid":{"description":"Id of Organization","type":"string"},"friendlyUserName":{"format":"int32","description":"The friendly username","type":"integer"},"title":{"description":"The customer's title (Mr., Ms., Dr., etc.)","type":"string"},"firstName":{"description":"The customer's first name","type":"string"},"lastName":{"description":"The customer's last name","type":"string"},"middleName":{"description":"The customer's middle name","type":"string"},"suffix":{"description":"The customer's suffix (Jr., II, MD, etc.)","type":"string"},"dob":{"format":"date-time","description":"The customer's date of birth","type":"string"},"gender":{"format":"int32","description":"0=Unknown, 1=Female, 2=Male","enum":[0,1,2],"type":"integer"},"emailAddress":{"description":"The email address","type":"string"},"emailIsVerified":{"description":"If true, the customer's email address has been verified, otherwise the email address has not been verified","type":"boolean"},"prospectId":{"format":"int64","description":"Id of the prospect","type":"integer"},"isProspect":{"type":"boolean"},"isAttorney":{"description":"If true, the notary is an attorney, otherwise the notary is not an attorney","type":"boolean"},"isMobile":{"description":"If true, the notary is mobile, otherwise the notary is not mobile","type":"boolean"},"isENotary":{"description":"If true, the notary is an e-Notary, otherwise the notary is not an e-Notary","type":"boolean"},"acceptsEDocs":{"description":"If true, the notary accepts eDocs, otherwise the notary does not accept eDocs","type":"boolean"},"hasLaptop":{"description":"If true, the notary has a laptop computer, otherwise the notary does not have a laptop computer","type":"boolean"},"hasDigitalSeal":{"description":"If true, the notary has a digital seal, otherwise the notary does not have a digital seal","type":"boolean"},"laserPrinter":{"description":"If true, the notary has a laser printer, otherwise the notary does not have a laser printer","type":"boolean"},"travelRadiusInMiles":{"format":"int32","description":"The notary's travel radius in miles","type":"integer"},"experienceInYears":{"format":"int32","description":"The notary's years of experience","type":"integer"},"additionalInfo":{"description":"Additional information provided by the notary","type":"string"},"adminComments":{"description":"Administrator comments","type":"string"},"costCenter":{"description":"Cost Center for B2B Notaries","type":"string"},"isAllowedToPlaceOrder":{"description":"If true, the notary is allowed to place an order, otherwise they are not allowed to","type":"boolean"},"isAdministrator":{"description":"If true, is an Administrator","type":"boolean"},"externalEmployeeId":{"description":"External Employee Id of notary","type":"string"},"monthlyNotarizationId":{"format":"int32","description":"Id of Monthly Notarization Type","type":"integer"},"notaryExperienceId":{"format":"int32","description":"Id of Notary Experience Type","type":"integer"},"notaryTypeId":{"format":"int32","description":"Id of Notary Type","type":"integer"},"commissionStatusId":{"format":"int32","description":"Id of Commission Status","type":"integer"},"commissionAddress":{"$ref":"#/definitions/Address"},"addresses":{"type":"array","items":{"$ref":"#/definitions/Address"}},"commissions":{"type":"array","items":{"$ref":"#/definitions/Commission"}},"notaryTypes":{"type":"array","items":{"$ref":"#/definitions/NotaryType"}},"phones":{"description":"Phone numbers.","type":"array","items":{"$ref":"#/definitions/Phone"}}}},"Commission":{"description":"Represents a notary commission (also called 'appointment').","required":["commissionGuid","commissionName","stateCode"],"type":"object","properties":{"commissionGuid":{"description":"A globally unique identifier that identifies the commission.","type":"string"},"commissionInfo":{"type":"string","readOnly":true},"commissionName":{"description":"The commission name.","type":"string"},"commissionNumber":{"description":"The commission number.","type":"string"},"commissionTypeId":{"format":"int32","description":"The commission type id.","type":"integer"},"commissionTypeName":{"description":"The commission type name.","type":"string"},"isActive":{"description":"If true, the commission active, otherwise the commission is not active.","type":"boolean"},"startDate":{"format":"date-time","description":"The commission start date.","type":"string"},"expirationDate":{"format":"date-time","description":"The commission expiration date.","type":"string"},"verifiedDate":{"format":"date-time","description":"The commission verified date.","type":"string"},"stateCode":{"description":"The two letter code for the commission state.","type":"string"},"county":{"description":"The commission county.","type":"string"},"countyGuid":{"description":"The commission county guid.","type":"string"},"residenceCountyName":{"type":"string"},"residenceCountyGuid":{"type":"string"},"certificateImageUrl":{"description":"The URL of the commission certificate image.","type":"string"},"postalCode":{"description":"The commission postal code.","type":"string"},"isNonResident":{"type":"boolean"},"lastUpdateUtc":{"format":"date-time","type":"string"},"bypassThrottling":{"type":"boolean"}}},"NotaryType":{"type":"object","properties":{"notaryTypeId":{"format":"int32","type":"integer"},"notaryTypeDescription":{"type":"string"},"notaryTypeValue":{"type":"string"}}},"Notary":{"description":"Represents a notary.","required":["personGuid","firstName","lastName","isActive","email","emailIsVerified","isActiveMember","isBackgroundCheckPassed","isTrainingCurrent","isAttorney","isMobile","isENotary","acceptsEDocs","hasLaptop","hasDigitalSeal","laserPrinter","travelRadiusInMiles","experienceInYears","createdAtUtc","isAllowedToPlaceOrder","isAdministrator"],"type":"object","properties":{"cacheKey":{"type":"string"},"personId":{"format":"int32","type":"integer"},"personGuid":{"description":"A globally unique identifier that identifies the person.","type":"string"},"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"firstName":{"description":"First name.","type":"string"},"middleName":{"description":"Middle name.","type":"string"},"lastName":{"description":"Last name.","type":"string"},"title":{"description":"Title.","type":"string"},"suffix":{"description":"Name suffix.","type":"string"},"isActive":{"description":"If true, the notary is currently active, otherwise the notary is not active.","type":"boolean"},"email":{"description":"Email address.","type":"string"},"emailIsVerified":{"description":"If true, the email address has been verified, otherwise the email address has not been verified.","type":"boolean"},"isActiveMember":{"description":"If true, the signing agent is an active member of the NNA, otherwise the signing agent is not an active member.","type":"boolean"},"membershipExpirationDate":{"format":"date-time","description":"The date that membership expires.","type":"string"},"isBackgroundCheckPassed":{"description":"If true, the background screen was successful, otherwise the screen was not successful, or not done.","type":"boolean"},"backgroundCheckPassedDate":{"format":"date-time","description":"The date of the successful background check.","type":"string"},"isTrainingCurrent":{"description":"If true, the training is current, otherwise the training is not current.","type":"boolean"},"trainingCompletionDate":{"format":"date-time","description":"The most recent date that the compliance training was finished.","type":"string"},"notaryEssentialsCompletionDate":{"format":"date-time","description":"The most recent date that the Notary Essentials course was taken.","type":"string"},"notaryEssentialsOrderDate":{"format":"date-time","description":"The most recent date that the Notary Essentials course was ordered.","type":"string"},"notaryEssentialsStatus":{"format":"int32","description":"0=Unknown, 1=Incomplete, 2=Passed.","enum":[0,1,2],"type":"integer"},"organizationStatus":{"format":"int32","enum":[0,1,2,3],"type":"integer"},"isAttorney":{"description":"If true, the person is an attorney, otherwise the person is not an attorney.","type":"boolean"},"isMobile":{"description":"If true, the person is mobile, otherwise the person is not mobile.","type":"boolean"},"isENotary":{"description":"If true, the person is an e-Notary, otherwise the person is not an e-Notary.","type":"boolean"},"acceptsEDocs":{"description":"If true, the person accepts eDocs, otherwise the person does not accept eDocs.","type":"boolean"},"hasLaptop":{"description":"If true, the person has a laptop computer, otherwise the person does not have a laptop computer.","type":"boolean"},"hasDigitalSeal":{"description":"If true, the person has a digital seal, otherwise the person does not have a digital seal.","type":"boolean"},"laserPrinter":{"description":"If true, the person has a laser printer, otherwise the person does not have a laser printer.","type":"boolean"},"travelRadiusInMiles":{"format":"int32","description":"Travel radius in miles.","type":"integer"},"experienceInYears":{"format":"int32","description":"Years of experience.","type":"integer"},"additionalInfo":{"description":"Additional information provided by the person.","type":"string"},"adminComments":{"description":"Administrator comments.","type":"string"},"createdAtUtc":{"format":"date-time","description":"The UTC date/time that the information was added.","type":"string"},"lastUpdateAtUtc":{"format":"date-time","description":"The UTC date/time that the information was last updated.","type":"string"},"profilePictureUrl":{"description":"The URL of a profile picture.","type":"string"},"primaryAddress":{"$ref":"#/definitions/Address","description":"The primary address."},"notaryAddress":{"$ref":"#/definitions/Address","description":"The notary address."},"commissions":{"description":"States commissioned as a notary.","type":"array","items":{"$ref":"#/definitions/Commission"}},"onHoldStatus":{"$ref":"#/definitions/OnHoldStatus"},"serviceCounties":{"description":"Counties that the person may service.","type":"array","items":{"$ref":"#/definitions/County"}},"serviceDays":{"description":"Days and work hours.","type":"array","items":{"$ref":"#/definitions/ServiceDay"}},"mobilePlatforms":{"description":"Mobile platforms.","type":"array","items":{"$ref":"#/definitions/MobilePlatform"}},"specialBusinessDesignations":{"description":"Special business designations.","type":"array","items":{"$ref":"#/definitions/SpecialBusinessDesignation"}},"languages":{"description":"Supported languages. English is assumed.","type":"array","items":{"$ref":"#/definitions/Language"}},"phones":{"description":"Phone numbers.","type":"array","items":{"$ref":"#/definitions/Phone"}},"addresses":{"description":"Addresses.","type":"array","items":{"$ref":"#/definitions/Address"}},"emailAddresses":{"description":"Email addresses.","type":"array","items":{"$ref":"#/definitions/EmailAddress"}},"communicationPreferences":{"type":"array","items":{"$ref":"#/definitions/CommunicationPreference"}},"costCenter":{"description":"Notary Cost Center","type":"string"},"isAllowedToPlaceOrder":{"description":"Is notary allowed to order","type":"boolean"},"isAdministrator":{"description":"Is notary an admin","type":"boolean"},"organizationMemberTransactionType":{"format":"int32","enum":[0,1,2],"type":"integer"},"isB2b":{"description":"Is notary a B2b notary","type":"boolean","readOnly":true},"isB2c":{"description":"Is notary a B2c notary","type":"boolean","readOnly":true},"commissionStatusId":{"format":"int32","description":"Id of CommissionStatus","type":"integer"},"monthlyNotarizationId":{"format":"int32","description":"Id of Monthly Notarization Type.","type":"integer"},"notaryExperienceId":{"format":"int32","description":"Id of Notary Experience.","type":"integer"},"notaryExperience":{"description":"Text of Notary Experience.","type":"string"},"monthlyNotarizations":{"description":"Text of Monthly Notarizations.","type":"string"},"notaryTypes":{"description":"Id of Notary Type.","type":"array","items":{"$ref":"#/definitions/NotaryType"}},"externalEmployeeId":{"description":"External Employee Id of notary.","type":"string"},"isUser":{"type":"boolean"},"organizationGuid":{"type":"string"},"organizationName":{"type":"string"},"hasPendingInvitation":{"type":"boolean"},"isNotaryOrganizationActive":{"type":"boolean"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"},"customerCredit":{"$ref":"#/definitions/CreditVoucher"},"isSigningAgent":{"description":"This property will be used by the UI to show/hide signing agent tab","type":"boolean"},"recordType":{"format":"int32","description":"This property will be used by the UI to show/hide customer widgets","enum":[0,1,2],"type":"integer"},"commissionAddress":{"$ref":"#/definitions/Address","description":"The commission address."},"entitlements":{"description":"A background check.","type":"array","items":{"$ref":"#/definitions/Entitlement"}},"backgroundChecks":{"description":"A background check.","type":"array","items":{"$ref":"#/definitions/Qualification"}},"eoInsurances":{"description":"Errors and Omissions insurance.","type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}},"hotlineMemberships":{"description":"An NNA hotline membership.","type":"array","items":{"$ref":"#/definitions/Qualification"}},"neExams":{"description":"Notary Essentials Exam","type":"array","items":{"$ref":"#/definitions/Qualification"}},"nnaEOInsurances":{"description":"NNA Errors and Omissions insurance.","type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}},"nnaMemberships":{"description":"An NNA membership.","type":"array","items":{"$ref":"#/definitions/Qualification"}},"notaryEssentials":{"description":"A notary essentials training course.","type":"array","items":{"$ref":"#/definitions/Qualification"}},"suretyBonds":{"description":"A surety bond.","type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}},"electronicBonds":{"description":"An electronic bond.","type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"OnHoldStatus":{"description":"Represents onhold status.","required":["onHoldStatusGuid","subjectGuid"],"type":"object","properties":{"onHoldStatusGuid":{"description":"A globally unique identifier that identifies the onhold object.","type":"string"},"subjectGuid":{"type":"string"},"isPaymentHold":{"type":"boolean"},"isInsuranceHold":{"type":"boolean"},"isCommissionHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"createdAtUtc":{"format":"date-time","type":"string"},"lastUpdateUtc":{"format":"date-time","type":"string"},"paymentHoldReason":{"type":"string"},"insuranceHoldReason":{"type":"string"},"commissionHoldReason":{"type":"string"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"}}},"ServiceDay":{"description":"Represents a the hours available for work for a given day of the week.","required":["dayOfWeek","dayOfWeekName"],"type":"object","properties":{"dayOfWeek":{"format":"int32","description":"0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday","enum":[0,1,2,3,4,5,6],"type":"integer"},"dayOfWeekName":{"description":"The day of the week.","type":"string"},"hours":{"description":"A list of hour ranges within a day of the week.","type":"array","items":{"$ref":"#/definitions/Range[TimeSpan]"},"readOnly":true}}},"MobilePlatform":{"description":"Represents a mobile platform.","required":["mobilePlatformGuid","mobilePlatformName"],"type":"object","properties":{"mobilePlatformGuid":{"description":"A globally unique identifier that identifies the mobile platform.","type":"string"},"mobilePlatformName":{"description":"The mobile platform name.","type":"string"}}},"SpecialBusinessDesignation":{"description":"Represents a special business designation.","required":["specialBusinessDesignationGuid","specialBusinessDesignationName"],"type":"object","properties":{"specialBusinessDesignationGuid":{"description":"A globally unique identifier that identifies the special business designation.","type":"string"},"specialBusinessDesignationName":{"description":"The name of the special business designation.","type":"string"},"description":{"description":"The description of the special business designation.","type":"string"}}},"Language":{"description":"Represents a language.","required":["iso6393","languageName"],"type":"object","properties":{"iso6391":{"description":"The ISO 6391 code.","type":"string"},"iso6393":{"description":"The ISO 6393 code.","type":"string"},"languageName":{"description":"The name of the language.","type":"string"}}},"EmailAddress":{"type":"object","properties":{"emailAddressGuid":{"type":"string"},"subjectGuid":{"type":"string"},"emailAddressText":{"type":"string"},"emailAddressType":{"format":"int32","description":"0=Unknown, 1=Primary, 2=Home, 3=Business","enum":[0,1,2,3,4],"type":"integer"},"emailAddressTypeName":{"type":"string","readOnly":true},"isVerified":{"type":"boolean"}}},"CommunicationPreference":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"communicationId":{"format":"int32","type":"integer"},"communicationName":{"type":"string"},"notificationValue":{"type":"string"},"notificationType":{"type":"string"},"subjectGuid":{"type":"string"},"communicationMethodId":{"format":"int32","type":"integer"},"communicationMethod":{"type":"string"},"methodGuid":{"type":"string"},"optIn":{"type":"boolean"},"communicationPreferenceValue":{"type":"string","readOnly":true}}},"Entitlement":{"type":"object","properties":{"entitlementGuid":{"type":"string"},"state":{"type":"string"},"name":{"type":"string"},"coverageAmount":{"format":"double","type":"number"},"type":{"type":"string"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"},"joinDate":{"format":"date-time","type":"string"},"status":{"type":"string"},"isProvisionalPass":{"type":"boolean"},"policyReference":{"type":"string"},"policyNumber":{"type":"string"},"canPrint":{"type":"boolean"},"canEmail":{"type":"boolean"},"entitlementTypeId":{"format":"int32","type":"integer"},"orderGuid":{"type":"string"},"poNumber":{"type":"string"},"orderNumber":{"type":"string"},"orderDate":{"format":"date-time","type":"string"}}},"Qualification":{"type":"object","properties":{"qualificationGuid":{"type":"string"},"qualificationTypeId":{"format":"int32","type":"integer"},"subjectGuid":{"type":"string"},"orderGuid":{"type":"string"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"},"joinDate":{"format":"date-time","type":"string"},"lastRenewalDate":{"format":"date-time","type":"string"},"term":{"format":"double","type":"number"},"token":{"type":"string"},"isActive":{"type":"boolean"},"certificateImageUrl":{"type":"string"},"isProvisionalPass":{"type":"boolean"},"certificationName":{"type":"string"},"isDeleted":{"type":"boolean"},"passDate":{"format":"date-time","type":"string"},"expirationDate":{"format":"date-time","type":"string"},"backgroundCheckGuid":{"type":"string"},"complianceCourseGuid":{"type":"string"},"eOInsuranceGuid":{"type":"string"},"groupEOInsuranceGuid":{"type":"string"},"groupHotlineGuid":{"type":"string"},"hotlineMembershipGuid":{"type":"string"},"nEExamGuid":{"type":"string"},"nnaEOInsuranceGuid":{"type":"string"},"nNAGroupEOInsuranceGuid":{"type":"string"},"nnaMembershipGuid":{"type":"string"},"notaryEssentialsGuid":{"type":"string"},"nsaExamGuid":{"type":"string"},"suretyBondGuid":{"type":"string"}}},"InsurancePolicy":{"type":"object","properties":{"insurancePolicyGuid":{"type":"string"},"insurancePolicyTypeId":{"format":"int32","type":"integer"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"},"term":{"format":"double","type":"number"},"policyNumber":{"type":"string"},"policyReference":{"type":"string"},"coverageAmount":{"format":"double","type":"number"},"state":{"type":"string"},"certificateImageUrl":{"type":"string"},"isActive":{"type":"boolean","readOnly":true},"isDeleted":{"type":"boolean"},"eOInsuranceGuid":{"type":"string"},"groupEOInsuranceGuid":{"type":"string"},"nnaEOInsuranceGuid":{"type":"string"},"nNAGroupEOInsuranceGuid":{"type":"string"},"suretyBondGuid":{"type":"string"}}},"Range[TimeSpan]":{"description":"Represents a generic structure that has a lower and upper bound.","type":"object","properties":{"lowerBound":{"description":"Gets or sets the lower bound of the range.","type":"string"},"upperBound":{"description":"Gets or sets the upper bound of the range.","type":"string"}}},"AddAddressRequest":{"description":"Represents a request to add an address.","required":["addressGuid","addressType","addressLine1","city","postalCode","stateCode"],"type":"object","properties":{"addressGuid":{"description":"A globally unique identifier that identifies the address.","type":"string"},"countyGuid":{"description":"A globally unique identifier that represents a county.","type":"string"},"addressType":{"format":"int32","description":"1=Billing, 2=Residential, 3=Business, 4=LoanDocDelivery, 5=Commission, 6=SigningAgentAddress, 7=NotaryAddress, 10=FindANotary","enum":[0,1,2,3,4,5,6,7,8,9,10],"type":"integer"},"addressLine1":{"description":"The street of the address.","type":"string"},"addressLine2":{"description":"Additional address information such as suite, apartment number, etc.","type":"string"},"city":{"description":"The city.","type":"string"},"postalCode":{"description":"The postal code or zip code.","type":"string"},"stateCode":{"description":"The two letter code for the state.","type":"string"},"country":{"description":"The three letter code for the country. The default is 'USA'.","type":"string"},"description":{"description":"A description for the address.","type":"string"},"geoCode":{"description":"If true, throw an error if geocoding failed.","type":"boolean"},"careOf":{"description":"C/O or Attn Address Line","type":"string"},"isPrimary":{"description":"If true, Address is primary.","type":"boolean"}}},"UpdateAddressRequest":{"description":"Represents a request to update an address.","required":["addressType","addressLine1","city","postalCode","stateCode","geoCode"],"type":"object","properties":{"countyGuid":{"description":"A globally unique identifier that represents a county.","type":"string"},"addressType":{"format":"int32","description":"1=Billing, 2=Residential, 3=Business, 4=LoanDocDelivery, 5=Commission, 6=SigningAgentAddress, 7=NotaryAddress","enum":[0,1,2,3,4,5,6,7,8,9,10],"type":"integer"},"addressLine1":{"description":"The street of the address.","type":"string"},"addressLine2":{"description":"Additional address information such as suite, apartment number, etc.","type":"string"},"city":{"description":"The city .","type":"string"},"postalCode":{"description":"The postal code or zip code.","type":"string"},"stateCode":{"description":"The two letter code for the state.","type":"string"},"country":{"description":"The three letter code for the country. The default is 'USA'.","type":"string"},"description":{"description":"A description for the address.","type":"string"},"geoCode":{"description":"If true, determine and persist the latitude and longitude of the address.","type":"boolean"},"careOf":{"description":"C/O or Attn Address Line","type":"string"},"isPrimary":{"description":"If true, Address is primary.","type":"boolean"}}},"ImageSummary":{"description":"Represents summary information for an image.","required":["imageGuid","imageType","imageUrl","updatedAtUtc"],"type":"object","properties":{"imageGuid":{"description":"A globally unique identifier that identifies the image.","type":"string"},"friendlyName":{"description":"The friendly name of the image.","type":"string"},"imageType":{"format":"int32","description":"0=Unknown, 1=Picture, 2=Certificate, 3=Logo","enum":[0,1,2,3],"type":"integer"},"contentType":{"description":"The content type of the image file.","type":"string"},"imageUrl":{"description":"The URL of the image.","type":"string"},"createdAtUtc":{"format":"date-time","description":"The date / time that the image was uploaded.","type":"string"},"updatedAtUtc":{"format":"date-time","description":"The date / time that the image was last updated.","type":"string"}}},"AddPhoneRequest":{"description":"Represents a request to add a phone.","required":["phoneGuid","phoneNumber"],"type":"object","properties":{"phoneGuid":{"description":"A globally unique identifier that identifies the phone.","type":"string"},"phoneNumber":{"description":"The phone number.","type":"string"},"phoneType":{"format":"int32","description":"0=Unknown, 1=Mobile, 2=Home, 3=Business, 4=Fax, 5=Day, 6=Evening","enum":[0,1,2,3,4,5,6,7,8],"type":"integer"},"hasSmsSupport":{"description":"If true, the phone is capable of receiving SMS messages, otherwise it is not SMS capable.","type":"boolean"},"optOutSms":{"description":"If true, opt out of receiving SMS messages, otherwise allow SMS messages.","type":"boolean"},"isVerified":{"description":"If true, the phone number has been verified.","type":"boolean"},"description":{"description":"A short description of the phone.","type":"string"},"phoneNumberExtension":{"description":"Phone extension.","type":"string"},"isPrimary":{"description":"If true, PhoneNumber is primary.","type":"boolean"}}},"UpdatePhoneRequest":{"description":"Represents a request to update a phone.","required":["phoneNumber","phoneType","hasSmsSupport","optOutSms","isVerified"],"type":"object","properties":{"phoneNumber":{"description":"The phone number.","type":"string"},"phoneType":{"format":"int32","description":"0=Unknown, 1=Mobile, 2=Home, 3=Business, 4=Fax, 5=Day, 6=Evening","enum":[0,1,2,3,4,5,6,7,8],"type":"integer"},"hasSmsSupport":{"description":"If true, the phone is capable of receiving SMS messages, otherwise it is not SMS capable.","type":"boolean"},"optOutSms":{"description":"If true, opt out of receiving SMS messages, otherwise allow SMS messages.","type":"boolean"},"isVerified":{"description":"If true, the phone number has been verified.","type":"boolean"},"description":{"description":"A short description of the phone.","type":"string"},"phoneNumberExtension":{"description":"Phone extension.","type":"string"},"isPrimary":{"description":"If true, PhoneNumber is primary.","type":"boolean"}}},"NotificationPreference":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"notificationTypeId":{"format":"int32","type":"integer"},"notificationTypeValue":{"type":"string"},"optOut":{"type":"boolean"},"communications":{"type":"array","items":{"$ref":"#/definitions/CommunicationViewModel"}}}},"CommunicationViewModel":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"name":{"type":"string"},"notificationValue":{"type":"string"},"optIn":{"type":"boolean"},"communicationId":{"format":"int32","type":"integer"},"communicationMethodId":{"format":"int32","type":"integer"}}},"GroupedCommunications":{"type":"object","properties":{"notificationTypeId":{"format":"int32","type":"integer"},"type":{"type":"string"},"communications":{"type":"array","items":{"$ref":"#/definitions/Communication"}}}},"Communication":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"name":{"type":"string"},"notificationTypeId":{"format":"int32","type":"integer"},"notificationTypeValue":{"type":"string"},"notificationValue":{"type":"string"}}},"NotificationType":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"description":{"type":"string"}}},"CommunicationMethod":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"communicationType":{"type":"string"}}},"AddInquiryRequest":{"description":"Represents an inquiry.","required":["contactName","businessName","email","message"],"type":"object","properties":{"contactName":{"description":"The customer's name.","type":"string"},"contactTitle":{"description":"The customer's title","type":"string"},"businessName":{"description":"The business of the inquiry.","type":"string"},"email":{"description":"The email address.","type":"string"},"phone":{"description":"The phone number.","type":"string"},"state":{"description":"Business State.","type":"string"},"message":{"description":"The inquiry message.","type":"string"}}},"AddCreditCardRequest":{"type":"object","properties":{"paymentGuid":{"type":"string"},"costCenterNumber":{"type":"string"},"cardNumber":{"type":"string"},"cardHolderName":{"type":"string"},"cardExpirationMonth":{"type":"string"},"cardExpirationYear":{"type":"string"},"addressGuid":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":"string"},"city":{"type":"string"},"postalCode":{"type":"string"},"stateCode":{"type":"string"},"country":{"type":"string"}}},"CreditCardSummaryResponse":{"type":"object","properties":{"paymentGuid":{"type":"string"},"addressGuid":{"type":"string"},"last4":{"type":"string"},"cardHolderName":{"type":"string"},"cardExpirationMonth":{"type":"string"},"cardExpirationYear":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":"string"},"city":{"type":"string"},"postalCode":{"type":"string"},"stateCode":{"type":"string"},"state":{"type":"string"},"country":{"type":"string"},"costCenterNumber":{"type":"string"}}},"CreditCardInfoResponse":{"type":"object","properties":{"paymentGuid":{"type":"string"},"addressGuid":{"type":"string"},"last4":{"type":"string"},"cardHolderName":{"type":"string"},"cardExpirationMonth":{"type":"string"},"cardExpirationYear":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":"string"},"city":{"type":"string"},"postalCode":{"type":"string"},"stateCode":{"type":"string"},"state":{"type":"string"},"country":{"type":"string"},"costCenterNumber":{"type":"string"}}},"UpdateCreditCardRequest":{"type":"object","properties":{"costCenterNumber":{"type":"string"},"cardNumber":{"type":"string"},"cardHolderName":{"type":"string"},"cardExpirationMonth":{"type":"string"},"cardExpirationYear":{"type":"string"},"addressGuid":{"type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":"string"},"city":{"type":"string"},"postalCode":{"type":"string"},"stateCode":{"type":"string"},"country":{"type":"string"}}},"AddMemberRequest":{"type":"object","properties":{"billingAddress":{"$ref":"#/definitions/BillingAddress"},"certificationItems":{"type":"array","items":{"$ref":"#/definitions/CertificationItem"}},"commissionItems":{"type":"array","items":{"$ref":"#/definitions/CommissionItem"}},"email":{"description":"Email","type":"string"},"emailInterests":{"description":"Email Communication Preferences","type":"array","items":{"type":"string"}},"firstName":{"description":"First Name","type":"string"},"middleName":{"description":"Middle Name","type":"string"},"lastName":{"description":"Last Name","type":"string"},"hotlineExpiration":{"description":"Hotline Expiration date.","type":"string"},"isActive":{"type":"string"},"mergedNNAID":{"format":"int32","type":"integer"},"modifiedDateTime":{"format":"date-time","type":"string"},"nnaid":{"format":"int32","type":"integer"},"nnaMembershipExpirationVal":{"format":"date-time","type":"string"},"nnaMembershipExpiration":{"description":"Hotline Expiration date.","type":"string"},"policies":{"type":"array","items":{"$ref":"#/definitions/PolicyItem"}},"shippingAddressItems":{"type":"array","items":{"$ref":"#/definitions/ShippingAddressItem"}},"signingAgentProfileAccess":{"type":"string"},"notaryTypes":{"type":"array","items":{"type":"string"}},"notaryExperience":{"type":"string"},"monthlyNotarizations":{"type":"string"},"phone":{"type":"string"}}},"BillingAddress":{"type":"object","properties":{"billingAddress1":{"type":"string"},"billingAddress2":{"type":"string"},"billingCity":{"type":"string"},"billingCountry":{"type":"string"},"billingState":{"type":"string"},"billingZip":{"type":"string"}}},"CertificationItem":{"type":"object","properties":{"certificationDate":{"format":"date-time","type":"string"},"certificationExpiration":{"format":"date-time","type":"string"},"certificationType":{"type":"string"},"isProvisionalPass":{"type":"boolean"},"customerCertificationName":{"type":"string"}}},"CommissionItem":{"type":"object","properties":{"commissionAddress1":{"type":"string"},"commissionAddress2":{"type":"string"},"commissionCity":{"type":"string"},"commissionCountry":{"type":"string"},"commissionCounty":{"type":"string"},"commissionCountyCode":{"type":"string"},"commissionEffective":{"type":"string"},"commissionExpires":{"type":"string"},"commissionTypeId":{"format":"int32","type":"integer"},"commissionFax":{"type":"string"},"commissionFirstName":{"type":"string"},"commissionLastName":{"type":"string"},"commissionMiddleName":{"type":"string"},"commissionNumber":{"type":"string"},"commissionPhone":{"type":"string"},"commissionState":{"type":"string"},"commissionSuffix":{"type":"string"},"commissionZip":{"type":"string"}}},"PolicyItem":{"type":"object","properties":{"coverage":{"format":"int32","type":"integer"},"effectiveDateVal":{"format":"date-time","type":"string"},"effectiveDate":{"description":"Policy Effective Date.","type":"string"},"expirationDateVal":{"format":"date-time","type":"string"},"expirationDate":{"description":"Policy Effective Date.","type":"string"},"policyNumber":{"type":"string"},"sku":{"type":"string"},"state":{"type":"string"},"termLength":{"type":"string"},"type":{"type":"string"}}},"ShippingAddressItem":{"type":"object","properties":{"addressGuid":{"type":"string"},"isDefault":{"type":"string"},"isPoBox":{"type":"string"},"shipAddress1":{"type":"string"},"shipAddress2":{"type":"string"},"shipCity":{"type":"string"},"shipCountry":{"type":"string"},"shipState":{"type":"string"},"shipZip":{"type":"string"}}},"AddMemberResponse":{"type":"object","properties":{"friendlyUserName":{"format":"int32","type":"integer"}}},"NotarySearchResults":{"description":"Represents notary search results","required":["requestedPage","requestedCount","totalCount","totalPages","timestampUtc","filters","items"],"type":"object","properties":{"stateListItems":{"type":"array","items":{"$ref":"#/definitions/NotarySummary"}},"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of notaries per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of notaries found based the the search filters.","type":"integer"},"totalPages":{"format":"int32","description":"The total number of notaries found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of notaries that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/NotarySummary"}}}},"NotarySummary":{"description":"Represents notary summary information.","required":["personGuid","firstName","lastName","email","isActive","isActiveMember","isTrainingCurrent","isMobile","acceptsEDoc","isBackgroundCheckPassed","experienceInYears","rank"],"type":"object","properties":{"notaryEssentialsOrderDate":{"format":"date-time","description":"The most recent date that the Notary Essentials course was ordered.","type":"string"},"notaryEssentialsStatus":{"format":"int32","description":"0=Unknown, 1=Incomplete, 2=Passed.","enum":[0,1,2],"type":"integer"},"notaryEssentialsStatusText":{"type":"string"},"membershipExpirationDate":{"format":"date-time","description":"The most recent date that the Notary Essentials course was taken.","type":"string"},"externalEmployeeId":{"description":"External Employee Id, stores Chase SID","type":"string"},"isUser":{"description":"IsUser","type":"boolean"},"isAdministrator":{"description":"IsAdministrator","type":"boolean"},"isAllowedToPlaceOrder":{"description":"Is notary allowed to order","type":"boolean"},"isB2b":{"description":"IsB2b","type":"boolean","readOnly":true},"isB2c":{"description":"IsB2c","type":"boolean","readOnly":true},"commissions":{"type":"array","items":{"$ref":"#/definitions/CommissionSummary"},"readOnly":true},"costCenter":{"description":"CostCenter for B2B Notaries","type":"string"},"organizationGuid":{"description":"A globally unique identifier that identifies the organization.","type":"string"},"organizationName":{"description":"The organization name.","type":"string"},"isNotaryOrganizationActive":{"type":"boolean"},"organizationMemberTransactionType":{"format":"int32","enum":[0,1,2],"type":"integer"},"organizationStatus":{"format":"int32","description":"0=Unknown, 1=Active, 2=InActive, 3=OnCreditHold.","enum":[0,1,2,3],"type":"integer"},"organizationStatusText":{"type":"string"},"commissionName":{"type":"string"},"commissionNumber":{"type":"string"},"commissionStateCode":{"type":"string"},"stateCode":{"type":"string"},"expirationDate":{"format":"date-time","type":"string"},"prospectId":{"format":"int64","type":"integer"},"eoExpirationDate":{"format":"date-time","type":"string"},"hotlineExpirationDate":{"format":"date-time","type":"string"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"},"isLockedOut":{"type":"boolean"},"addressLine1":{"type":"string"},"addressLine2":{"type":"string"},"onholdStatusGuid":{"type":"string"},"isB2bNet30":{"type":"boolean"},"paymentholdReason":{"type":"string"},"insuranceholdReason":{"type":"string"},"commissionholdReason":{"type":"string"},"isPaymentHold":{"type":"boolean"},"isInsuranceHold":{"type":"boolean"},"isCommissionHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"},"recordType":{"format":"int32","enum":[0,1,2],"type":"integer"},"personGuid":{"description":"A globally unique identifier that identifies the person.","type":"string"},"friendlyUserName":{"format":"int32","description":"The friendly username","type":"integer"},"firstName":{"description":"The notary's first name.","type":"string"},"middleName":{"description":"The notary's middle name.","type":"string"},"lastName":{"description":"The notary's last name.","type":"string"},"title":{"description":"The notary's title.","type":"string"},"suffix":{"description":"The notary's suffix.","type":"string"},"email":{"description":"The notary's email address.","type":"string"},"phone":{"description":"The notary's phone number.","type":"string"},"city":{"description":"The notary's city.","type":"string"},"postalCode":{"description":"The notary's postal code or zip code.","type":"string"},"latitude":{"format":"double","description":"The geo-latitude.","type":"number"},"longitude":{"format":"double","description":"The geo-longitude.","type":"number"},"distanceInMiles":{"format":"double","description":"The notary's distance in miles.","type":"number"},"isActive":{"description":"If true, the notary is currently active","type":"boolean"},"isActiveMember":{"description":"If true, the notary is an active member of the NNA","type":"boolean"},"isTrainingCurrent":{"description":"If true, the compliance training is current, otherwise the compliance training is not current.","type":"boolean"},"trainingCompletionDate":{"format":"date-time","description":"The most recent date that the compliance training was finished.","type":"string"},"notaryEssentialsCompletionDate":{"format":"date-time","description":"The most recent date that the Notary Essentials course was taken.","type":"string"},"isMobile":{"description":"If true, the notary is mobile, otherwise they're not mobile.","type":"boolean"},"acceptsEDoc":{"description":"If true, the notary accepts EDocs, otherwise they don't accept EDocs.","type":"boolean"},"backgroundCheckPassedDate":{"format":"date-time","description":"The date of the successful background check.","type":"string"},"isBackgroundCheckPassed":{"description":"If true, the background screen was successful, otherwise the screen was not successful, or not done.","type":"boolean"},"experienceInYears":{"format":"int32","description":"The years of experience.","type":"integer"},"profilePictureUrl":{"description":"The URL of the profile picture.","type":"string"},"rank":{"format":"int32","description":"The list rank. A lower rank is higher on the list.","type":"integer"},"addresses":{"type":"array","items":{"$ref":"#/definitions/AddressSummary"}},"phones":{"type":"array","items":{"$ref":"#/definitions/Phone"}},"emailAddresses":{"type":"array","items":{"$ref":"#/definitions/EmailAddress"}}}},"CommissionSummary":{"description":"Represents a notary commission (also called 'appointment').","type":"object","properties":{"commissionNumber":{"description":"The commission number.","type":"string"},"expirationDate":{"format":"date-time","description":"The commission expiration date.","type":"string"},"commisionTypeId":{"format":"int32","description":"The commission type id.","type":"integer"},"commisionTypeName":{"description":"The commission type name.","type":"string"},"stateCode":{"description":"The two letter code for the commission state.","type":"string"},"commissionName":{"type":"string"}}},"AddressSummary":{"description":"Represents an address.","required":["addressType","city","postalCode","stateCode"],"type":"object","properties":{"addressType":{"format":"int32","description":"1=Billing, 2=Residential, 3=Business, 4=LoanDocDelivery, 5=Commission, 6=SigningAgentAddress, 7=NotaryAddress","enum":[0,1,2,3,4,5,6,7,8,9,10],"type":"integer"},"city":{"description":"The city.","type":"string"},"postalCode":{"description":"The postal code or zip code.","type":"string"},"latitude":{"format":"double","description":"The geo-latitude.","type":"number"},"longitude":{"format":"double","description":"The geo-longitude.","type":"number"},"stateCode":{"description":"The two letter code for the state.","type":"string"},"addressLine1":{"type":"string"},"addressLine2":{"type":"string"},"distanceInMiles":{"format":"double","type":"number"},"isSearchMatch":{"type":"boolean"},"isPrimary":{"type":"boolean"}}},"NotaryPostalCodeSearchResults":{"description":"Represents notary search results.","required":["requestedPage","requestedCount","totalCount","timestampUtc","city","stateCode","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of notaries per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of notaries found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"city":{"description":"The city that the postal code is in.","type":"string"},"county":{"description":"The county that the postal code is in.","type":"string"},"stateCode":{"description":"The state that the postal code is in.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of notaries that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/NotarySummary"}}}},"UpdateNotaryRequest":{"description":"Represents a request to update a notary.","required":["firstName","lastName","isAttorney","isMobile","isENotary","acceptsEDocs","hasLaptop","hasDigitalSeal","laserPrinter","travelRadiusInMiles","experienceInYears","isAllowedToPlaceOrder","isAdministrator"],"type":"object","properties":{"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"firstName":{"description":"The notary's first name.","type":"string"},"middleName":{"description":"The notary's middle name.","type":"string"},"lastName":{"description":"The notary's last name.","type":"string"},"title":{"description":"The notary's title.","type":"string"},"suffix":{"description":"The notary's suffix.","type":"string"},"email":{"description":"The notary's email address.","type":"string"},"isAttorney":{"description":"If true, the notary is an attorney, otherwise the notary is not an attorney.","type":"boolean"},"isMobile":{"description":"If true, the notary is mobile, otherwise the notary is not mobile.","type":"boolean"},"isENotary":{"description":"If true, the notary is an e-Notary, otherwise the notary is not an e-Notary.","type":"boolean"},"acceptsEDocs":{"description":"If true, the notary accepts eDocs, otherwise the notary does not accept eDocs.","type":"boolean"},"hasLaptop":{"description":"If true, the notary has a laptop computer, otherwise the notary does not have a laptop computer.","type":"boolean"},"hasDigitalSeal":{"description":"If true, the notary has a digital seal, otherwise the notary does not have a digital seal.","type":"boolean"},"laserPrinter":{"description":"If true, the notary has a laser printer, otherwise the notary does not have a laser printer.","type":"boolean"},"travelRadiusInMiles":{"format":"int32","description":"The notary's travel radius in miles.","type":"integer"},"experienceInYears":{"format":"int32","description":"The notary's years of experience.","type":"integer"},"additionalInfo":{"description":"Additional information provided by the notary.","type":"string"},"adminComments":{"description":"Administrator comments.","type":"string"},"costCenter":{"description":"Cost Center for B2B Notaries","type":"string"},"isAllowedToPlaceOrder":{"description":"If true, the customer is allowed to place an order, otherwise they are not allowed to.","type":"boolean"},"isAdministrator":{"description":"If true, the notary will be an administrator.","type":"boolean"},"externalEmployeeId":{"description":"External Employee Id of notary.","type":"string"},"monthlyNotarizationId":{"format":"int32","description":"Id of Monthly Notarization Type.","type":"integer"},"notaryExperienceId":{"format":"int32","description":"Id of Notary Experience","type":"integer"},"commissionStatusId":{"format":"int32","description":"Id of Commission Status.","type":"integer"},"organizationGuid":{"description":"Id of Organization","type":"string"},"addresses":{"type":"array","items":{"$ref":"#/definitions/Address"}},"notaryTypes":{"type":"array","items":{"$ref":"#/definitions/NotaryType"}},"commissionAddress":{"$ref":"#/definitions/Address"},"onHoldStatus":{"$ref":"#/definitions/UpdateOnholdStatusRequest"},"commissions":{"type":"array","items":{"$ref":"#/definitions/Commission"}},"phones":{"description":"Phone numbers.","type":"array","items":{"$ref":"#/definitions/Phone"}}}},"UpdateOnholdStatusRequest":{"type":"object","properties":{"onHoldStatusGuid":{"type":"string"},"subjectGuid":{"type":"string"},"isPaymentHold":{"type":"boolean"},"isInsuranceHold":{"type":"boolean"},"isCommissionHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"createdAtUtc":{"format":"date-time","type":"string"},"lastUpdateUtc":{"format":"date-time","type":"string"},"paymentHoldReason":{"type":"string"},"insuranceHoldReason":{"type":"string"},"commissionHoldReason":{"type":"string"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"},"isOnholdPayment":{"type":"boolean"}}},"NotaryDetails":{"description":"Represents a notary.","required":["personGuid","personId","firstName","lastName","email","isActiveMember"],"type":"object","properties":{"personGuid":{"description":"A globally unique identifier that identifies the person.","type":"string"},"personId":{"format":"int32","description":"A database identifier that identifies the person.","type":"integer"},"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"firstName":{"description":"First name.","type":"string"},"middleName":{"description":"Middle name.","type":"string"},"lastName":{"description":"Last name.","type":"string"},"email":{"description":"Email address.","type":"string"},"isActiveMember":{"description":"If true, the signing agent is an active member of the NNA, otherwise the signing agent is not an active member.","type":"boolean"},"creditAmount":{"format":"double","description":"The available Credit Ammount.","type":"number"},"commission":{"$ref":"#/definitions/Commission","description":"The Commision Info"},"onHoldSummary":{"$ref":"#/definitions/OnHoldSummary"},"commissionAddress":{"$ref":"#/definitions/Address","description":"The Commision Address"},"shippingAddress":{"$ref":"#/definitions/Address","description":"The Commision Address"},"phone":{"$ref":"#/definitions/Phone","description":"The Primary Phone"},"isSigningAgent":{"description":"This property will be used by the UI to show/hide signing agent tab","type":"boolean"}}},"OnHoldSummary":{"description":"Represents a notary commission (also called 'appointment').","type":"object","properties":{"subjectGuid":{"type":"string"},"onHoldStatusGuid":{"type":"string"},"isPaymentHold":{"type":"boolean"},"isInsuranceHold":{"type":"boolean"},"isCommissionHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"createdAtUtc":{"format":"date-time","type":"string"},"lastUpdateUtc":{"format":"date-time","type":"string"},"paymentHoldReason":{"type":"string"},"insuranceHoldReason":{"type":"string"},"commissionHoldReason":{"type":"string"},"isB2bNet30":{"type":"boolean"},"organizationId":{"format":"int32","type":"integer"},"organizationName":{"type":"string"},"memberTransactionType":{"format":"int32","type":"integer"},"personId":{"format":"int32","type":"integer"},"personName":{"type":"string"},"emailAddress":{"type":"string"},"friendlyUserName":{"type":"string"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"}}},"AddNotaryRequest":{"description":"Represents a request to add a notary.","required":["personGuid","isAttorney","isMobile","isENotary","acceptsEDocs","hasLaptop","hasDigitalSeal","laserPrinter","travelRadiusInMiles"],"type":"object","properties":{"personGuid":{"description":"A globally unique identifier that identifies the signing agent.","type":"string"},"isAttorney":{"description":"If true, the notary is an attorney, otherwise the notary is not an attorney.","type":"boolean"},"isMobile":{"description":"If true, the notary is mobile, otherwise the notary is not mobile.","type":"boolean"},"isENotary":{"description":"If true, the notary is an e-Notary, otherwise the notary is not an e-Notary.","type":"boolean"},"acceptsEDocs":{"description":"If true, the notary accepts eDocs, otherwise the notary does not accept eDocs.","type":"boolean"},"hasLaptop":{"description":"If true, the notary has a laptop computer, otherwise the notary does not have a laptop computer.","type":"boolean"},"hasDigitalSeal":{"description":"If true, the notary has a digital seal, otherwise the notary does not have a digital seal.","type":"boolean"},"laserPrinter":{"description":"If true, the notary has a laser printer, otherwise the notary does not have a laser printer.","type":"boolean"},"travelRadiusInMiles":{"format":"int32","description":"The notary's travel radius in miles.","type":"integer"},"experienceInYears":{"format":"int32","description":"The notary's years of experience.","type":"integer"},"additionalInfo":{"description":"Additional information provided by the notary.","type":"string"},"adminComments":{"description":"Administrator comments.","type":"string"},"costCenter":{"description":"Cost Center for B2B Notaries","type":"string"},"isAllowedToPlaceOrder":{"description":"If true, the notary is allowed to place an order, otherwise they are not allowed to.","type":"boolean"},"isAdministrator":{"description":"If true, is an Administrator.","type":"boolean"},"externalEmployeeId":{"description":"External Employee Id of notary.","type":"string"},"monthlyNotarizationId":{"format":"int32","description":"Id of Monthly Notarization Type.","type":"integer"},"notaryExperienceId":{"format":"int32","description":"Id of Notary Experience Type.","type":"integer"},"notaryTypeId":{"format":"int32","description":"Id of Notary Type.","type":"integer"},"commissionStatusId":{"format":"int32","description":"Id of Commission Status.","type":"integer"},"organizationGuid":{"description":"Id of Organization","type":"string"},"addresses":{"type":"array","items":{"$ref":"#/definitions/Address"}},"commissionAddress":{"$ref":"#/definitions/Address"},"onHoldStatus":{"$ref":"#/definitions/AddOnholdStatusRequest"},"commissions":{"type":"array","items":{"$ref":"#/definitions/Commission"}},"notaryTypes":{"type":"array","items":{"$ref":"#/definitions/NotaryType"}},"phones":{"description":"Phone numbers.","type":"array","items":{"$ref":"#/definitions/Phone"}}}},"AddOnholdStatusRequest":{"type":"object","properties":{"onHoldStatusGuid":{"type":"string"},"subjectGuid":{"type":"string"},"isPaymentHold":{"type":"boolean"},"isInsuranceHold":{"type":"boolean"},"isCommissionHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"createdAtUtc":{"format":"date-time","type":"string"},"lastUpdateUtc":{"format":"date-time","type":"string"},"paymentHoldReason":{"type":"string"},"insuranceHoldReason":{"type":"string"},"commissionHoldReason":{"type":"string"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"}}},"ApplyBalancePaymentRequest":{"required":["paymentAmount"],"type":"object","properties":{"paymentAmount":{"format":"double","type":"number"},"sendMessage":{"type":"boolean"}}},"MonthlyNotarizationsEnum":{"type":"object","properties":{"monthlyNotarizationId":{"format":"int32","type":"integer"},"monthlyNotarizationType":{"type":"string"}}},"NotaryExperienceEnum":{"type":"object","properties":{"notaryExperienceId":{"format":"int32","type":"integer"},"notaryExperienceType":{"type":"string"}}},"CommissionStatus":{"type":"object","properties":{"commissionStatusId":{"format":"int32","type":"integer"},"commissionStatusValue":{"type":"string"}}},"AddCommissionRequest":{"description":"Represents a request to add a commission.","required":["commissionGuid","commissionName","stateCode"],"type":"object","properties":{"commissionGuid":{"description":"A globally unique identifier that identifies the commission.","type":"string"},"commissionName":{"description":"The commission name.","type":"string"},"commissionNumber":{"description":"The commission number.","type":"string"},"startDate":{"format":"date-time","description":"The commission start date.","type":"string"},"expirationDate":{"format":"date-time","description":"The commission expiration date.","type":"string"},"commissionTypeId":{"format":"int32","description":"The commission type id.","type":"integer"},"stateCode":{"description":"The two letter code for the commission state.","type":"string"},"countyGuid":{"description":"The commission county identifier.","type":"string"},"countyName":{"description":"The commission county name.","type":"string"},"countyCode":{"description":"The commission county code.","type":"string"},"residenceCountyGuid":{"description":"The residence county identifier.","type":"string"},"residenceCountyName":{"description":"The residence county name.","type":"string"},"residenceCountyCode":{"description":"The residence county code.","type":"string"},"postalCode":{"description":"The commission postal code.","type":"string"},"isNonResident":{"type":"boolean"}}},"UpdateCommissionRequest":{"description":"Represents a request to add a commission.","required":["commissionName","stateCode"],"type":"object","properties":{"commissionName":{"description":"The commission name.","type":"string"},"commissionNumber":{"description":"The commission number.","type":"string"},"startDate":{"format":"date-time","description":"The commission start date.","type":"string"},"expirationDate":{"format":"date-time","description":"The commission expiration date.","type":"string"},"commissionTypeId":{"format":"int32","description":"The commission type id.","type":"integer"},"stateCode":{"description":"The two letter code for the commission state.","type":"string"},"countyGuid":{"description":"The commission county identifier.","type":"string"},"countyName":{"description":"The commission county name.","type":"string"},"countyCode":{"description":"The commission county code.","type":"string"},"residenceCountyGuid":{"description":"The residence county identifier.","type":"string"},"residenceCountyName":{"description":"The residence county name.","type":"string"},"residenceCountyCode":{"description":"The residence county code.","type":"string"},"isActive":{"description":"If true, the commission active, otherwise the commission is not active.","type":"boolean"},"postalCode":{"description":"The commission postal code.","type":"string"},"isNonResident":{"type":"boolean"},"bypassThrottling":{"description":"Bypass commission update throttling","type":"boolean"}}},"AddLanguageRequest":{"description":"Represents a request to add a language.","type":"object","properties":{"code":{"description":"The ISO 639x code.","type":"string"}}},"AddMobilePlatformRequest":{"description":"Represents a request to add a mobile platform.","type":"object","properties":{"mobilePlatformGuid":{"description":"A globally unique identifier that identifies the mobile platform.","type":"string"}}},"AddServiceCountyRequest":{"description":"Represents a request to add a service county.","required":["countyGuid"],"type":"object","properties":{"countyGuid":{"description":"A globally unique identifier that identifies the county.","type":"string"}}},"AddServiceDayRequest":{"description":"Represents a request to add a service day.","required":["dayOfWeek"],"type":"object","properties":{"dayOfWeek":{"format":"int32","description":"0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday","enum":[0,1,2,3,4,5,6],"type":"integer"},"hours":{"description":"A list of hour ranges within a day of the week.","type":"array","items":{"$ref":"#/definitions/Range[TimeSpan]"},"readOnly":true}}},"SystemProviderByType":{"type":"object","properties":{"systemProviderTypeId":{"format":"int32","type":"integer"},"systemProviderTypeName":{"type":"string"},"description":{"type":"string"},"systemProviders":{"type":"array","items":{"$ref":"#/definitions/SystemProvider"}}}},"SystemProvider":{"type":"object","properties":{"systemProviderId":{"format":"int32","type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"systemProviderTypeId":{"format":"int32","type":"integer"},"systemProviderType":{"$ref":"#/definitions/SystemProviderType"}}},"SystemProviderType":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}},"UpdateServiceDayRequest":{"description":"Represents a request to add a service day.","type":"object","properties":{"hours":{"description":"A list of hour ranges within a day of the week.","type":"array","items":{"$ref":"#/definitions/Range[TimeSpan]"},"readOnly":true}}},"AddSpecialBusinessDesignationRequest":{"description":"Represents a request to add a special business designation.","required":["specialBusinessDesignationGuid"],"type":"object","properties":{"specialBusinessDesignationGuid":{"description":"A globally unique identifier that identifies the special business designation.","type":"string"}}},"PlatformEvent":{"description":"Represents a platform event.","required":["eventName","eventUri","request"],"type":"object","properties":{"eventName":{"description":"The platform event name.","type":"string"},"eventUri":{"description":"The platform event URI.","type":"string"},"messageId":{"description":"A globally unique identifier that represents the message.","type":"string"},"userId":{"description":"A globally unique identifier of the user that sent the request.","type":"string"},"entityId":{"description":"A globally unique identifier that represents the entity.","type":"string"},"request":{"$ref":"#/definitions/Object","description":"The platform event data."}}},"AribaNotary":{"required":["companyId"],"type":"object","properties":{"companyId":{"description":"Identifies the organization","type":"string"},"employeeId":{"description":"Identifies the notary","type":"string"},"emailAddress":{"description":"Notary's emailaddress","type":"string"},"firstName":{"description":"Notary's first name","type":"string"},"lastName":{"description":"Notary's last name","type":"string"},"addresses":{"description":"Notary address list","type":"array","items":{"$ref":"#/definitions/Address"}}}},"Comment":{"required":["commentGuid","commentType","commentDescription","createdBy","createdAtUtc","modifiedBy"],"type":"object","properties":{"commentGuid":{"description":"A globally unique identifier that identifies the comment.","type":"string"},"commentType":{"format":"int32","description":"1 = BOND,2 = DISP,3 = GENC,4 = HOTL,5 = INFO ,6 = STAP","enum":[0,1,2,3,4,5,6],"type":"integer"},"commentDescription":{"description":"Comment Description","type":"string"},"createdBy":{"description":"Unique Identifier of NNA Admin or Notary Admin who made the change.","type":"string"},"createdByName":{"description":"Name of the NNA Admin or Notary Admin who made the change.","type":"string"},"createdAtUtc":{"format":"date-time","description":"DateTime when the comment was created.","type":"string"},"lastUpdatedAtUtc":{"format":"date-time","description":"DateTime when the comment was last modified.","type":"string"},"personGuid":{"type":"string"},"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"modifiedBy":{"type":"string"},"modifiedByName":{"type":"string"}}},"AddCommentRequest":{"type":"object","properties":{"commentGuid":{"description":"A globally unique identifier that identifies the comment.","type":"string"},"commentType":{"format":"int32","description":"1 = BOND,2 = DISP,3 = GENC,4 = HOTL,5 = INFO ,6 = STAP","enum":[0,1,2,3,4,5,6],"type":"integer"},"commentDescription":{"description":"Comment Description","type":"string"},"comments":{"description":"List of Comments object","type":"array","items":{"$ref":"#/definitions/AddCommentRequest"}}}},"CommentResponse":{"type":"object","properties":{"commentGuid":{"description":"A globally unique identifier that identifies the comment.","type":"string"},"commentType":{"format":"int32","description":"1 = BOND,2 = DISP,3 = GENC,4 = HOTL,5 = INFO ,6 = STAP","enum":[0,1,2,3,4,5,6],"type":"integer"},"commentDescription":{"description":"Comment Description","type":"string"},"comments":{"description":"List of Comments object","type":"array","items":{"$ref":"#/definitions/AddCommentRequest"}}}},"CommentListResults":{"description":"Represents customer search results.","required":["requestedCount","totalCount","items"],"type":"object","properties":{"requestedCount":{"format":"int32","description":"The maximum number of comments.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of comments found.","type":"integer"},"items":{"description":"A list of Notary's comments.","type":"array","items":{"$ref":"#/definitions/Comment"}}}},"NotaryApplication":{"type":"object","properties":{"auditLogs":{"$ref":"#/definitions/AuditLogs"},"orderId":{"type":"string"},"barcodeID":{"type":"string"},"status":{"type":"string"}}},"AuditLogs":{"type":"object","properties":{"auditLog":{"type":"array","items":{"$ref":"#/definitions/AuditLog"}}}},"AuditLog":{"type":"object","properties":{"employeeId":{"type":"string"},"details":{"$ref":"#/definitions/Details"},"date":{"type":"string"},"note":{"type":"string"},"status":{"type":"string"}}},"Details":{"type":"object","properties":{"detail":{"type":"array","items":{"type":"string"}}}},"QualificationTypeResponse":{"type":"object","properties":{"qualificationTypeId":{"format":"int32","type":"integer"},"qualificationTypeName":{"type":"string"}}},"LmsQualificationRequest":{"type":"object","properties":{"duesType":{"type":"string"},"nnaId":{"format":"int32","type":"integer"},"productCode":{"type":"string"}}},"IInsurancePolicy":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"insurancePolicyGuid":{"type":"string","readOnly":true},"insurancePolicyTypeId":{"format":"int32","type":"integer"},"subjectGuid":{"type":"string"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"},"term":{"format":"double","type":"number"},"policyNumber":{"type":"string"},"coverageAmount":{"format":"double","type":"number"},"state":{"type":"string"},"certificateImageUrl":{"type":"string"},"isActive":{"type":"boolean","readOnly":true},"createdAtUtc":{"format":"date-time","type":"string"},"lastUpdateUtc":{"format":"date-time","type":"string"},"insurancePolicyType":{"$ref":"#/definitions/InsurancePolicyType"}}},"InsurancePolicyType":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"insurancePolicyTypeGuid":{"type":"string"},"cacheKey":{"type":"string"},"insurancePolicyCategoryId":{"format":"int32","type":"integer"},"insurancePolicyCategory":{"format":"int32","enum":[1,2],"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"createdAtUtc":{"format":"date-time","type":"string"},"casIdentifier":{"type":"string"},"modifyRole":{"type":"string"},"attributes":{"type":"array","items":{"$ref":"#/definitions/Attribute"}}}},"Attribute":{"type":"object","properties":{"attributeId":{"format":"int32","type":"integer"},"subjectGuid":{"type":"string"},"attributeName":{"type":"string"},"description":{"type":"string"},"qualifyAs":{"format":"int32","enum":[0,1,2,3,4,5,6],"type":"integer"},"displayName":{"type":"string"},"isRequired":{"type":"boolean"},"textMinChars":{"format":"int32","type":"integer"},"textMaxChars":{"format":"int32","type":"integer"},"textRegEx":{"type":"string"},"quantityRangeStart":{"format":"double","type":"number"},"quantityRangeEnd":{"format":"double","type":"number"},"quantityUnitOfMeasureGuid":{"type":"string"},"quantityUnitOfMeasureName":{"type":"string"},"dateTimeRangeStartUtc":{"format":"date-time","type":"string"},"dateTimeRangeEndUtc":{"format":"date-time","type":"string"},"enumerationGuid":{"type":"string"},"enumerationName":{"type":"string"}}},"OrganizationSearchResults":{"description":"Represents organization search results.","required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of organizations per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of organizations found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of organizations that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/OrganizationSummary"}}}},"OrganizationSummary":{"description":"Represents an organization.","required":["organizationGuid","organizationType","organizationName","pocName","pocEmail","isActive","isApproved"],"type":"object","properties":{"organizationGuid":{"description":"A globally unique identifier that identifies the organization.","type":"string"},"organizationType":{"format":"int32","description":"0=Unknown, 1=Lender, 2=ClosingAgent, 3=EscrowOrTitle, 4=FieldServices, 5=NationwideSigningCompany, 6=RegionalSigningNetwork, 7=NationwideSigningNetwork, 8=Other, 9=CreditUnion, 10=TitleCompany, 11=LegalServices, 12=EscrowServices, 13=MortgageBroker, 14=Insurance, 15=Healthcare, 16=Education, 17=Government, 18=Fortune500, 19=Consulting, 20=Association, 21=BusinessServices, 22=RealEstate, 23=FederalStateAgency","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"type":"integer"},"organizationName":{"description":"The name of the organization.","type":"string"},"description":{"description":"A description of the organization.","type":"string"},"pocName":{"description":"The point of contact name.","type":"string"},"pocEmail":{"description":"The point of contact email address.","type":"string"},"pocUserName":{"description":"The point of contact userName.","type":"string"},"logoUrl":{"description":"A URL for the organization logo.","type":"string"},"websiteUrl":{"description":"A URL for the organization website.","type":"string"},"isActive":{"description":"If true, the organization is active. Otherwise, the organization is not active.","type":"boolean"},"organizationStatus":{"format":"int32","description":"The status of the organization.","enum":[0,1,2,3],"type":"integer"},"isApproved":{"description":"If true, the organization is approved. Otherwise, the organization is not approved.","type":"boolean"},"addressLine1":{"description":"The street of the address.","type":"string"},"addressLine2":{"description":"Additional address information such as suite, apartment number, etc.","type":"string"},"city":{"description":"The city .","type":"string"},"postalCode":{"description":"The postal code or zip code.","type":"string"},"stateCode":{"description":"The two letter code for the state.","type":"string"},"latitude":{"format":"double","description":"The geo-latitude.","type":"number"},"longitude":{"format":"double","description":"The geo-longitude.","type":"number"},"phone":{"description":"The business phone number.","type":"string"},"extension":{"description":"The business phone extension.","type":"string"},"fax":{"description":"The fax number.","type":"string"},"careOf":{"description":"C/O or Attn AddressLine","type":"string"},"externalAccountId":{"description":"company account number","type":"string"},"creditCardRequired":{"description":"Is CreditCard Required","type":"boolean"},"memberTransactionType":{"format":"int32","description":"0=Unknown, 1=B2B, 2=B2C","enum":[0,1,2],"type":"integer"},"onholdStatusGuid":{"type":"string"},"isB2bNet30":{"type":"boolean"},"paymentholdReason":{"type":"string"},"isPaymentHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"},"upsAccountNumber":{"description":"UPS account number, if UPS can bill shipping directly to organization","type":"string"}}},"AddOrganizationRequest":{"required":["organizationType","organizationName","organizationGuid","isActive","isApproved"],"type":"object","properties":{"organizationType":{"format":"int32","description":"0=Unknown, 1=Lender, 2=ClosingAgent, 3=EscrowOrTitle, 4=FieldServices, 5=NationwideSigningCompany, 6=RegionalSigningNetwork, 7=NationwideSigningNetwork, 8=Other, 9=CreditUnion, 10=TitleCompany, 11=LegalServices, 12=EscrowServices, 13=MortgageBroker, 14=Insurance, 15=Healthcare, 16=Education, 17=Government, 18=Fortune500, 19=Consulting, 20=Association, 21=BusinessServices, 22=RealEstate, 23=FederalStateAgency","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"type":"integer"},"organizationName":{"description":"The name of the organization.","type":"string"},"organizationGuid":{"description":"Unique Identifier for the Organization.","type":"string"},"description":{"description":"A description of the organization.","type":"string"},"websiteUrl":{"description":"A URL for the organization website.","type":"string"},"isActive":{"description":"If true, the organization is active. Otherwise, the organization is not active.","type":"boolean"},"organizationStatus":{"format":"int32","description":"The status of the organization.","enum":[0,1,2,3],"type":"integer"},"logoId":{"description":"The organization logo Id.","type":"string"},"isApproved":{"description":"If true, the organization is approved. Otherwise, the organization is not approved.","type":"boolean"},"termsAccepted":{"description":"If true, the terms are accepted. Otherwise, the terms are not accepted, or they are unknown.","type":"boolean"},"procurementOrganizationId":{"description":"The ProcurementOrganizationId from externals integrations (ariba, wellsFargo)","type":"string"},"externalAccountId":{"description":"An external account number.","type":"string"},"accountExecutiveId":{"format":"int32","description":"The accountId for the organization.","type":"integer"},"accountType":{"format":"int32","description":"0=Unknown, 1=House, 2=A, 3=B","enum":[0,1,2,3],"type":"integer"},"creditCardRequired":{"description":"If true, a credit card is required. Otherwise, a credit card is not required.","type":"boolean"},"orderApprovalRequired":{"description":"If true, order approval is required. Otherwise, order approval is not required.","type":"boolean"},"receiveEmails":{"description":"If true, the partner can receive emails. Otherwise, the partner cannot receive emails.","type":"boolean"},"mailSolicitations":{"description":"If true, the partner can receive mail solicitations. Otherwise, the partner cannot receive mail solicitations.","type":"boolean"},"orderSupplies":{"description":"If true, the partner can order supplies. Otherwise, the partner cannot order supplies.","type":"boolean"},"taxExempt":{"description":"If true, the partner is tax exempt. Otherwise, the partner is not tax exempt.","type":"boolean"},"taxExemptNumber":{"description":"The tax exempt number.","type":"string"},"creditLimit":{"format":"double","description":"The credit limit.","type":"number"},"isCostCenterRequired":{"description":"If true, the partner has a cost center. Otherwise, the partner does not have a cost center.","type":"boolean"},"useAlternateAddress":{"description":"If true, an alternate address may be used. Otherwise, an alternate address may not be used.","type":"boolean"},"notaries":{"format":"int32","description":"The number of notaries.","type":"integer"},"locations":{"format":"int32","description":"The number of locations.","type":"integer"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"instructionPath":{"type":"string"},"instructionFormat":{"type":"string"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"},"pocName":{"description":"The point of contact name.","type":"string"},"pocEmail":{"description":"The point of contact email address.","type":"string"},"memberTransactionType":{"format":"int32","description":"0=Unknown, 1=B2B, 2=B2C","enum":[0,1,2],"type":"integer"},"addresses":{"type":"array","items":{"$ref":"#/definitions/AddressRequest"}},"phones":{"type":"array","items":{"$ref":"#/definitions/PhoneRequest"}},"billingInfo":{"type":"array","items":{"$ref":"#/definitions/AddCreditCardRequest"}},"contacts":{"type":"array","items":{"$ref":"#/definitions/ContactRequest"}},"groups":{"type":"array","items":{"$ref":"#/definitions/Group"}},"isExternalEmployeeIdRequired":{"type":"boolean"}}},"AddressRequest":{"required":["addressType","addressLine1","city","postalCode","stateCode"],"type":"object","properties":{"addressGuid":{"description":"A globally unique identifier that identifies the address.","type":"string"},"countyGuid":{"description":"A globally unique identifier that represents a county.","type":"string"},"addressType":{"format":"int32","description":"1=Billing, 2=Residential, 3=Business, 4=LoanDocDelivery, 5=Commission, 6=SigningAgentAddress, 7=NotaryAddress","enum":[0,1,2,3,4,5,6,7,8,9,10],"type":"integer"},"addressLine1":{"description":"The street of the address.","type":"string"},"addressLine2":{"description":"Additional address information such as suite, apartment number, etc.","type":"string"},"city":{"description":"The city.","type":"string"},"postalCode":{"description":"The postal code or zip code.","type":"string"},"stateCode":{"description":"The two letter code for the state.","type":"string"},"country":{"description":"The three letter code for the country. The default is 'USA'.","type":"string"},"description":{"description":"A description for the address.","type":"string"},"geoCode":{"description":"If true, throw an error if geocoding failed.","type":"boolean"},"careOf":{"description":"C/O or Attn Address Line","type":"string"},"isPrimary":{"description":"If true, Address is primary.","type":"boolean"}}},"PhoneRequest":{"required":["phoneNumber"],"type":"object","properties":{"phoneGuid":{"description":"A globally unique identifier that identifies the phone.","type":"string"},"phoneNumber":{"description":"The phone number.","type":"string"},"phoneType":{"format":"int32","description":"0=Unknown, 1=Mobile, 2=Home, 3=Business, 4=Fax, 5=Day, 6=Evening","enum":[0,1,2,3,4,5,6,7,8],"type":"integer"},"hasSmsSupport":{"description":"If true, the phone is capable of receiving SMS messages, otherwise it is not SMS capable.","type":"boolean"},"optOutSms":{"description":"If true, opt out of receiving SMS messages, otherwise allow SMS messages.","type":"boolean"},"isVerified":{"description":"If true, the phone number has been verified.","type":"boolean"},"description":{"description":"A short description of the phone.","type":"string"},"phoneNumberExtension":{"description":"Phone extension.","type":"string"},"isPrimary":{"description":"If true, the phone number isPrimary.","type":"boolean"}}},"ContactRequest":{"required":["firstName","lastName","contactType","organizationGuid"],"type":"object","properties":{"contactGuid":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"contactType":{"format":"int32","enum":[0,1,2,3,4,5],"type":"integer"},"address":{"$ref":"#/definitions/AddressRequest"},"emailAddress":{"$ref":"#/definitions/EmailAddress"},"phone":{"$ref":"#/definitions/Phone"},"organizationGuid":{"type":"string"},"isPrimary":{"type":"boolean"}}},"Group":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"issuerId":{"format":"int32","type":"integer"},"activeDirectoryObjectId":{"type":"string"},"name":{"type":"string"},"mail":{"type":"string"},"description":{"type":"string"},"issuer":{"$ref":"#/definitions/Issuer"},"permissions":{"type":"array","items":{"$ref":"#/definitions/Permission"}}}},"Issuer":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"issuerGuid":{"type":"string"},"name":{"type":"string"},"host":{"type":"string"},"description":{"type":"string"},"permissions":{"type":"array","items":{"$ref":"#/definitions/Permission"}},"groups":{"type":"array","items":{"$ref":"#/definitions/Group"}}}},"Permission":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"issuerId":{"format":"int32","type":"integer"},"name":{"type":"string"},"namespace":{"type":"string"},"description":{"type":"string"},"issuer":{"$ref":"#/definitions/Issuer"},"groups":{"type":"array","items":{"$ref":"#/definitions/Group"}},"operations":{"type":"array","items":{"$ref":"#/definitions/Operation"}}}},"Operation":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"uri":{"type":"string"},"resource":{"type":"string"},"action":{"type":"string"},"method":{"type":"string"},"description":{"type":"string"},"hosts":{"type":"array","items":{"$ref":"#/definitions/Host"}},"permissions":{"type":"array","items":{"$ref":"#/definitions/Permission"}},"isLocked":{"type":"boolean"},"authorizationDisabled":{"type":"boolean"}}},"Host":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"hostname":{"type":"string"},"description":{"type":"string"},"operations":{"type":"array","items":{"$ref":"#/definitions/Operation"}}}},"OrganizationSummaryResults":{"required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of organizations per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of organizations found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of organizations that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/OrganizationSummaryItem"}}}},"OrganizationSummaryItem":{"required":["organizationGuid","organizationType","organizationName","isApproved"],"type":"object","properties":{"organizationGuid":{"description":"A globally unique identifier that identifies the organization.","type":"string"},"organizationType":{"format":"int32","description":"0=Unknown, 1=Lender, 2=ClosingAgent, 3=EscrowOrTitle, 4=FieldServices, 5=NationwideSigningCompany, 6=RegionalSigningNetwork, 7=NationwideSigningNetwork, 8=Other, 9=CreditUnion, 10=TitleCompany, 11=LegalServices, 12=EscrowServices, 13=MortgageBroker, 14=Insurance, 15=Healthcare, 16=Education, 17=Government, 18=Fortune500, 19=Consulting, 20=Association, 21=BusinessServices, 22=RealEstate, 23=FederalStateAgency","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"type":"integer"},"organizationTypeValue":{"description":"0=Unknown, 1=Lender, 2=ClosingAgent, 3=EscrowOrTitle, 4=FieldServices, 5=NationwideSigningCompany, 6=RegionalSigningNetwork, 7=NationwideSigningNetwork, 8=Other, 9=CreditUnion, 10=TitleCompany, 11=LegalServices, 12=EscrowServices, 13=MortgageBroker, 14=Insurance, 15=Healthcare, 16=Education, 17=Government, 18=Fortune500, 19=Consulting, 20=Association, 21=BusinessServices, 22=RealEstate, 23=FederalStateAgency","type":"string"},"organizationName":{"description":"The name of the organization.","type":"string"},"description":{"description":"A description of the organization.","type":"string"},"contactName":{"description":"The contact name for the organization.","type":"string"},"contactEmail":{"description":"The contact email for the organization.","type":"string"},"contactPhone":{"description":"The contact phone for the organization.","type":"string"},"organizationStatus":{"format":"int32","description":"The status of the organization.","enum":[0,1,2,3],"type":"integer"},"organizationStatusValue":{"description":"The status of the organization.","type":"string"},"isApproved":{"description":"If true, the organization is approved. Otherwise, the organization is not approved.","type":"boolean"},"externalAccountId":{"description":"The accountId for the organization.","type":"string"},"accountExecutiveId":{"format":"int32","description":"The ID of the Account Executive for the organization.","type":"integer"},"accountExecutiveName":{"description":"The name of the Account Executive for the organization.","type":"string"},"isCreditCardRequired":{"description":"Is Credit Card required.","type":"boolean"},"memberTransactionType":{"format":"int32","description":"0=Unknown, 1=B2B, 2=B2C","enum":[0,1,2],"type":"integer"},"upsAccountNumber":{"description":"UPS account number, if UPS can bill shipping directly to organization","type":"string"},"onholdStatusGuid":{"type":"string"},"isB2bNet30":{"type":"boolean"},"paymentholdReason":{"type":"string"},"isPaymentHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"}}},"OrganizationStatus":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"status":{"type":"string"}}},"ContactType":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"type":{"type":"string"}}},"Organization":{"description":"Represents an organization, and includes contact information.","required":["organizationGuid","organizationType","organizationName","pocName","pocUserName","pocEmail","isActive","isApproved","accountTypeName","accountType","partnerTypes"],"type":"object","properties":{"organizationGuid":{"description":"A globally unique identifier that identifies the organization.","type":"string"},"organizationType":{"format":"int32","description":"0=Unknown, 1=Lender, 2=ClosingAgent, 3=EscrowOrTitle, 4=FieldServices, 5=NationwideSigningCompany, 6=RegionalSigningNetwork, 7=NationwideSigningNetwork, 8=Other, 9=CreditUnion, 10=TitleCompany, 11=LegalServices, 12=EscrowServices, 13=MortgageBroker, 14=Insurance, 15=Healthcare, 16=Education, 17=Government, 18=Fortune500, 19=Consulting, 20=Association, 21=BusinessServices, 22=RealEstate, 23=FederalStateAgency","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"type":"integer"},"partnerType":{"format":"int32","description":"0=None, 1=Customer, 2=Vendor, 3=Customer | Vendor","enum":[0,1,2],"type":"integer"},"organizationName":{"description":"The name of the organization.","type":"string"},"description":{"description":"A description of the organization.","type":"string"},"pocName":{"description":"The point of contact name.","type":"string"},"pocUserName":{"description":"The point of contact user name.","type":"string"},"pocEmail":{"description":"The point of contact email address.","type":"string"},"logoUrl":{"description":"A URL for the organization logo.","type":"string"},"websiteUrl":{"description":"A URL for the organization website.","type":"string"},"accountExecutiveId":{"format":"int32","description":"Id for the Account Executive","type":"integer"},"memberTransactionType":{"format":"int32","description":"0=Unknown, 1=B2B, 2=B2C","enum":[0,1,2],"type":"integer"},"upsAccountNumber":{"description":"UPS account number, if UPS can bill shipping directly to organization","type":"string"},"isActive":{"description":"If true, the organization is active. Otherwise, the organization is not active.","type":"boolean"},"organizationStatus":{"format":"int32","description":"The status of the organization.","enum":[0,1,2,3],"type":"integer"},"isApproved":{"description":"If true, the organization is approved. Otherwise, the organization is not approved.","type":"boolean"},"procurementOrganizationId":{"description":"the organizationId. from external integrations.","type":"string"},"addresses":{"description":"A list of addresses.","type":"array","items":{"$ref":"#/definitions/Address"},"readOnly":true},"phones":{"description":"A list of phone numbers.","type":"array","items":{"$ref":"#/definitions/Phone"},"readOnly":true},"organizationId":{"format":"int32","type":"integer"},"billingInfo":{"type":"array","items":{"$ref":"#/definitions/CreditCardSummaryResponse"}},"contacts":{"type":"array","items":{"$ref":"#/definitions/Contact"}},"groups":{"type":"array","items":{"$ref":"#/definitions/Group"}},"onholdStatusGuid":{"type":"string"},"isB2bNet30":{"type":"boolean"},"paymentholdReason":{"type":"string"},"isPaymentHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"},"accountTypeName":{"description":"Unknown, House, A, B","type":"string"},"accountType":{"format":"int32","description":"0=Unknown, 1=House, 2=A, 3=B","enum":[0,1,2,3],"type":"integer"},"orderApprovalRequired":{"description":"If true, order approval is required. Otherwise, order approval is not required.","type":"boolean"},"receiveEmails":{"description":"If true, the partner can receive emails. Otherwise, the partner cannot receive emails.","type":"boolean"},"mailSolicitations":{"description":"If true, the partner can receive mail solicitations. Otherwise, the partner cannot receive mail solicitations.","type":"boolean"},"orderSupplies":{"description":"If true, the partner can order supplies. Otherwise, the partner cannot order supplies.","type":"boolean"},"taxExempt":{"description":"If true, the partner is tax exempt. Otherwise, the partner is not tax exempt.","type":"boolean"},"taxExemptNumber":{"description":"The tax exempt number.","type":"string"},"creditLimit":{"format":"double","description":"The credit limit.","type":"number"},"isCostCenterRequired":{"description":"If true, the partner has a cost center. Otherwise, the partner does not have a cost center.","type":"boolean"},"costCenterNumber":{"description":"The cost center number.","type":"string"},"useAlternateAddress":{"description":"If true, an alternate address may be used. Otherwise, an alternate address may not be used.","type":"boolean"},"notaries":{"format":"int32","description":"The number of notaries as submitted by an administrator.","type":"integer"},"locations":{"format":"int32","description":"The number of locations.","type":"integer"},"creditOnHold":{"description":"If true, the partner is on credit hold.","type":"boolean"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"},"isExternalEmployeeIdRequired":{"description":"If true, the partner requires an external employee id.","type":"boolean"},"groupEOInsurances":{"description":"Errors and Omissions insurance for groups.","type":"array","items":{"$ref":"#/definitions/InsurancePolicy"},"readOnly":true},"groupHotlines":{"description":"An NNA hotline membership for groups.","type":"array","items":{"$ref":"#/definitions/Qualification"},"readOnly":true},"nnaGroupEOInsurances":{"description":"NNA Errors and Omissions insurance for groups.","type":"array","items":{"$ref":"#/definitions/InsurancePolicy"},"readOnly":true},"externalAccountId":{"description":"An external account number.","type":"string"},"creditCardRequired":{"description":"If true, a credit card is required. Otherwise, a credit card is not required.","type":"boolean"},"businessPhone":{"$ref":"#/definitions/Phone","description":"The business phone entity."},"businessAddress":{"$ref":"#/definitions/Address","description":"The business address entity."},"partnerTypes":{"description":"A list of partner types.","type":"array","items":{"type":"string"},"readOnly":true}}},"Contact":{"type":"object","properties":{"contactGuid":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"contactType":{"format":"int32","enum":[0,1,2,3,4,5],"type":"integer"},"address":{"$ref":"#/definitions/Address"},"emailAddress":{"$ref":"#/definitions/EmailAddress"},"phone":{"$ref":"#/definitions/Phone"},"organizationGuid":{"type":"string"},"isPrimary":{"type":"boolean"}}},"UpdateOrganizationRequest":{"description":"Represents a request to update an organization.","required":["organizationType","organizationName"],"type":"object","properties":{"organizationType":{"format":"int32","description":"0=Unknown, 1=Lender, 2=ClosingAgent, 3=EscrowOrTitle, 4=FieldServices, 5=NationwideSigningCompany, 6=RegionalSigningNetwork, 7=NationwideSigningNetwork, 8=Other, 9=CreditUnion, 10=TitleCompany, 11=LegalServices, 12=EscrowServices, 13=MortgageBroker, 14=Insurance, 15=Healthcare, 16=Education, 17=Government, 18=Fortune500, 19=Consulting, 20=Association, 21=BusinessServices, 22=RealEstate, 23=FederalStateAgency","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"type":"integer"},"organizationName":{"description":"The name of the organization.","type":"string"},"pocName":{"description":"The point of contact name.","type":"string"},"pocEmail":{"description":"The point of contact email address.","type":"string"},"description":{"description":"A description of the organization.","type":"string"},"websiteUrl":{"description":"A URL for the organization website.","type":"string"},"isActive":{"description":"If true, the organization is active. Otherwise, the organization is not active.","type":"boolean"},"organizationStatus":{"format":"int32","description":"The status of the organization.","enum":[0,1,2,3],"type":"integer"},"logoId":{"description":"The organization logo Id.","type":"string"},"isApproved":{"description":"If true, the organization is approved. Otherwise, the organization is not approved.","type":"boolean"},"termsAccepted":{"description":"If true, the terms are accepted. Otherwise, the terms are not accepted, or they are unknown.","type":"boolean"},"procurementOrganizationId":{"description":"The ProcurementOrganizationId from externals integrations (ariba, wellsFargo)","type":"string"},"pocUserName":{"type":"string"},"externalAccountId":{"description":"An external account number.","type":"string"},"accountExecutiveId":{"format":"int32","description":"The accountId for the organization.","type":"integer"},"accountType":{"format":"int32","description":"0=Unknown, 1=House, 2=A, 3=B","enum":[0,1,2,3],"type":"integer"},"creditCardRequired":{"description":"If true, a credit card is required. Otherwise, a credit card is not required.","type":"boolean"},"orderApprovalRequired":{"description":"If true, order approval is required. Otherwise, order approval is not required.","type":"boolean"},"receiveEmails":{"description":"If true, the partner can receive emails. Otherwise, the partner cannot receive emails.","type":"boolean"},"mailSolicitations":{"description":"If true, the partner can receive mail solicitations. Otherwise, the partner cannot receive mail solicitations.","type":"boolean"},"orderSupplies":{"description":"If true, the partner can order supplies. Otherwise, the partner cannot order supplies.","type":"boolean"},"taxExempt":{"description":"If true, the partner is tax exempt. Otherwise, the partner is not tax exempt.","type":"boolean"},"taxExemptNumber":{"description":"The tax exempt number.","type":"string"},"creditLimit":{"format":"double","description":"The credit limit.","type":"number"},"isCostCenterRequired":{"description":"If true, the partner has a cost center. Otherwise, the partner does not have a cost center.","type":"boolean"},"useAlternateAddress":{"description":"If true, an alternate address may be used. Otherwise, an alternate address may not be used.","type":"boolean"},"notaries":{"format":"int32","description":"The number of notaries.","type":"integer"},"locations":{"format":"int32","description":"The number of locations.","type":"integer"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"isExternalEmployeeIdRequired":{"description":"If true, the partner requires an external employee id.","type":"boolean"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"},"memberTransactionType":{"format":"int32","description":"0=Unknown, 1=B2B, 2=B2C","enum":[0,1,2],"type":"integer"},"addresses":{"type":"array","items":{"$ref":"#/definitions/AddressRequest"}},"phones":{"type":"array","items":{"$ref":"#/definitions/PhoneRequest"}},"billingInfo":{"type":"array","items":{"$ref":"#/definitions/AddCreditCardRequest"}},"contacts":{"type":"array","items":{"$ref":"#/definitions/ContactRequest"}},"groups":{"type":"array","items":{"$ref":"#/definitions/Group"}},"onholdStatusGuid":{"type":"string"},"paymentholdReason":{"type":"string"},"isPaymentHold":{"type":"boolean"},"balanceDue":{"format":"double","type":"number"},"effectiveStartDate":{"format":"date-time","type":"string"},"effectiveEndDate":{"format":"date-time","type":"string"}}},"OrganizationInfoForOrder":{"type":"object","properties":{"organizationId":{"type":"string"},"organizationName":{"type":"string"},"isTaxExempt":{"type":"boolean"},"isCreditCardRequired":{"type":"boolean"},"organizationStatusId":{"format":"int32","type":"integer"},"memberTransactionTypeId":{"format":"int32","type":"integer"},"externalAccountId":{"type":"string"},"addresses":{"type":"array","items":{"$ref":"#/definitions/Address"}}}},"OrganizationNotaryStatistics":{"type":"object","properties":{"totalNotaries":{"format":"int32","type":"integer"},"activeCommissions":{"format":"int32","type":"integer"},"commissionsExpiring90Days":{"format":"int32","type":"integer"},"inactiveNotaries":{"format":"int32","type":"integer"},"activeNotaries":{"format":"int32","type":"integer"}}},"ContactSearchResults":{"required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of customers per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of customers found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of customers that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/Contact"}}}},"UserSearchResults":{"description":"Represents user search results.","required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of users per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of users found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of users that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/UserSummary"}}}},"UserSummary":{"description":"Represents a user.","required":["userGuid","firstName","lastName","emailAddress","isActive"],"type":"object","properties":{"userGuid":{"description":"A globally unique identifier that identifies the user.","type":"string"},"personGuid":{"description":"A globally unique identifier that identifies the user's profile.","type":"string"},"title":{"description":"The user's title. Mr, Mrs, Dr, etc.","type":"string"},"firstName":{"description":"The user's first name.","type":"string"},"lastName":{"description":"The user's last name.","type":"string"},"middleName":{"description":"The user's middle name.","type":"string"},"suffix":{"description":"The user's suffix. Jr, II, MD, etc.","type":"string"},"emailAddress":{"description":"The email address.","type":"string"},"isActive":{"description":"If true, the user's account is active. Otherwise, the user's account is not active.","type":"boolean"},"pictureUrl":{"description":"A URL for the user's profile picture.","type":"string"},"roles":{"description":"List of roles a user is assigned","type":"array","items":{"type":"string"}},"isLockedOut":{"type":"boolean"},"userName":{"description":"The username","type":"string"},"groups":{"description":"List of groups the user belong","type":"array","items":{"$ref":"#/definitions/GroupSumary"}}}},"SigningAgentSearchResults":{"description":"Represents signing agent search results.","required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of signing agents per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of signing agents found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of signing agents that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/SigningAgentSummary"}}}},"SigningAgentSummary":{"description":"Represents signing agent summary information.","required":["isNnaCertified","profileOptIn","personGuid","firstName","lastName","email","isActive","isActiveMember","isTrainingCurrent","isMobile","acceptsEDoc","isBackgroundCheckPassed","experienceInYears","rank"],"type":"object","properties":{"personId":{"format":"int32","type":"integer"},"backgroundScreenedName":{"type":"string"},"lastUpdateAtUtc":{"format":"date-time","description":"The last updated datetime.","type":"string"},"isNnaCertified":{"description":"If true, the signing agent is NNA certified, otherwise the signing agent is not NNA certified.","type":"boolean"},"backgroundCheckProvisionalPass":{"description":"If true, member has provisional pass in qualifications","type":"boolean"},"examPassDate":{"format":"date-time","description":"The most recent date that the signing agent exam was passed.","type":"string"},"profileOptIn":{"description":"If true, the signing agent has agreed to show her profile publicly on SigningAgent.com, otherwise the signing agent has not agreed to show her profile publicly on SigningAgent.com.","type":"boolean"},"commissionStates":{"description":"A list of states that the signing agent is actively commissioned for.","type":"array","items":{"type":"string"}},"stateCode":{"description":"The signing agent stateCode.","type":"string"},"searchTier":{"format":"byte","type":"string"},"geoLocation":{"$ref":"#/definitions/DbGeography"},"serviceCounties":{"type":"array","items":{"type":"string"}},"personGuid":{"description":"A globally unique identifier that identifies the person.","type":"string"},"friendlyUserName":{"format":"int32","description":"The friendly username","type":"integer"},"firstName":{"description":"The notary's first name.","type":"string"},"middleName":{"description":"The notary's middle name.","type":"string"},"lastName":{"description":"The notary's last name.","type":"string"},"title":{"description":"The notary's title.","type":"string"},"suffix":{"description":"The notary's suffix.","type":"string"},"email":{"description":"The notary's email address.","type":"string"},"phone":{"description":"The notary's phone number.","type":"string"},"city":{"description":"The notary's city.","type":"string"},"postalCode":{"description":"The notary's postal code or zip code.","type":"string"},"latitude":{"format":"double","description":"The geo-latitude.","type":"number"},"longitude":{"format":"double","description":"The geo-longitude.","type":"number"},"distanceInMiles":{"format":"double","description":"The notary's distance in miles.","type":"number"},"isActive":{"description":"If true, the notary is currently active","type":"boolean"},"isActiveMember":{"description":"If true, the notary is an active member of the NNA","type":"boolean"},"isTrainingCurrent":{"description":"If true, the compliance training is current, otherwise the compliance training is not current.","type":"boolean"},"trainingCompletionDate":{"format":"date-time","description":"The most recent date that the compliance training was finished.","type":"string"},"notaryEssentialsCompletionDate":{"format":"date-time","description":"The most recent date that the Notary Essentials course was taken.","type":"string"},"isMobile":{"description":"If true, the notary is mobile, otherwise they're not mobile.","type":"boolean"},"acceptsEDoc":{"description":"If true, the notary accepts EDocs, otherwise they don't accept EDocs.","type":"boolean"},"backgroundCheckPassedDate":{"format":"date-time","description":"The date of the successful background check.","type":"string"},"isBackgroundCheckPassed":{"description":"If true, the background screen was successful, otherwise the screen was not successful, or not done.","type":"boolean"},"experienceInYears":{"format":"int32","description":"The years of experience.","type":"integer"},"profilePictureUrl":{"description":"The URL of the profile picture.","type":"string"},"rank":{"format":"int32","description":"The list rank. A lower rank is higher on the list.","type":"integer"},"addresses":{"type":"array","items":{"$ref":"#/definitions/AddressSummary"}},"phones":{"type":"array","items":{"$ref":"#/definitions/Phone"}},"emailAddresses":{"type":"array","items":{"$ref":"#/definitions/EmailAddress"}}}},"DbGeography":{"type":"object","properties":{"geography":{"$ref":"#/definitions/DbGeographyWellKnownValue"}}},"DbGeographyWellKnownValue":{"type":"object","properties":{"coordinateSystemId":{"format":"int32","type":"integer"},"wellKnownText":{"type":"string"},"wellKnownBinary":{"type":"string"}}},"AccountExecutive":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"name":{"type":"string"}}},"MoveNotaryRequest":{"type":"object","properties":{"organizationId":{"type":"string"},"newOrganizationId":{"type":"string"}}},"MemberResult":{"required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of notaries per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of notaries found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of notaries that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/MemberSummary"}}}},"MemberSummary":{"description":"Represents member summary information.","required":["personGuid","firstName","lastName","isActive","email","memberType"],"type":"object","properties":{"personGuid":{"description":"A globally unique identifier that identifies the member.","type":"string"},"firstName":{"description":"The member's first name.","type":"string"},"middleName":{"description":"The member's middle name.","type":"string"},"lastName":{"description":"The member's last name.","type":"string"},"title":{"description":"The member's title.","type":"string"},"suffix":{"description":"The member's suffix.","type":"string"},"isActive":{"description":"If true, the member is currently active, otherwise the member is not active.","type":"boolean"},"email":{"description":"The member's email address.","type":"string"},"memberType":{"format":"int32","description":"The member's type. 0=None, 1=Customer, 2=User, 4=Notary, 8=SigningAgent","enum":[0,1,2,4,8],"type":"integer"},"memberTypeNames":{"description":"A list of member type names.","type":"array","items":{"type":"string"},"readOnly":true}}},"PartnerCustomerSearchResults":{"description":"Represents partner customer search results.","required":["requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of partners per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of partners found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of customer partners that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/PartnerCustomerSummary"}}}},"PartnerCustomerSummary":{"description":"Represents a partner customer summary.","required":["organizationGuid","partnerType","organizationType","organizationName","pocName","pocEmail","isActive","partnerTypes"],"type":"object","properties":{"externalAccountId":{"description":"An external account number.","type":"string"},"creditCardRequired":{"description":"If true, a credit card is required. Otherwise, a credit card is not required.","type":"boolean"},"organizationGuid":{"description":"A globally unique identifier that identifies the partner.","type":"string"},"partnerType":{"format":"int32","description":"0=None, 1=Customer, 2=Vendor, 3=Customer | Vendor","enum":[0,1,2],"type":"integer"},"organizationType":{"format":"int32","description":"0=Unknown, 1=Lender, 2=ClosingAgent, 3=EscrowOrTitle, 4=FieldServices, 5=NationwideSigningCompany, 6=RegionalSigningNetwork, 7=NationwideSigningNetwork, 8=Other, 9=CreditUnion, 10=TitleCompany, 11=LegalServices, 12=EscrowServices, 13=MortgageBroker, 14=Insurance, 15=Healthcare, 16=Education, 17=Government, 18=Fortune500, 19=Consulting, 20=Association, 21=BusinessServices, 22=RealEstate, 23=FederalStateAgency","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"type":"integer"},"organizationName":{"description":"The name of the partner organization.","type":"string"},"description":{"description":"A description of the partner.","type":"string"},"pocName":{"description":"The point of contact name.","type":"string"},"pocEmail":{"description":"The point of contact email address.","type":"string"},"logoUrl":{"description":"A URL for the partner logo.","type":"string"},"isActive":{"description":"If true, the partner organization is active. Otherwise, the partner organization is not active.","type":"boolean"},"businessPhone":{"$ref":"#/definitions/Phone","description":"The business phone entity."},"businessAddress":{"$ref":"#/definitions/Address","description":"The business address entity."},"partnerTypes":{"description":"A list of partner types.","type":"array","items":{"type":"string"},"readOnly":true}}},"AddPartnerCustomerRequest":{"description":"Represents a request to add a partner customer.","required":["accountType"],"type":"object","properties":{"organizationGuid":{"description":"A globally unique identifier that identifies the partner.","type":"string"},"externalAccountId":{"description":"An external account number.","type":"string"},"accountType":{"format":"int32","description":"0=Unknown, 1=House, 2=A, 3=B","enum":[0,1,2,3],"type":"integer"},"creditCardRequired":{"description":"If true, a credit card is required. Otherwise, a credit card is not required.","type":"boolean"},"orderApprovalRequired":{"description":"If true, order approval is required. Otherwise, order approval is not required.","type":"boolean"},"receiveEmails":{"description":"If true, the partner can receive emails. Otherwise, the partner cannot receive emails.","type":"boolean"},"mailSolicitations":{"description":"If true, the partner can receive mail solicitations. Otherwise, the partner cannot receive mail solicitations.","type":"boolean"},"orderSupplies":{"description":"If true, the partner can order supplies. Otherwise, the partner cannot order supplies.","type":"boolean"},"taxExempt":{"description":"If true, the partner is tax exempt. Otherwise, the partner is not tax exempt.","type":"boolean"},"taxExemptNumber":{"description":"The tax exempt number.","type":"string"},"creditLimit":{"format":"double","description":"The credit limit.","type":"number"},"isCostCenterRequired":{"description":"If true, the partner has a cost center. Otherwise, the partner does not have a cost center.","type":"boolean"},"costCenterNumber":{"description":"The cost center number.","type":"string"},"useAlternateAddress":{"description":"If true, an alternate address may be used. Otherwise, an alternate address may not be used.","type":"boolean"},"notaries":{"format":"int32","description":"The number of notaries.","type":"integer"},"locations":{"format":"int32","description":"The number of locations.","type":"integer"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"},"isExternalEmployeeIdRequired":{"description":"If true, the partner requires an external employee id.","type":"boolean"}}},"PartnerCustomer":{"description":"Represents a partner customer.","required":["accountTypeName","accountType","organizationGuid","partnerType","organizationType","organizationName","pocName","pocEmail","isActive","partnerTypes"],"type":"object","properties":{"accountTypeName":{"description":"Unknown, House, A, B","type":"string"},"accountType":{"format":"int32","description":"0=Unknown, 1=House, 2=A, 3=B","enum":[0,1,2,3],"type":"integer"},"orderApprovalRequired":{"description":"If true, order approval is required. Otherwise, order approval is not required.","type":"boolean"},"receiveEmails":{"description":"If true, the partner can receive emails. Otherwise, the partner cannot receive emails.","type":"boolean"},"mailSolicitations":{"description":"If true, the partner can receive mail solicitations. Otherwise, the partner cannot receive mail solicitations.","type":"boolean"},"orderSupplies":{"description":"If true, the partner can order supplies. Otherwise, the partner cannot order supplies.","type":"boolean"},"taxExempt":{"description":"If true, the partner is tax exempt. Otherwise, the partner is not tax exempt.","type":"boolean"},"taxExemptNumber":{"description":"The tax exempt number.","type":"string"},"creditLimit":{"format":"double","description":"The credit limit.","type":"number"},"isCostCenterRequired":{"description":"If true, the partner has a cost center. Otherwise, the partner does not have a cost center.","type":"boolean"},"costCenterNumber":{"description":"The cost center number.","type":"string"},"useAlternateAddress":{"description":"If true, an alternate address may be used. Otherwise, an alternate address may not be used.","type":"boolean"},"notaries":{"format":"int32","description":"The number of notaries as submitted by an administrator.","type":"integer"},"locations":{"format":"int32","description":"The number of locations.","type":"integer"},"creditOnHold":{"description":"If true, the partner is on credit hold.","type":"boolean"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"},"isExternalEmployeeIdRequired":{"description":"If true, the partner requires an external employee id.","type":"boolean"},"groupEOInsurances":{"description":"Errors and Omissions insurance for groups.","type":"array","items":{"$ref":"#/definitions/InsurancePolicy"},"readOnly":true},"groupHotlines":{"description":"An NNA hotline membership for groups.","type":"array","items":{"$ref":"#/definitions/Qualification"},"readOnly":true},"nnaGroupEOInsurances":{"description":"NNA Errors and Omissions insurance for groups.","type":"array","items":{"$ref":"#/definitions/InsurancePolicy"},"readOnly":true},"externalAccountId":{"description":"An external account number.","type":"string"},"creditCardRequired":{"description":"If true, a credit card is required. Otherwise, a credit card is not required.","type":"boolean"},"organizationGuid":{"description":"A globally unique identifier that identifies the partner.","type":"string"},"partnerType":{"format":"int32","description":"0=None, 1=Customer, 2=Vendor, 3=Customer | Vendor","enum":[0,1,2],"type":"integer"},"organizationType":{"format":"int32","description":"0=Unknown, 1=Lender, 2=ClosingAgent, 3=EscrowOrTitle, 4=FieldServices, 5=NationwideSigningCompany, 6=RegionalSigningNetwork, 7=NationwideSigningNetwork, 8=Other, 9=CreditUnion, 10=TitleCompany, 11=LegalServices, 12=EscrowServices, 13=MortgageBroker, 14=Insurance, 15=Healthcare, 16=Education, 17=Government, 18=Fortune500, 19=Consulting, 20=Association, 21=BusinessServices, 22=RealEstate, 23=FederalStateAgency","enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"type":"integer"},"organizationName":{"description":"The name of the partner organization.","type":"string"},"description":{"description":"A description of the partner.","type":"string"},"pocName":{"description":"The point of contact name.","type":"string"},"pocEmail":{"description":"The point of contact email address.","type":"string"},"logoUrl":{"description":"A URL for the partner logo.","type":"string"},"isActive":{"description":"If true, the partner organization is active. Otherwise, the partner organization is not active.","type":"boolean"},"businessPhone":{"$ref":"#/definitions/Phone","description":"The business phone entity."},"businessAddress":{"$ref":"#/definitions/Address","description":"The business address entity."},"partnerTypes":{"description":"A list of partner types.","type":"array","items":{"type":"string"},"readOnly":true}}},"UpdatePartnerCustomerRequest":{"description":"Represents a request to update a partner customer.","required":["accountType"],"type":"object","properties":{"externalAccountId":{"description":"An external account number.","type":"string"},"accountType":{"format":"int32","description":"0=Unknown, 1=House, 2=A, 3=B","enum":[0,1,2,3],"type":"integer"},"creditCardRequired":{"description":"If true, a credit card is required. Otherwise, a credit card is not required.","type":"boolean"},"orderApprovalRequired":{"description":"If true, order approval is required. Otherwise, order approval is not required.","type":"boolean"},"receiveEmails":{"description":"If true, the partner can receive emails. Otherwise, the partner cannot receive emails.","type":"boolean"},"mailSolicitations":{"description":"If true, the partner can receive mail solicitations. Otherwise, the partner cannot receive mail solicitations.","type":"boolean"},"orderSupplies":{"description":"If true, the partner can order supplies. Otherwise, the partner cannot order supplies.","type":"boolean"},"taxExempt":{"description":"If true, the partner is tax exempt. Otherwise, the partner is not tax exempt.","type":"boolean"},"taxExemptNumber":{"description":"The tax exempt number.","type":"string"},"creditLimit":{"format":"double","description":"The credit limit.","type":"number"},"isCostCenterRequired":{"description":"If true, the cost center number is required. Otherwise, the partner does not have a cost center.","type":"boolean"},"costCenterNumber":{"description":"The cost center number.","type":"string"},"useAlternateAddress":{"description":"If true, an alternate address may be used. Otherwise, an alternate address may not be used.","type":"boolean"},"notaries":{"format":"int32","description":"The number of notaries.","type":"integer"},"locations":{"format":"int32","description":"The number of locations.","type":"integer"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"},"isExternalEmployeeIdRequired":{"description":"If true, the partner requires an external employee id.","type":"boolean"}}},"UpdatePartnerMeCustomerRequest":{"description":"Represents a request to update the calling organization as a partner customer.","required":["accountType"],"type":"object","properties":{"accountType":{"format":"int32","description":"0=Unknown, 1=House, 2=A, 3=B","enum":[0,1,2,3],"type":"integer"},"orderApprovalRequired":{"description":"If true, order approval is required. Otherwise, order approval is not required.","type":"boolean"},"notaries":{"format":"int32","description":"The number of notaries.","type":"integer"},"locations":{"format":"int32","description":"The number of locations.","type":"integer"},"referToAdmin":{"description":"If true, show then the UI should show the associated message to the user","type":"boolean"},"referToAdminMessage":{"description":"The message to show to the user if ReferToAdmin is true","type":"string"}}},"NotaryDownloadRequest":{"type":"object","properties":{"organizationGuid":{"type":"string"},"toEmail":{"type":"string"}}},"NotariesDownloadResult":{"type":"object","properties":{"success":{"type":"boolean"},"timeElapsed":{"type":"string"},"totalRecords":{"type":"string"},"downloadUrl":{"type":"string"},"message":{"type":"string"},"exception":{"$ref":"#/definitions/Object"}}},"IQualification":{"type":"object","properties":{"id":{"format":"int32","type":"integer"},"qualificationGuid":{"type":"string"},"qualificationTypeId":{"format":"int32","type":"integer"},"subjectGuid":{"type":"string"},"orderGuid":{"type":"string"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"},"lastRenewalDate":{"format":"date-time","type":"string"},"term":{"format":"double","type":"number"},"token":{"type":"string"},"isActive":{"type":"boolean","readOnly":true},"certificateImageUrl":{"type":"string"},"createdAtUtc":{"format":"date-time","type":"string"},"lastUpdateUtc":{"format":"date-time","type":"string"},"qualificationType":{"$ref":"#/definitions/QualificationType"},"certificationName":{"type":"string"},"isProvisionalPass":{"type":"boolean"},"isDeleted":{"type":"boolean"}}},"QualificationType":{"description":"Represents a qualification type.","required":["qualificationTypeGuid","qualificationTypeName","qualificationCategory"],"type":"object","properties":{"id":{"format":"int32","description":"The primary key identifier","type":"integer"},"cacheKey":{"type":"string"},"qualificationTypeGuid":{"description":"A globally unique identifier that identifies the qualification type.","type":"string"},"qualificationTypeName":{"description":"A unique name for the qualification type.","type":"string"},"qualificationCategory":{"format":"int32","description":"0=Unknown, 1=Certification, 2=Training, 3=Membership, 4=InsurancePolicy, 5=BackgroundCheck, 6=Bond","enum":[0,1,2,3,4,5,6],"type":"integer"},"modifyRole":{"description":"The role that is required to modify the qualifications that are of this qualification type.","type":"string"},"subjectType":{"format":"int32","description":"1=Customer, 2=Organization, 4=Notary, 8=SigningAgent, 16=User","enum":[0,1,2,4,8,16,32],"type":"integer"},"casIdentifier":{"type":"string"},"attributes":{"description":"The list of attributes that make up the qualification type.","type":"array","items":{"$ref":"#/definitions/Attribute"}}}},"ISearchResult[PersonSummary]":{"type":"object","properties":{"requestedPage":{"format":"int32","description":"The page that the data currently represents","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of items per page.","type":"integer"},"pages":{"format":"int32","description":"The total number of pages available based on the query parameters","type":"integer"},"totalCount":{"format":"int32","description":"The total number of records based on the query parameters","type":"integer"},"filters":{"description":"The filters applied to the query","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"timeStampUtc":{"format":"date-time","description":"The timestamp of when the query ran","type":"string"},"items":{"description":"The results of the query","type":"array","items":{"$ref":"#/definitions/PersonSummary"}}}},"PersonSummary":{"description":"Represents a person","type":"object","properties":{"personId":{"format":"int32","type":"integer"},"personGuid":{"description":"A globally unique identifier that identifies the person.","type":"string"},"firstName":{"description":"The firstname","type":"string"},"middleName":{"description":"The middlename","type":"string"},"lastName":{"description":"The lastname","type":"string"},"email":{"description":"The email address","type":"string"},"title":{"description":"The title","type":"string"},"suffix":{"description":"The suffix","type":"string"},"addressTypeId":{"format":"int32","description":"The address type identifier","type":"integer"},"countyId":{"format":"int32","description":"The county identifier","type":"integer"},"address":{"description":"The address","type":"string"},"city":{"description":"The name of thse city","type":"string"},"stateCode":{"description":"The code of the state","type":"string"},"state":{"description":"The name of the state","type":"string"},"postalCode":{"description":"The postalcode","type":"string"},"phone":{"description":"The phone number","type":"string"},"isNotary":{"description":"Determines if person is a notary","type":"boolean"},"isSigningAgent":{"description":"Determines if person is a signing agent","type":"boolean"},"isEventStaff":{"description":"Determines if a person is a event staff","type":"boolean"},"isIMSStaff":{"description":"Determines if a person is a even staff","type":"boolean"},"organizationGuid":{"description":"A globally unique identifier that identifies the organization.","type":"string"},"userGuid":{"description":"A globally unique identifier that identifies the user","type":"string"},"isActive":{"description":"Determines the status (active/inactive) of the event staff person","type":"boolean"},"phones":{"type":"array","items":{"$ref":"#/definitions/PhoneSummary"}}}},"PhoneSummary":{"type":"object","properties":{"id":{"type":"string"},"phoneTypeId":{"format":"int32","type":"integer"},"number":{"type":"string"},"type":{"type":"string"}}},"PersonProfile":{"required":["personGuid","profileTypeId"],"type":"object","properties":{"personGuid":{"type":"string"},"profileTypeId":{"format":"int32","type":"integer"},"personProfileId":{"format":"int32","type":"integer"},"value":{"$ref":"#/definitions/Object"},"createdAtUtc":{"format":"date-time","type":"string"},"lastUpdateAtUtc":{"format":"date-time","type":"string"}}},"PersonProfilePhotoResponse":{"required":["fileName"],"type":"object","properties":{"fileName":{"type":"string"},"contentType":{"type":"string"}}},"OrderQualificationSummary":{"description":"A non-deleted qualification created by a specific order (Qualification.OrderGuid).","type":"object","properties":{"qualificationId":{"format":"int32","type":"integer"},"qualificationTypeId":{"format":"int32","type":"integer"},"qualificationTypeName":{"type":"string"},"term":{"format":"double","type":"number"},"dateStartUtc":{"format":"date-time","type":"string"},"dateEndUtc":{"format":"date-time","type":"string"},"subjectGuid":{"type":"string"}}},"QualificationMoveRequest":{"description":"Request to move qualifications (order entitlements) from one person to another (CASS-1135).","type":"object","properties":{"sourcePersonGuid":{"type":"string"},"targetPersonGuid":{"type":"string"},"orderGuid":{"description":"Optional filter: only move qualifications created by this order.","type":"string"},"orderDate":{"format":"date-time","description":"Optional fallback for qualifications created before OrderGuid stamping (CASS-1135,\r\n            business rule 2026-07-21): entitlements are created immediately at order time, so a\r\n            row with NO OrderGuid still counts as this order's when its DateStartUtc falls on the\r\n            same day as the order date.","type":"string"},"qualificationTypeIds":{"description":"Required: the qualification types eligible to move (order transfers pass 1, 3, 4, 16).","type":"array","items":{"format":"int32","type":"integer"}}}},"SigningAgentRegistration":{"type":"object","properties":{"callbackUrl":{"type":"string"},"passSecretInCallbackUrl":{"type":"boolean"},"expiresUtc":{"format":"date-time","type":"string"}}},"UpsertSigningAgentRegistrationRequest":{"description":"Represents a request to add a signing agent registration gor callbacks.","required":["callbackUrl","secret","passSecretInCallbackUrl"],"type":"object","properties":{"callbackUrl":{"description":"The callback url where the signing agent information will be sent.","type":"string"},"secret":{"description":"A secret that will be sent with the signing agent information.","type":"string"},"passSecretInCallbackUrl":{"description":"If true, the secret will be added to the callback URL. Otherwise, the secret will be used to create a digital signature which will be sent in an Authorization header.","type":"boolean"},"expiresUtc":{"format":"date-time","description":"The date/time, in UTC, that the registration will expire.","type":"string"}}},"SigningAgentPostalCodeSearchResults":{"description":"Represents signing agent search results.","required":["city","stateCode","requestedPage","requestedCount","totalCount","timestampUtc","filters","items"],"type":"object","properties":{"city":{"description":"The city that the postal code is in.","type":"string"},"county":{"description":"The county that the postal code is in.","type":"string"},"stateCode":{"description":"The state that the postal code is in.","type":"string"},"requestedPage":{"format":"int32","description":"The page number.","type":"integer"},"requestedCount":{"format":"int32","description":"The maximum number of signing agents per page.","type":"integer"},"totalCount":{"format":"int32","description":"The total number of signing agents found based the the search filters.","type":"integer"},"timestampUtc":{"format":"date-time","description":"The date / time (UTC) that the search was run.","type":"string"},"filters":{"description":"The search filters that were used.","type":"object","additionalProperties":{"$ref":"#/definitions/Object"}},"items":{"description":"A list of signing agents that have met the search criteria.","type":"array","items":{"$ref":"#/definitions/SigningAgentSummary"}}}},"SigningAgentSearchRequest":{"type":"object","properties":{"lat":{"format":"double","type":"number"},"lon":{"format":"double","type":"number"},"postalCode":{"type":"string"},"radius":{"format":"int32","type":"integer"},"date":{"format":"date-time","type":"string"},"city":{"type":"string"},"county":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"state":{"type":"string"},"name":{"type":"string"},"years":{"format":"int32","type":"integer"},"lang":{"type":"string"},"mobilePlatformId":{"type":"string"},"pub":{"type":"boolean"},"certified":{"type":"boolean"},"member":{"type":"boolean"},"mobile":{"type":"boolean"},"attorney":{"type":"boolean"},"edocs":{"type":"boolean"}}},"UpdateSigningAgentRequest":{"description":"Represents a request to update a signing agent.","required":["firstName","lastName","email","isAttorney","isMobile","isENotary","acceptsEDocs","hasLaptop","hasDigitalSeal","laserPrinter","peerOptIn","profileOptIn","travelRadiusInMiles","experienceInYears"],"type":"object","properties":{"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"firstName":{"description":"The signing agent's first name.","type":"string"},"middleName":{"description":"The signing agent's middle name.","type":"string"},"lastName":{"description":"The signing agent's last name.","type":"string"},"title":{"description":"The signing agent's title.","type":"string"},"suffix":{"description":"The signing agent's suffix.","type":"string"},"email":{"description":"The signing agent's email address.","type":"string"},"isAttorney":{"description":"If true, the signing agent is an attorney, otherwise the signing agent is not an attorney.","type":"boolean"},"isMobile":{"description":"If true, the signing agent is mobile, otherwise the signing agent is not mobile.","type":"boolean"},"isENotary":{"description":"If true, the signing agent is an e-Notary, otherwise the signing agent is not an e-Notary.","type":"boolean"},"acceptsEDocs":{"description":"If true, the signing agent accepts eDocs, otherwise the signing agent does not accept eDocs.","type":"boolean"},"hasLaptop":{"description":"If true, the signing agent has a laptop computer, otherwise the signing agent does not have a laptop computer.","type":"boolean"},"hasDigitalSeal":{"description":"If true, the signing agent has a digital seal, otherwise the signing agent does not have a digital seal.","type":"boolean"},"laserPrinter":{"description":"If true, the signing agent has a laser printer, otherwise the signing agent does not have a laser printer.","type":"boolean"},"peerOptIn":{"format":"int32","description":"Peer Opt-in indicates opt in to NSA connection program","type":"integer"},"profileOptIn":{"description":"If true, the signing agent has agreed to show her profile publicly, otherwise the signing agent has not agreed to show her profile publicly.","type":"boolean"},"isActive":{"description":"If null, the signing agents IsActive value will not be changed.","type":"boolean"},"travelRadiusInMiles":{"format":"int32","description":"The signing agent's travel radius in miles.","type":"integer"},"experienceInYears":{"format":"int32","description":"The signing agent's years of experience.","type":"integer"},"additionalInfo":{"description":"Additional information provided by the signing agent.","type":"string"},"adminComments":{"description":"Administrator comments.","type":"string"},"company":{"description":"The company that the signing agent owns or belongs to.","type":"string"},"websiteUrl":{"description":"A company website url.","type":"string"},"ronProviders":{"description":"RON Providers","type":"array","items":{"type":"string"}},"ipenProviders":{"description":"IPEN Providers","type":"array","items":{"type":"string"}}}},"AddSigningAgentRequest":{"description":"Represents a request to add a signing agent.","required":["personGuid","isAttorney","isMobile","isENotary","acceptsEDocs","hasLaptop","hasDigitalSeal","laserPrinter","peerOptIn","profileOptIn","travelRadiusInMiles"],"type":"object","properties":{"personGuid":{"description":"A globally unique identifier that identifies the signing agent.","type":"string"},"isAttorney":{"description":"If true, the signing agent is an attorney, otherwise the signing agent is not an attorney.","type":"boolean"},"isMobile":{"description":"If true, the signing agent is mobile, otherwise the signing agent is not mobile.","type":"boolean"},"isENotary":{"description":"If true, the signing agent is an e-Notary, otherwise the signing agent is not an e-Notary.","type":"boolean"},"acceptsEDocs":{"description":"If true, the signing agent accepts eDocs, otherwise the signing agent does not accept eDocs.","type":"boolean"},"hasLaptop":{"description":"If true, the signing agent has a laptop computer, otherwise the signing agent does not have a laptop computer.","type":"boolean"},"hasDigitalSeal":{"description":"If true, the signing agent has a digital seal, otherwise the signing agent does not have a digital seal.","type":"boolean"},"laserPrinter":{"description":"If true, the signing agent has a laser printer, otherwise the signing agent does not have a laser printer.","type":"boolean"},"peerOptIn":{"format":"int32","description":"Peer Opt-in indicates opt in to NSA connection program","type":"integer"},"profileOptIn":{"description":"If true, the signing agent has agreed to show her profile publicly, otherwise the signing agent has not agreed to show her profile publicly.","type":"boolean"},"travelRadiusInMiles":{"format":"int32","description":"The signing agent's travel radius in miles.","type":"integer"},"experienceInYears":{"format":"int32","description":"The signing agent's years of experience.","type":"integer"},"additionalInfo":{"description":"Additional information provided by the signing agent.","type":"string"},"adminComments":{"description":"Administrator comments.","type":"string"},"company":{"description":"The company that the signing agent owns or belongs to.","type":"string"},"websiteUrl":{"description":"A company website url.","type":"string"},"ronProviders":{"description":"RON Providers","type":"array","items":{"type":"string"}},"ipenProviders":{"description":"IPEN Providers","type":"array","items":{"type":"string"}}}},"SigningAgentRequest":{"required":["address","city","email","firstName","lastName","modifiedDateTime","nnaid","state","zip"],"type":"object","properties":{"active":{"type":"boolean"},"additionalInfo":{"type":"string"},"address":{"type":"string"},"address2":{"type":"string"},"cellPhone":{"type":"string"},"certificateFile":{"type":"string"},"city":{"type":"string"},"commissionStates":{"type":"array","items":{"type":"string"}},"company":{"type":"string"},"county":{"type":"string"},"dayPhone":{"type":"string"},"diverseBusinessTypes":{"type":"array","items":{"type":"string"}},"edoc":{"type":"boolean"},"email":{"type":"string"},"eveningPhone":{"type":"string"},"fax":{"type":"string"},"firstName":{"type":"string"},"foreignLanguages":{"type":"array","items":{"type":"string"}},"ipenProviders":{"type":"array","items":{"type":"string"}},"isAttorney":{"type":"boolean"},"lastName":{"type":"string"},"lddAddress":{"type":"string"},"lddAddress2":{"type":"string"},"lddCity":{"type":"string"},"lddState":{"type":"string"},"lddZip":{"type":"string"},"middleName":{"type":"string"},"mobileOss":{"type":"array","items":{"type":"string"}},"modifiedDateTime":{"format":"date-time","type":"string"},"nnaid":{"format":"int32","type":"integer"},"nonNnaEoCertificateFile":{"type":"string"},"nonNnaEoCoverage":{"type":"string"},"nonNnaEoExpirationVal":{"format":"date-time","type":"string"},"nonNnaEoExpiration":{"type":"string"},"peerOptIn":{"format":"int32","type":"integer"},"profileImage":{"type":"string"},"profileImageThumb":{"type":"string"},"profileOptIn":{"type":"boolean"},"ronProviders":{"type":"array","items":{"type":"string"}},"serviceAreas":{"type":"array","items":{"$ref":"#/definitions/ServiceAreaRequest"}},"serviceDays":{"type":"array","items":{"$ref":"#/definitions/ServiceDayRequest"}},"state":{"type":"string"},"travelMiles":{"type":"string"},"website":{"type":"string"},"yearsExperienceVal":{"format":"int32","type":"integer"},"yearsExperience":{"type":"string"},"zip":{"type":"string"}}},"ServiceAreaRequest":{"type":"object","properties":{"serviceAreaCounty":{"type":"string"},"serviceAreaState":{"type":"string"}}},"ServiceDayRequest":{"type":"object","properties":{"dayOfWeek":{"format":"int32","enum":[0,1,2,3,4,5,6],"type":"integer"},"hourFrom":{"type":"string"},"hourTo":{"type":"string"}}},"UpdateSigningAgentDetailsRequest":{"description":"Represents a request to update a signing agent.","required":["email","isActive","peerOptIn","profileOptIn","experienceInYears","isAttorney","acceptsEDocs","travelRadiusInMiles"],"type":"object","properties":{"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"email":{"description":"The signing agent's email address.","type":"string"},"isActive":{"description":"Indicate Signing Agent Status","type":"boolean"},"peerOptIn":{"format":"int32","description":"Peer Opt-in indicates opt in to NSA connection program","type":"integer"},"profileOptIn":{"description":"Profile Opt-in","type":"boolean"},"company":{"description":"The company that the signing agent owns or belongs to.","type":"string"},"websiteUrl":{"description":"A company website url.","type":"string"},"diverseBusinessType":{"description":"Diverse Business Type","type":"array","items":{"type":"string"}},"additionalInfo":{"description":"Additional information provided by the signing agent.","type":"string"},"experienceInYears":{"format":"int32","description":"Experience in Years.","type":"integer"},"servicesAreaCounties":{"description":"Services Area Countries","type":"array","items":{"type":"string"}},"isAttorney":{"description":"If true, the signing agent is an attorney, otherwise the signing agent is not an attorney.","type":"boolean"},"acceptsEDocs":{"description":"If true, the signing agent accepts eDocs, otherwise the signing agent does not accept eDocs.","type":"boolean"},"travelRadiusInMiles":{"format":"int32","description":"The signing agent's travel radius in miles.","type":"integer"},"foreignLanguages":{"description":"Foreign Languages","type":"array","items":{"type":"string"}},"mobilePlatforms":{"description":"Mobile OS and Devices Used as NSA","type":"array","items":{"type":"string"}},"ronProviders":{"description":"RON Providers","type":"array","items":{"type":"string"}},"ipenProviders":{"description":"IPEN Providers","type":"array","items":{"type":"string"}},"serviceDays":{"description":"Service Days","type":"array","items":{"$ref":"#/definitions/AddServiceDayRequest"}},"eoInsurancePolicies":{"type":"array","items":{"$ref":"#/definitions/InsurancePolicy"}}}},"ListFile":{"type":"object","properties":{"stateCode":{"type":"string"},"filename":{"type":"string"},"uri":{"type":"string"},"mimeType":{"type":"string"},"stream":{"$ref":"#/definitions/MemoryStream"},"importId":{"format":"int32","type":"integer"},"status":{"type":"string"},"pending":{"type":"boolean"}}},"MemoryStream":{"type":"object","properties":{"canRead":{"type":"boolean","readOnly":true},"canSeek":{"type":"boolean","readOnly":true},"canWrite":{"type":"boolean","readOnly":true},"capacity":{"format":"int32","type":"integer"},"length":{"format":"int64","type":"integer","readOnly":true},"position":{"format":"int64","type":"integer"},"canTimeout":{"type":"boolean","readOnly":true},"readTimeout":{"format":"int32","type":"integer"},"writeTimeout":{"format":"int32","type":"integer"}}},"LinkProspectToNotaryRequest":{"type":"object","properties":{"prospectId":{"format":"int64","type":"integer"},"personId":{"format":"int32","type":"integer"},"merge":{"type":"boolean"}}},"State":{"description":"Represents a state.","required":["stateCode","stateName"],"type":"object","properties":{"stateCode":{"description":"The two letter state code.","type":"string"},"stateName":{"description":"The state name.","type":"string"}}},"StateDetail":{"description":"Represents a state, and its counties.","required":["stateCode","stateName"],"type":"object","properties":{"counties":{"description":"A list of counties within the state.","type":"array","items":{"type":"string"},"readOnly":true},"cities":{"description":"A list of cities within the state.","type":"array","items":{"type":"string"},"readOnly":true},"stateCode":{"description":"The two letter state code.","type":"string"},"stateName":{"description":"The state name.","type":"string"}}},"User":{"description":"Represents a user.","required":["userGuid","personGuid","firstName","lastName","emailAddress","preferSmsFor2FactorAuth","isActive","isLocked","createdAtUtc"],"type":"object","properties":{"userGuid":{"description":"A globally unique identifier that identifies the user.","type":"string"},"personGuid":{"description":"A globally unique identifier that identifies the user's profile.","type":"string"},"title":{"description":"The user's title. Mr, Mrs, Dr, etc.","type":"string"},"firstName":{"description":"The user's first name.","type":"string"},"lastName":{"description":"The user's last name.","type":"string"},"middleName":{"description":"The user's middle name.","type":"string"},"suffix":{"description":"The user's suffix. Jr, II, MD, etc.","type":"string"},"friendlyUserName":{"format":"int32","description":"Uers username","type":"integer"},"dob":{"format":"date-time","description":"The user's date of birth.","type":"string"},"gender":{"format":"int32","description":"0=Unknown, 1=Female, 2=Male","enum":[0,1,2],"type":"integer"},"emailAddress":{"description":"The email address.","type":"string"},"smsNumber":{"description":"A phone number for a phone that supports SMS.","type":"string"},"comment":{"description":"Any comments about the user.","type":"string"},"preferSmsFor2FactorAuth":{"description":"If true, the user prefers to use their phone for 2-factor authentication. Otherwise, email is preferred.","type":"boolean"},"isActive":{"description":"If true, the user's account is active. Otherwise, the user's account is not active.","type":"boolean"},"isLocked":{"description":"If true, the user's account is locked. Otherwise, the user's account is not locked.","type":"boolean"},"termsAccepted":{"description":"If true, the terms are accepted. Otherwise, the terms are not accepted, or they are unknown.","type":"boolean"},"createdAtUtc":{"format":"date-time","description":"The UTC date/time that the user was created.","type":"string"},"pictureUrl":{"description":"A URL for the user's profile picture.","type":"string"},"userName":{"type":"string","readOnly":true}}},"UpdateUserRequest":{"description":"Represents a request to update a user.","required":["firstName","lastName","emailAddress","preferSmsFor2FactorAuth"],"type":"object","properties":{"friendlyUserName":{"format":"int32","description":"The friendly username.","type":"integer"},"title":{"description":"The user's title. Mr, Mrs, Dr, etc.","type":"string"},"firstName":{"description":"The user's first name.","type":"string"},"lastName":{"description":"The user's last name.","type":"string"},"middleName":{"description":"The user's middle name.","type":"string"},"suffix":{"description":"The user's suffix. Jr, II, MD, etc.","type":"string"},"dob":{"format":"date-time","description":"The user's date of birth.","type":"string"},"gender":{"format":"int32","description":"0=Unknown, 1=Female, 2=Male.","enum":[0,1,2],"type":"integer"},"emailAddress":{"description":"The email address.","type":"string"},"smsNumber":{"description":"A phone number for a phone that supports SMS.","type":"string"},"comment":{"description":"Any comments about the user.","type":"string"},"preferSmsFor2FactorAuth":{"description":"If true, the user prefers to use their phone for 2-factor authentication. Otherwise, email is preferred.","type":"boolean"},"termsAccepted":{"description":"If true, the terms are accepted. Otherwise, the terms are not accepted, or they are unknown.","type":"boolean"}}},"UpdateUserGroupsRequest":{"description":"Represents a request to update a AppApiKeyRequest.","type":"object","properties":{"groups":{"type":"array","items":{"format":"int32","type":"integer"}}}},"RbacConfigSettings":{"type":"object","properties":{"cacheKey":{"type":"string"},"rbacUseRemoteConfigSettings":{"type":"boolean"},"rbacGroupNamePrefix":{"type":"string"},"claimsAuthorizationEnabled":{"type":"boolean"},"rbacAuthorizationEnabled":{"type":"boolean"},"rbacOffice365UserAuthorizationEnabled":{"type":"boolean"},"rbacDatabaseUserAuthorizationEnabled":{"type":"boolean"},"rbacApiKeyUserAuthorizationEnabled":{"type":"boolean"},"rbacDatabaseUserImpersonationEnabled":{"type":"boolean"},"rbacCacheExpirationSeconds":{"format":"int32","type":"integer"},"rbacCacheEnabled":{"type":"boolean","readOnly":true},"rbacCacheReadTimeoutMilliseconds":{"format":"int32","type":"integer"},"rbacImpersonationDefaultExpirationSeconds":{"format":"int32","type":"integer"},"rbacIgnoreUnregisteredEndpoints":{"type":"boolean"},"rbacNewUnregisteredEndpointAmnestyDays":{"format":"int32","type":"integer"}}}}}