{"items":[{"type":"link","label":"POS service API","link":"/apis/point-of-sale","routeSlug":"/apis/point-of-sale","content":{"contentType":"overview","meta":{"name":"POS service API"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"point-of-sale.json","url":"/_bundle/apis/point-of-sale.json?download"},{"kind":"download","label":"point-of-sale.yaml","url":"/_bundle/apis/point-of-sale.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"POS service API (1.0.0)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":"This is an API reference for the Point of Sale service, which allows you to manage point of sale devices, including their settings, activation, and configuration."}],"sectionId":"/apis/point-of-sale"}],"sectionId":"/apis/point-of-sale"}]}]}},{"type":"group","label":"Manage POS devices","link":"/apis/point-of-sale/manage-pos-devices","routeSlug":"/apis/point-of-sale/manage-pos-devices","items":[{"label":"Add a POS device","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/manage-pos-devices/add-pos-device","routeSlug":"/apis/point-of-sale/manage-pos-devices/add-pos-device","metadata":{"seo":{"title":"Add a POS device","description":"This endpoint is used to initiate a new point of sale device for a specific site. It creates the device with the provided configuration settings."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"add-pos-device","name":"Add a POS device","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{site}/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add a POS device","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint is used to initiate a new point of sale device for a specific site. It creates the device with the provided configuration settings."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"site","in":"path","schemaId":"schema_45","description":"The ID of the site where the point of sale will be deployed.","required":true,"example":"SITE-1"}],"pointer":"/paths/~1point-of-sales~1{site}/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreatePointOfSaleRequest"}},"schemaId":"components/schemas/CreatePointOfSaleRequest","pointer":"/paths/~1point-of-sales~1{site}/post/requestBody","description":"Configuration details for the new point of sale device."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/point-of-sales/{site}","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"site","in":"path","required":true,"example":"SITE-1","schemaId":"schema_45"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/CreatePointOfSaleRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{site}","href":"manage-pos-devices/add-pos-device","openApiOperationId":"add-pos-device","summary":"Add a POS device"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/CreatePointOfSaleRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreatePointOfSaleRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully initiated the point of sale device.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CreatePointOfSaleResponse"}},"schemaId":"components/schemas/CreatePointOfSaleResponse"}],"pointer":"/paths/~1point-of-sales~1{site}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CreatePointOfSaleResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CreatePointOfSaleResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/manage-pos-devices/add-pos-device"}],"panels":[]}]},"httpPath":"/point-of-sales/{site}"},{"label":"Retrieve a POS device","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/manage-pos-devices/retrieve-pos-device","routeSlug":"/apis/point-of-sale/manage-pos-devices/retrieve-pos-device","metadata":{"seo":{"title":"Retrieve a POS device","description":"This endpoint retrieves the details of a specific point of sale device by its merchant ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"retrieve-pos-device","name":"Retrieve a POS device","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve a POS device","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint retrieves the details of a specific point of sale device by its merchant ID."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"site","in":"path","schemaId":"schema_45","description":"The ID of the site where the point of sale is located.","required":true,"example":"SITE-1"},{"name":"merchantPointOfSaleId","in":"path","schemaId":"schema_45","description":"The unique merchant identifier for the point of sale device.","required":true,"example":"POS-12345"}],"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/point-of-sales/{site}/{merchantPointOfSaleId}","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"site","in":"path","required":true,"example":"SITE-1","schemaId":"schema_45"},{"name":"merchantPointOfSaleId","in":"path","required":true,"example":"POS-12345","schemaId":"schema_45"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{site}/{merchantPointOfSaleId}","href":"manage-pos-devices/retrieve-pos-device","openApiOperationId":"retrieve-pos-device","summary":"Retrieve a POS device"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the point of sale device details.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetPointOfSaleResponse"}},"schemaId":"components/schemas/GetPointOfSaleResponse"}],"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetPointOfSaleResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetPointOfSaleResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/manage-pos-devices/retrieve-pos-device"}],"panels":[]}]},"httpPath":"/point-of-sales/{site}/{merchantPointOfSaleId}"},{"label":"Delete a POS device","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/manage-pos-devices/delete-pos-device","routeSlug":"/apis/point-of-sale/manage-pos-devices/delete-pos-device","metadata":{"seo":{"title":"Delete a POS device","description":"This endpoint deletes a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete-pos-device","name":"Delete a POS device","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a POS device","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint deletes a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"site","in":"path","schemaId":"schema_45","description":"The ID of the site where the point of sale is located.","required":true,"example":"SITE-1"},{"name":"merchantPointOfSaleId","in":"path","schemaId":"schema_45","description":"The unique merchant identifier for the point of sale device.","required":true,"example":"POS-12345"}],"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/point-of-sales/{site}/{merchantPointOfSaleId}","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"site","in":"path","required":true,"example":"SITE-1","schemaId":"schema_45"},{"name":"merchantPointOfSaleId","in":"path","required":true,"example":"POS-12345","schemaId":"schema_45"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{site}/{merchantPointOfSaleId}","href":"manage-pos-devices/delete-pos-device","openApiOperationId":"delete-pos-device","summary":"Delete a POS device"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully deleted the point of sale device."}],"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/delete/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/manage-pos-devices/delete-pos-device"}],"panels":[]}]},"httpPath":"/point-of-sales/{site}/{merchantPointOfSaleId}"},{"label":"Update a POS device","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/manage-pos-devices/update-pos-device","routeSlug":"/apis/point-of-sale/manage-pos-devices/update-pos-device","metadata":{"seo":{"title":"Update a POS device","description":"This endpoint updates the details of a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update-pos-device","name":"Update a POS device","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a POS device","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint updates the details of a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"site","in":"path","schemaId":"schema_45","description":"The ID of the site where the point of sale is located.","required":true,"example":"SITE-1"},{"name":"merchantPointOfSaleId","in":"path","schemaId":"schema_45","description":"The unique merchant identifier for the point of sale device.","required":true,"example":"POS-12345"}],"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdatePointOfSaleRequest"}},"schemaId":"components/schemas/UpdatePointOfSaleRequest","pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/put/requestBody","description":"Updated configuration details for the point of sale device."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/point-of-sales/{site}/{merchantPointOfSaleId}","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"site","in":"path","required":true,"example":"SITE-1","schemaId":"schema_45"},{"name":"merchantPointOfSaleId","in":"path","required":true,"example":"POS-12345","schemaId":"schema_45"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdatePointOfSaleRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{site}/{merchantPointOfSaleId}","href":"manage-pos-devices/update-pos-device","openApiOperationId":"update-pos-device","summary":"Update a POS device"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/UpdatePointOfSaleRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdatePointOfSaleRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated the point of sale device."}],"pointer":"/paths/~1point-of-sales~1{site}~1{merchantPointOfSaleId}/put/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/manage-pos-devices/update-pos-device"}],"panels":[]}]},"httpPath":"/point-of-sales/{site}/{merchantPointOfSaleId}"},{"label":"Activate a POS device","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/manage-pos-devices/activate-pos-device","routeSlug":"/apis/point-of-sale/manage-pos-devices/activate-pos-device","metadata":{"seo":{"title":"Activate a POS device","description":"This endpoint activates a point of sale device using its serial number."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"activate-pos-device","name":"Activate a POS device","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{serialNumber}~1activate/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Activate a POS device","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint activates a point of sale device using its serial number."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"serialNumber","in":"path","schemaId":"schema_45","description":"The serial number of the point of sale device to activate.","required":true,"example":"SN1234567890"}],"pointer":"/paths/~1point-of-sales~1{serialNumber}~1activate/put/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/point-of-sales/{serialNumber}/activate","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"serialNumber","in":"path","required":true,"example":"SN1234567890","schemaId":"schema_45"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{serialNumber}/activate","href":"manage-pos-devices/activate-pos-device","openApiOperationId":"activate-pos-device","summary":"Activate a POS device"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully activated the point of sale device."}],"pointer":"/paths/~1point-of-sales~1{serialNumber}~1activate/put/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/manage-pos-devices/activate-pos-device"}],"panels":[]}]},"httpPath":"/point-of-sales/{serialNumber}/activate"},{"label":"Retrieve all POS devices","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/manage-pos-devices/retrieve-all-pos-devices","routeSlug":"/apis/point-of-sale/manage-pos-devices/retrieve-all-pos-devices","metadata":{"seo":{"title":"Retrieve all POS devices","description":"This endpoint retrieves all point of sale devices for a specific owner (site, merchant, or merchant group)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"retrieve-all-pos-devices","name":"Retrieve all POS devices","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{ownerType}~1{ownerId}~1all/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve all POS devices","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint retrieves all point of sale devices for a specific owner (site, merchant, or merchant group)."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ownerType","in":"path","schemaId":"schema_46","description":"The type of owner for which to retrieve point of sale devices.","required":true,"example":"SITE"},{"name":"ownerId","in":"path","schemaId":"schema_45","description":"The unique identifier of the owner (site ID, merchant ID, or merchant group ID).","required":true,"example":"SITE-1"}],"pointer":"/paths/~1point-of-sales~1{ownerType}~1{ownerId}~1all/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/point-of-sales/{ownerType}/{ownerId}/all","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"ownerType","in":"path","required":true,"example":"SITE","schemaId":"schema_46"},{"name":"ownerId","in":"path","required":true,"example":"SITE-1","schemaId":"schema_45"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{ownerType}/{ownerId}/all","href":"manage-pos-devices/retrieve-all-pos-devices","openApiOperationId":"retrieve-all-pos-devices","summary":"Retrieve all POS devices"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the list of point of sale devices.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_47"}},"schemaId":"schema_47"}],"pointer":"/paths/~1point-of-sales~1{ownerType}~1{ownerId}~1all/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_47","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_47"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/manage-pos-devices/retrieve-all-pos-devices"}],"panels":[]}]},"httpPath":"/point-of-sales/{ownerType}/{ownerId}/all"}],"content":{"contentType":"group","meta":{"name":"Manage POS devices"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Manage POS devices","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/point-of-sales/{site}","summary":"Add a POS device","prefix":{"name":"post","color":"post"},"badges":[],"link":"/manage-pos-devices/add-pos-device","deprecated":false},{"title":"/point-of-sales/{site}/{merchantPointOfSaleId}","summary":"Retrieve a POS device","prefix":{"name":"get","color":"get"},"badges":[],"link":"/manage-pos-devices/retrieve-pos-device","deprecated":false},{"title":"/point-of-sales/{site}/{merchantPointOfSaleId}","summary":"Delete a POS device","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/manage-pos-devices/delete-pos-device","deprecated":false},{"title":"/point-of-sales/{site}/{merchantPointOfSaleId}","summary":"Update a POS device","prefix":{"name":"put","color":"put"},"badges":[],"link":"/manage-pos-devices/update-pos-device","deprecated":false},{"title":"/point-of-sales/{serialNumber}/activate","summary":"Activate a POS device","prefix":{"name":"put","color":"put"},"badges":[],"link":"/manage-pos-devices/activate-pos-device","deprecated":false},{"title":"/point-of-sales/{ownerType}/{ownerId}/all","summary":"Retrieve all POS devices","prefix":{"name":"get","color":"get"},"badges":[],"link":"/manage-pos-devices/retrieve-all-pos-devices","deprecated":false}]}]}]}]}},{"type":"group","label":"Authentication settings","link":"/apis/point-of-sale/authentication-settings","routeSlug":"/apis/point-of-sale/authentication-settings","items":[{"label":"Create authentication settings","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/authentication-settings/create-authentication-settings","routeSlug":"/apis/point-of-sale/authentication-settings/create-authentication-settings","metadata":{"seo":{"title":"Create authentication settings","description":"This endpoint creates authentication settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create-authentication-settings","name":"Create authentication settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create authentication settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint creates authentication settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateAuthenticationSettingsRequest"}},"schemaId":"components/schemas/CreateAuthenticationSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/post/requestBody","description":"The authentication settings to apply to the point of sale device."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/point-of-sales/{pointOfSaleId}/authentication-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateAuthenticationSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/authentication-settings","href":"authentication-settings/create-authentication-settings","openApiOperationId":"create-authentication-settings","summary":"Create authentication settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/CreateAuthenticationSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateAuthenticationSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created the authentication settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/authentication-settings/create-authentication-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/authentication-settings"},{"label":"Get authentication settings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/authentication-settings/get-authentication-settings","routeSlug":"/apis/point-of-sale/authentication-settings/get-authentication-settings","metadata":{"seo":{"title":"Get authentication settings","description":"This endpoint retrieves the authentication settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get-authentication-settings","name":"Get authentication settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get authentication settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint retrieves the authentication settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/point-of-sales/{pointOfSaleId}/authentication-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/authentication-settings","href":"authentication-settings/get-authentication-settings","openApiOperationId":"get-authentication-settings","summary":"Get authentication settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the authentication settings.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetAuthenticationSettingsResponse"}},"schemaId":"components/schemas/GetAuthenticationSettingsResponse"}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetAuthenticationSettingsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetAuthenticationSettingsResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/authentication-settings/get-authentication-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/authentication-settings"},{"label":"Update authentication settings","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/authentication-settings/update-authentication-settings","routeSlug":"/apis/point-of-sale/authentication-settings/update-authentication-settings","metadata":{"seo":{"title":"Update authentication settings","description":"This endpoint updates the authentication settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update-authentication-settings","name":"Update authentication settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update authentication settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint updates the authentication settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":12345789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateAuthenticationSettingsRequest"}},"schemaId":"components/schemas/UpdateAuthenticationSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/put/requestBody","description":"The updated authentication settings."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/point-of-sales/{pointOfSaleId}/authentication-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":12345789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateAuthenticationSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/authentication-settings","href":"authentication-settings/update-authentication-settings","openApiOperationId":"update-authentication-settings","summary":"Update authentication settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/UpdateAuthenticationSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateAuthenticationSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated the authentication settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1authentication-settings/put/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/authentication-settings/update-authentication-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/authentication-settings"}],"content":{"contentType":"group","meta":{"name":"Authentication settings"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Authentication settings","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/point-of-sales/{pointOfSaleId}/authentication-settings","summary":"Create authentication settings","prefix":{"name":"post","color":"post"},"badges":[],"link":"/authentication-settings/create-authentication-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/authentication-settings","summary":"Get authentication settings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/authentication-settings/get-authentication-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/authentication-settings","summary":"Update authentication settings","prefix":{"name":"put","color":"put"},"badges":[],"link":"/authentication-settings/update-authentication-settings","deprecated":false}]}]}]}]}},{"type":"group","label":"Feature settings","link":"/apis/point-of-sale/feature-settings","routeSlug":"/apis/point-of-sale/feature-settings","items":[{"label":"Create feature settings","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/feature-settings/create-feature-settings","routeSlug":"/apis/point-of-sale/feature-settings/create-feature-settings","metadata":{"seo":{"title":"Create feature settings","description":"This endpoint creates feature settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create-feature-settings","name":"Create feature settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create feature settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint creates feature settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateFeatureSettingsRequest"}},"schemaId":"components/schemas/CreateFeatureSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/post/requestBody","description":"The feature settings to apply to the point of sale device."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/point-of-sales/{pointOfSaleId}/feature-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateFeatureSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/feature-settings","href":"feature-settings/create-feature-settings","openApiOperationId":"create-feature-settings","summary":"Create feature settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/CreateFeatureSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateFeatureSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created the feature settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/feature-settings/create-feature-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/feature-settings"},{"label":"Get feature settings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/feature-settings/get-feature-settings","routeSlug":"/apis/point-of-sale/feature-settings/get-feature-settings","metadata":{"seo":{"title":"Get feature settings","description":"This endpoint retrieves the feature settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get-feature-settings","name":"Get feature settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get feature settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint retrieves the feature settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/point-of-sales/{pointOfSaleId}/feature-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/feature-settings","href":"feature-settings/get-feature-settings","openApiOperationId":"get-feature-settings","summary":"Get feature settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the feature settings.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetFeatureSettingsResponse"}},"schemaId":"components/schemas/GetFeatureSettingsResponse"}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetFeatureSettingsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetFeatureSettingsResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/feature-settings/get-feature-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/feature-settings"},{"label":"Update feature settings","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/feature-settings/update-feature-settings","routeSlug":"/apis/point-of-sale/feature-settings/update-feature-settings","metadata":{"seo":{"title":"Update feature settings","description":"This endpoint updates the feature settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update-feature-settings","name":"Update feature settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update feature settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint updates the feature settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateFeatureSettingsRequest"}},"schemaId":"components/schemas/UpdateFeatureSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/put/requestBody","description":"The updated feature settings."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/point-of-sales/{pointOfSaleId}/feature-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateFeatureSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/feature-settings","href":"feature-settings/update-feature-settings","openApiOperationId":"update-feature-settings","summary":"Update feature settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/UpdateFeatureSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateFeatureSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated the feature settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1feature-settings/put/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/feature-settings/update-feature-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/feature-settings"}],"content":{"contentType":"group","meta":{"name":"Feature settings"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Feature settings","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/point-of-sales/{pointOfSaleId}/feature-settings","summary":"Create feature settings","prefix":{"name":"post","color":"post"},"badges":[],"link":"/feature-settings/create-feature-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/feature-settings","summary":"Get feature settings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/feature-settings/get-feature-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/feature-settings","summary":"Update feature settings","prefix":{"name":"put","color":"put"},"badges":[],"link":"/feature-settings/update-feature-settings","deprecated":false}]}]}]}]}},{"type":"group","label":"General settings","link":"/apis/point-of-sale/general-settings","routeSlug":"/apis/point-of-sale/general-settings","items":[{"label":"Create general settings","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/general-settings/create-general-settings","routeSlug":"/apis/point-of-sale/general-settings/create-general-settings","metadata":{"seo":{"title":"Create general settings","description":"This endpoint creates general settings for a specific site."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create-general-settings","name":"Create general settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{site}~1general-settings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create general settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint creates general settings for a specific site."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"site","in":"path","schemaId":"schema_45","description":"The ID of the site where the settings will be applied.","required":true,"example":"SITE-1"}],"pointer":"/paths/~1point-of-sales~1{site}~1general-settings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateGeneralSettingsRequest"}},"schemaId":"components/schemas/CreateGeneralSettingsRequest","pointer":"/paths/~1point-of-sales~1{site}~1general-settings/post/requestBody","description":"The general settings to apply to the site."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/point-of-sales/{site}/general-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"site","in":"path","required":true,"example":"SITE-1","schemaId":"schema_45"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateGeneralSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{site}/general-settings","href":"general-settings/create-general-settings","openApiOperationId":"create-general-settings","summary":"Create general settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/CreateGeneralSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateGeneralSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created the general settings.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CreateGeneralSettingsResponse"}},"schemaId":"components/schemas/CreateGeneralSettingsResponse"}],"pointer":"/paths/~1point-of-sales~1{site}~1general-settings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CreateGeneralSettingsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CreateGeneralSettingsResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/general-settings/create-general-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{site}/general-settings"},{"label":"Get general settings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/general-settings/get-general-settings","routeSlug":"/apis/point-of-sale/general-settings/get-general-settings","metadata":{"seo":{"title":"Get general settings","description":"This endpoint retrieves the general settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get-general-settings","name":"Get general settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1general-settings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get general settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint retrieves the general settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1general-settings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/point-of-sales/{pointOfSaleId}/general-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/general-settings","href":"general-settings/get-general-settings","openApiOperationId":"get-general-settings","summary":"Get general settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the general settings.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetGeneralSettingsResponse"}},"schemaId":"components/schemas/GetGeneralSettingsResponse"}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1general-settings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetGeneralSettingsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetGeneralSettingsResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/general-settings/get-general-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/general-settings"},{"label":"Update general settings","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/general-settings/update-general-settings","routeSlug":"/apis/point-of-sale/general-settings/update-general-settings","metadata":{"seo":{"title":"Update general settings","description":"This endpoint updates the general settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update-general-settings","name":"Update general settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1general-settings/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update general settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint updates the general settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1general-settings/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateGeneralSettingsRequest"}},"schemaId":"components/schemas/UpdateGeneralSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1general-settings/put/requestBody","description":"The updated general settings."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/point-of-sales/{pointOfSaleId}/general-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateGeneralSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/general-settings","href":"general-settings/update-general-settings","openApiOperationId":"update-general-settings","summary":"Update general settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/UpdateGeneralSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateGeneralSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated the general settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1general-settings/put/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/general-settings/update-general-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/general-settings"}],"content":{"contentType":"group","meta":{"name":"General settings"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"General settings","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/point-of-sales/{site}/general-settings","summary":"Create general settings","prefix":{"name":"post","color":"post"},"badges":[],"link":"/general-settings/create-general-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/general-settings","summary":"Get general settings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/general-settings/get-general-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/general-settings","summary":"Update general settings","prefix":{"name":"put","color":"put"},"badges":[],"link":"/general-settings/update-general-settings","deprecated":false}]}]}]}]}},{"type":"group","label":"Log settings","link":"/apis/point-of-sale/log-settings","routeSlug":"/apis/point-of-sale/log-settings","items":[{"label":"Create log settings","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/log-settings/create-log-settings","routeSlug":"/apis/point-of-sale/log-settings/create-log-settings","metadata":{"seo":{"title":"Create log settings","description":"This endpoint creates log settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create-log-settings","name":"Create log settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create log settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint creates log settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateLogSettingsRequest"}},"schemaId":"components/schemas/CreateLogSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/post/requestBody","description":"The log settings to apply to the point of sale device."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/point-of-sales/{pointOfSaleId}/log-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateLogSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/log-settings","href":"log-settings/create-log-settings","openApiOperationId":"create-log-settings","summary":"Create log settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/CreateLogSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateLogSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created the log settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/log-settings/create-log-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/log-settings"},{"label":"Get log settings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/log-settings/get-log-settings","routeSlug":"/apis/point-of-sale/log-settings/get-log-settings","metadata":{"seo":{"title":"Get log settings","description":"This endpoint retrieves the log settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get-log-settings","name":"Get log settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get log settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint retrieves the log settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/point-of-sales/{pointOfSaleId}/log-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/log-settings","href":"log-settings/get-log-settings","openApiOperationId":"get-log-settings","summary":"Get log settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the log settings.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetLogSettingsResponse"}},"schemaId":"components/schemas/GetLogSettingsResponse"}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetLogSettingsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetLogSettingsResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/log-settings/get-log-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/log-settings"},{"label":"Update log settings","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/log-settings/update-log-settings","routeSlug":"/apis/point-of-sale/log-settings/update-log-settings","metadata":{"seo":{"title":"Update log settings","description":"This endpoint updates the log settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update-log-settings","name":"Update log settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update log settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint updates the log settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateLogSettingsRequest"}},"schemaId":"components/schemas/UpdateLogSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/put/requestBody","description":"The updated log settings."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/point-of-sales/{pointOfSaleId}/log-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateLogSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/log-settings","href":"log-settings/update-log-settings","openApiOperationId":"update-log-settings","summary":"Update log settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/UpdateLogSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateLogSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated the log settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1log-settings/put/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/log-settings/update-log-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/log-settings"}],"content":{"contentType":"group","meta":{"name":"Log settings"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Log settings","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/point-of-sales/{pointOfSaleId}/log-settings","summary":"Create log settings","prefix":{"name":"post","color":"post"},"badges":[],"link":"/log-settings/create-log-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/log-settings","summary":"Get log settings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/log-settings/get-log-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/log-settings","summary":"Update log settings","prefix":{"name":"put","color":"put"},"badges":[],"link":"/log-settings/update-log-settings","deprecated":false}]}]}]}]}},{"type":"group","label":"Store and Forward settings","link":"/apis/point-of-sale/store-and-forward-settings","routeSlug":"/apis/point-of-sale/store-and-forward-settings","items":[{"label":"Create Store and Forward settings","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/store-and-forward-settings/create-store-and-forward-settings","routeSlug":"/apis/point-of-sale/store-and-forward-settings/create-store-and-forward-settings","metadata":{"seo":{"title":"Create Store and Forward settings","description":"This endpoint creates store and forward settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create-store-and-forward-settings","name":"Create Store and Forward settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Store and Forward settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint creates store and forward settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateStoreAndForwardSettingsRequest"}},"schemaId":"components/schemas/CreateStoreAndForwardSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/post/requestBody","description":"The store and forward settings to apply to the point of sale device."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateStoreAndForwardSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","href":"store-and-forward-settings/create-store-and-forward-settings","openApiOperationId":"create-store-and-forward-settings","summary":"Create Store and Forward settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/CreateStoreAndForwardSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateStoreAndForwardSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created the store and forward settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/store-and-forward-settings/create-store-and-forward-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings"},{"label":"Get Store and Forward settings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/store-and-forward-settings/get-store-and-forward-settings","routeSlug":"/apis/point-of-sale/store-and-forward-settings/get-store-and-forward-settings","metadata":{"seo":{"title":"Get Store and Forward settings","description":"This endpoint retrieves the store and forward settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get-store-and-forward-settings","name":"Get Store and Forward settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Store and Forward settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint retrieves the store and forward settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","href":"store-and-forward-settings/get-store-and-forward-settings","openApiOperationId":"get-store-and-forward-settings","summary":"Get Store and Forward settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the store and forward settings.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetStoreAndForwardSettingsResponse"}},"schemaId":"components/schemas/GetStoreAndForwardSettingsResponse"}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetStoreAndForwardSettingsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetStoreAndForwardSettingsResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/store-and-forward-settings/get-store-and-forward-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings"},{"label":"Update Store and Forward settings","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/store-and-forward-settings/update-store-and-forward-settings","routeSlug":"/apis/point-of-sale/store-and-forward-settings/update-store-and-forward-settings","metadata":{"seo":{"title":"Update Store and Forward settings","description":"This endpoint updates the store and forward settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update-store-and-forward-settings","name":"Update Store and Forward settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update Store and Forward settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint updates the store and forward settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateStoreAndForwardSettingsRequest"}},"schemaId":"components/schemas/UpdateStoreAndForwardSettingsRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/put/requestBody","description":"The updated store and forward settings."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateStoreAndForwardSettingsRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","href":"store-and-forward-settings/update-store-and-forward-settings","openApiOperationId":"update-store-and-forward-settings","summary":"Update Store and Forward settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/UpdateStoreAndForwardSettingsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateStoreAndForwardSettingsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated the store and forward settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1store-and-forward-settings/put/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/store-and-forward-settings/update-store-and-forward-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings"}],"content":{"contentType":"group","meta":{"name":"Store and Forward settings"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Store and Forward settings","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","summary":"Create Store and Forward settings","prefix":{"name":"post","color":"post"},"badges":[],"link":"/store-and-forward-settings/create-store-and-forward-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","summary":"Get Store and Forward settings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/store-and-forward-settings/get-store-and-forward-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/store-and-forward-settings","summary":"Update Store and Forward settings","prefix":{"name":"put","color":"put"},"badges":[],"link":"/store-and-forward-settings/update-store-and-forward-settings","deprecated":false}]}]}]}]}},{"type":"group","label":"URL settings","link":"/apis/point-of-sale/url-settings","routeSlug":"/apis/point-of-sale/url-settings","items":[{"label":"Create host URL settings","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/url-settings/create-host-url-settings","routeSlug":"/apis/point-of-sale/url-settings/create-host-url-settings","metadata":{"seo":{"title":"Create host URL settings","description":"This endpoint creates host URL settings for a specific point of sale device."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create-host-url-settings","name":"Create host URL settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1host-url-settings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create host URL settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint creates host URL settings for a specific point of sale device."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1host-url-settings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateHostUrlRequest"}},"schemaId":"components/schemas/CreateHostUrlRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1host-url-settings/post/requestBody","description":"The host URL settings to apply to the point of sale device."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/point-of-sales/{pointOfSaleId}/host-url-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateHostUrlRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/host-url-settings","href":"url-settings/create-host-url-settings","openApiOperationId":"create-host-url-settings","summary":"Create host URL settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/CreateHostUrlRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateHostUrlRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created the host URL settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1host-url-settings/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/url-settings/create-host-url-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/host-url-settings"},{"label":"Get host URL settings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/url-settings/get-host-url-settings","routeSlug":"/apis/point-of-sale/url-settings/get-host-url-settings","metadata":{"seo":{"title":"Get host URL settings","description":"This endpoint retrieves specific host URL settings for a point of sale device by URL type."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get-host-url-settings","name":"Get host URL settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1{urlType}~1host-url-settings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get host URL settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint retrieves specific host URL settings for a point of sale device by URL type."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123465789},{"name":"urlType","in":"path","schemaId":"schema_49","description":"The type of URL (e.g., Transaction, StoreAndForward, InStoreNotification).","required":true}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1{urlType}~1host-url-settings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/point-of-sales/{pointOfSaleId}/{urlType}/host-url-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123465789,"schemaId":"schema_48"},{"name":"urlType","in":"path","required":true,"example":"Transaction","schemaId":"components/schemas/HostUrlTypes"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/{urlType}/host-url-settings","href":"url-settings/get-host-url-settings","openApiOperationId":"get-host-url-settings","summary":"Get host URL settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the host URL settings.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetHostUrlResponse"}},"schemaId":"components/schemas/GetHostUrlResponse"}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1{urlType}~1host-url-settings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetHostUrlResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetHostUrlResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/url-settings/get-host-url-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/{urlType}/host-url-settings"},{"label":"Update host URL settings","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/point-of-sale/url-settings/update-host-url-settings","routeSlug":"/apis/point-of-sale/url-settings/update-host-url-settings","metadata":{"seo":{"title":"Update host URL settings","description":"This endpoint updates specific host URL settings for a point of sale device by URL type."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update-host-url-settings","name":"Update host URL settings","isWebhook":false,"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1{urlType}~1host-url-settings/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update host URL settings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint updates specific host URL settings for a point of sale device by URL type."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"pointOfSaleId","in":"path","schemaId":"schema_48","description":"The unique system identifier for the point of sale device.","required":true,"example":123456789},{"name":"urlType","in":"path","schemaId":"schema_49","description":"The type of URL (e.g., Transaction, StoreAndForward, InStoreNotification).","required":true}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1{urlType}~1host-url-settings/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateHostUrlRequest"}},"schemaId":"components/schemas/UpdateHostUrlRequest","pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1{urlType}~1host-url-settings/put/requestBody","description":"The updated host URL settings."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/point-of-sales/{pointOfSaleId}/{urlType}/host-url-settings","servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"parameters":{"path":[{"name":"pointOfSaleId","in":"path","required":true,"example":123456789,"schemaId":"schema_48"},{"name":"urlType","in":"path","required":true,"example":"Transaction","schemaId":"components/schemas/HostUrlTypes"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateHostUrlRequest"}},"responseCodes":["200"],"pointer":"/point-of-sales/{pointOfSaleId}/{urlType}/host-url-settings","href":"url-settings/update-host-url-settings","openApiOperationId":"update-host-url-settings","summary":"Update host URL settings"},"isWebhook":false,"hideReplay":true,"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}],"schemaId":"components/schemas/UpdateHostUrlRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateHostUrlRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated the host URL settings."}],"pointer":"/paths/~1point-of-sales~1{pointOfSaleId}~1{urlType}~1host-url-settings/put/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/url-settings/update-host-url-settings"}],"panels":[]}]},"httpPath":"/point-of-sales/{pointOfSaleId}/{urlType}/host-url-settings"}],"content":{"contentType":"group","meta":{"name":"URL settings"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"URL settings","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/point-of-sales/{pointOfSaleId}/host-url-settings","summary":"Create host URL settings","prefix":{"name":"post","color":"post"},"badges":[],"link":"/url-settings/create-host-url-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/{urlType}/host-url-settings","summary":"Get host URL settings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/url-settings/get-host-url-settings","deprecated":false},{"title":"/point-of-sales/{pointOfSaleId}/{urlType}/host-url-settings","summary":"Update host URL settings","prefix":{"name":"put","color":"put"},"badges":[],"link":"/url-settings/update-host-url-settings","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/AuthenticationSettings":{"id":"components/schemas/AuthenticationSettings","kind":"json-schema","title":"AuthenticationSettings","data":{"type":"object","required":["hmacKey"],"description":"The authentication settings for a point of sale device.","properties":{"hmacKey":{"type":"string","description":"The single hmac key used in association with the point of sale device to authenticate.","example":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"}}}},"components/schemas/CreateAuthenticationSettingsRequest":{"id":"components/schemas/CreateAuthenticationSettingsRequest","kind":"json-schema","title":"CreateAuthenticationSettingsRequest","data":{"type":"object","required":["hmacKey"],"description":"The request to create authentication settings for a point of sale device.","properties":{"hmacKey":{"type":"string","description":"The single hmac key used in association with the point of sale device to authenticate.","example":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"}}}},"components/schemas/CreateFeatureSettingsRequest":{"id":"components/schemas/CreateFeatureSettingsRequest","kind":"json-schema","title":"CreateFeatureSettingsRequest","data":{"type":"object","description":"The request to create feature settings for a point of sale device.","properties":{"merchantPointOfSaleId":{"type":"string","nullable":true,"description":"The unique merchant identifier for the point of sale device.","example":"POS-12345"},"statusPacketsEnabled":{"type":"boolean","nullable":true,"description":"Indicates whether status packets, which provide real-time updates about the device's status, are enabled for the point of sale device.","example":true},"languageSelectionEnabled":{"type":"boolean","nullable":true,"description":"Specifies whether the language selection feature is enabled, allowing users to choose their preferred language during transactions.","example":true},"gratuityEnabled":{"type":"boolean","nullable":true,"description":"Indicates whether the gratuity (tip) feature is enabled, allowing customers to add a tip to their transactions.","example":false},"onlinePinEnabled":{"type":"boolean","nullable":true,"description":"Specifies whether the online PIN feature is enabled, requiring customers to enter their PIN for card transactions.","example":true},"keyedEnabled":{"type":"boolean","nullable":true,"description":"Indicates whether the keyed entry feature is enabled, allowing manual entry of card details for transactions.","example":false}}}},"components/schemas/CreateGeneralSettingsRequest":{"id":"components/schemas/CreateGeneralSettingsRequest","kind":"json-schema","title":"CreateGeneralSettingsRequest","data":{"type":"object","description":"The request to create general settings for a site.","required":["serialNumber","deviceModel","communicationProtocol"],"properties":{"serialNumber":{"type":"string","description":"The serial number of the point of sale device to activate.","example":"SN1234567890"},"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","nullable":true,"example":"POS-12345"},"deviceModel":{"$ref":"#/components/schemas/DeviceModels"},"communicationProtocol":{"$ref":"#/components/schemas/CommunicationProtocols"},"communicationEndpoint":{"$ref":"#/components/schemas/CommunicationEndpoint"}}}},"components/schemas/CreateGeneralSettingsResponse":{"id":"components/schemas/CreateGeneralSettingsResponse","kind":"json-schema","title":"CreateGeneralSettingsResponse","data":{"type":"object","description":"The response after creating general settings for a site.","properties":{"status":{"$ref":"#/components/schemas/Status"},"site":{"type":"string","description":"The ID of the site where the point of sale will be deployed.","example":"SITE-1"},"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","example":"POS-12345"},"pointOfSaleId":{"description":"The unique system identifier for the point of sale device.","type":"integer","format":"int64","example":123456789}}}},"components/schemas/CreateHostUrlRequest":{"id":"components/schemas/CreateHostUrlRequest","kind":"json-schema","title":"CreateHostUrlRequest","data":{"type":"object","description":"The request to create a host URL for a point of sale device.","properties":{"url":{"type":"string","nullable":true,"example":"https://transaction.example.com"},"urlType":{"$ref":"#/components/schemas/HostUrlTypes"}}}},"components/schemas/CreateLogSettingsRequest":{"id":"components/schemas/CreateLogSettingsRequest","kind":"json-schema","title":"CreateLogSettingsRequest","data":{"type":"object","description":"The request to create log settings for a point of sale device.","properties":{"verboseLoggingEnabled":{"type":"boolean","description":"Indicates whether verbose logging is enabled for the point of sale device. When enabled, more detailed logs are generated, which can be useful for debugging and troubleshooting.","nullable":true,"example":true},"maximumLogSize":{"type":"integer","format":"int32","description":"The maximum size of the log file in bytes. Once the log file reaches this size, older log entries may be removed or archived to prevent exceeding the size limit.","example":10485760,"nullable":true},"logFileCleanUpDays":{"type":"integer","format":"int32","nullable":true,"description":"The number of days after which log files are cleaned up or archived. This helps manage storage by removing or archiving logs that are older than the specified number of days.","example":30}}}},"components/schemas/CreatePointOfSaleRequest":{"id":"components/schemas/CreatePointOfSaleRequest","kind":"json-schema","title":"CreatePointOfSaleRequest","data":{"type":"object","description":"The request to create a new point of sale device.","required":["serialNumber","merchantPointOfSaleId","deviceModel","communicationProtocol","authenticationSettings"],"properties":{"serialNumber":{"type":"string","description":"The serial number of the point of sale device","example":"SN1234567890"},"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","example":"POS-12345"},"deviceModel":{"$ref":"#/components/schemas/DeviceModels"},"communicationProtocol":{"$ref":"#/components/schemas/CommunicationProtocols"},"communicationEndpoint":{"$ref":"#/components/schemas/CommunicationEndpoint"},"commercialModel":{"$ref":"#/components/schemas/CommercialModel","nullable":true,"description":"The commercial model for the point of sale device pricing."},"authenticationSettings":{"$ref":"#/components/schemas/AuthenticationSettings"},"hostUrls":{"type":"array","description":"The endpoint URLs used by the PXP point of sale application.","items":{"$ref":"#/components/schemas/HostUrl"},"nullable":true,"example":[{"url":"https://transaction.example.com","urlType":"Transaction"}]},"logSettings":{"$ref":"#/components/schemas/LogSettings"},"featureSettings":{"$ref":"#/components/schemas/FeatureSettings"},"storeAndForwardSettings":{"$ref":"#/components/schemas/StoreAndForwardSettings"}}}},"components/schemas/CreatePointOfSaleResponse":{"id":"components/schemas/CreatePointOfSaleResponse","kind":"json-schema","title":"CreatePointOfSaleResponse","data":{"type":"object","description":"The response after creating a new point of sale device.","properties":{"status":{"$ref":"#/components/schemas/Status"},"site":{"type":"string","description":"The ID of the site where the point of sale will be deployed.","example":"SITE-1"},"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","example":"POS-12345"},"pointOfSaleId":{"type":"integer","description":"The unique system identifier for the point of sale device.","format":"int64","example":123456789}}}},"components/schemas/CreateStoreAndForwardSettingsRequest":{"id":"components/schemas/CreateStoreAndForwardSettingsRequest","kind":"json-schema","title":"CreateStoreAndForwardSettingsRequest","data":{"type":"object","description":"The request to create store and forward settings for a point of sale device.","properties":{"storeAndForwardEnabled":{"type":"boolean","description":"Specifies whether the store and forward feature should be enabled for the point of sale device. This feature allows transactions to be temporarily stored locally when there is no network connectivity and then forwarded to the server once connectivity is restored.","nullable":true,"example":true},"transactionAmountThreshold":{"type":"integer","format":"int32","description":"Defines the maximum transaction amount (in the smallest currency unit, such as cents) that can be processed using the store and forward feature. Transactions that exceed this threshold will not be stored for later forwarding.","nullable":true,"example":10000},"throttlingLimit":{"type":"integer","format":"int32","description":"Sets the maximum number of transactions that can be processed within a specific time frame when the store and forward feature is enabled. This helps to manage the flow of transactions once network connectivity is restored.","nullable":true,"example":100},"processInterval":{"type":"integer","format":"int32","description":"Specifies the time interval (in seconds) between attempts to process and forward stored transactions once network connectivity is available.","nullable":true,"example":300},"x509PrivateKey":{"type":"string","nullable":true,"description":"The private key used for encrypting stored transaction data. This key is part of the X.509 certificate standard, which is used to ensure secure communications.","example":"MIIBVgIBADANBgkqhkiG9w0BAQEFAASC..."},"x509PublicKey":{"type":"string","nullable":true,"description":"The public key associated with the private key, used in conjunction with the X.509 certificate for encryption and secure communication.","example":"MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAE..."},"keyGenerated":{"type":"string","format":"date-time","nullable":true,"description":"The date and time when the encryption keys were generated, formatted according to the ISO 8601 standard.","example":"2023-09-01T12:00:00Z"}}}},"components/schemas/CommercialModel":{"id":"components/schemas/CommercialModel","kind":"json-schema","title":"CommercialModel","data":{"enum":["Onetime","Recurring","Financed","Both"],"type":"string","description":"The commercial model for the point of sale device pricing.","example":"Onetime"}},"components/schemas/DeviceModels":{"id":"components/schemas/DeviceModels","kind":"json-schema","title":"DeviceModels","data":{"enum":["CastlesSaturn1000","ZebraTC510K"],"type":"string","description":"The model of the point of sale device.","example":"CastlesSaturn1000"}},"components/schemas/FeatureSettings":{"id":"components/schemas/FeatureSettings","kind":"json-schema","title":"FeatureSettings","data":{"type":"object","description":"The feature settings for a point of sale device.","properties":{"statusPacketsEnabled":{"type":"boolean","description":"Indicates whether status packets, which provide real-time updates about the device's status, are enabled for the point of sale device.","example":true,"nullable":true},"languageSelectionEnabled":{"type":"boolean","description":"Whether the language selection feature is enabled, allowing users to choose their preferred language during transactions.","example":true,"nullable":true},"gratuityEnabled":{"type":"boolean","description":"Whether the gratuity (tip) feature is enabled, allowing customers to add a tip to their transactions.","example":false,"nullable":true},"onlinePinEnabled":{"type":"boolean","description":"Whether the online PIN feature is enabled, requiring customers to enter their PIN for card transactions.","example":true,"nullable":true},"keyedEnabled":{"type":"boolean","description":"Whether the keyed entry feature is enabled, allowing manual entry of card details for transactions.","example":false,"nullable":true},"dccEnabled":{"type":"boolean","description":"Whether the Dynamic Currency Conversion (DCC) feature is enabled, allowing customers to pay in their local card currency.","example":false,"nullable":true}}}},"components/schemas/GetAuthenticationSettingsResponse":{"id":"components/schemas/GetAuthenticationSettingsResponse","kind":"json-schema","title":"GetAuthenticationSettingsResponse","data":{"type":"object","description":"The response containing authentication settings for a point of sale device.","properties":{"hmacKey":{"type":"string","nullable":true,"example":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"}}}},"components/schemas/GetFeatureSettingsResponse":{"id":"components/schemas/GetFeatureSettingsResponse","kind":"json-schema","title":"GetFeatureSettingsResponse","data":{"type":"object","description":"The response containing feature settings for a point of sale device.","properties":{"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","example":"POS-12345"},"statusPacketsEnabled":{"type":"boolean","description":"Indicates whether status packets, which provide real-time updates about the device's status, are enabled for the point of sale device."},"languageSelectionEnabled":{"type":"boolean","description":"Specifies whether the language selection feature is enabled, allowing users to choose their preferred language during transactions."},"gratuityEnabled":{"type":"boolean","description":"Indicates whether the gratuity (tip) feature is enabled, allowing customers to add a tip to their transactions."},"onlinePinEnabled":{"type":"boolean","description":"Specifies whether the online PIN feature is enabled, requiring customers to enter their PIN for card transactions."},"keyedEnabled":{"type":"boolean","description":"Indicates whether the keyed entry feature is enabled, allowing manual entry of card details for transactions."}}}},"components/schemas/GetGeneralSettingsResponse":{"id":"components/schemas/GetGeneralSettingsResponse","kind":"json-schema","title":"GetGeneralSettingsResponse","data":{"type":"object","description":"The response containing general settings for a point of sale device.","properties":{"site":{"type":"string","description":"The ID of the site where the point of sale will be deployed.","example":"SITE-1"},"serialNumber":{"type":"string","description":"The serial number of the point of sale device","example":"SN1234567890"},"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","example":"POS-12345"},"pointOfSaleId":{"description":"The unique system identifier for the point of sale device.","type":"integer","format":"int64","example":123456789},"deviceModel":{"$ref":"#/components/schemas/DeviceModels"},"communicationProtocol":{"$ref":"#/components/schemas/CommunicationProtocols"},"communicationEndpoint":{"description":"The URL or network endpoint where the point of sale device actively listens for incoming connections and communications from the merchant system.","type":"string","example":"http://pos.example.com"},"commercialModel":{"$ref":"#/components/schemas/CommercialModel","nullable":true,"description":"The commercial model for the point of sale device pricing."},"inUse":{"type":"boolean","description":"Indicates whether the point of sale device is currently in use.","example":false},"status":{"$ref":"#/components/schemas/Status"},"createdOn":{"type":"string","format":"date-time","example":"2023-09-01T12:00:00Z"},"updatedOn":{"type":"string","format":"date-time","nullable":true,"example":"2023-09-10T15:00:00Z"}}}},"components/schemas/GetHostUrlResponse":{"id":"components/schemas/GetHostUrlResponse","kind":"json-schema","title":"GetHostUrlResponse","data":{"type":"object","description":"The response containing host URL settings for a point of sale device.","properties":{"url":{"type":"string","nullable":true,"example":"https://transaction.example.com"},"urlType":{"$ref":"#/components/schemas/HostUrlTypes"}}}},"components/schemas/GetLogSettingsResponse":{"id":"components/schemas/GetLogSettingsResponse","kind":"json-schema","title":"GetLogSettingsResponse","data":{"type":"object","description":"The response containing log settings for a point of sale device.","properties":{"verboseLoggingEnabled":{"type":"boolean","description":"Indicates whether verbose logging is enabled for the point of sale device. When enabled, more detailed logs are generated, which can be useful for debugging and troubleshooting.","example":true},"maximumLogSize":{"type":"integer","format":"int32","description":"The maximum size of the log file in bytes. Once the log file reaches this size, older log entries may be removed or archived to prevent exceeding the size limit.","example":10485760},"logFileCleanUpDays":{"type":"integer","format":"int32","description":"The number of days after which log files are cleaned up or archived. This helps manage storage by removing or archiving logs that are older than the specified number of days.","example":30}}}},"components/schemas/GetPointOfSaleResponse":{"id":"components/schemas/GetPointOfSaleResponse","kind":"json-schema","title":"GetPointOfSaleResponse","data":{"type":"object","description":"The response containing point of sale device details.","properties":{"site":{"type":"string","description":"The ID of the site where the point of sale will be deployed.","example":"SITE-1"},"serialNumber":{"type":"string","description":"The serial number of the point of sale device","example":"SN1234567890"},"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","example":"POS-12345"},"pointOfSaleId":{"description":"The unique system identifier for the point of sale device.","type":"integer","format":"int64","example":123456789},"deviceModel":{"$ref":"#/components/schemas/DeviceModels"},"communicationProtocol":{"$ref":"#/components/schemas/CommunicationProtocols"},"communicationEndpoint":{"$ref":"#/components/schemas/CommunicationEndpoint"},"commercialModel":{"$ref":"#/components/schemas/CommercialModel","nullable":true,"description":"The commercial model for the point of sale device pricing."},"authenticationSettings":{"$ref":"#/components/schemas/AuthenticationSettings"},"hostUrls":{"type":"array","description":"The endpoint URLs used by the PXP point of sale application","items":{"$ref":"#/components/schemas/HostUrl"},"nullable":true,"example":[{"url":"https://transaction.example.com","urlType":"Transaction"}]},"logSettings":{"$ref":"#/components/schemas/LogSettings"},"featureSettings":{"$ref":"#/components/schemas/FeatureSettings"},"storeAndForwardSettings":{"$ref":"#/components/schemas/StoreAndForwardSettings"},"status":{"$ref":"#/components/schemas/Status"},"createdOn":{"type":"string","format":"date-time","example":"2023-09-01T12:00:00Z"},"updatedOn":{"type":"string","format":"date-time","nullable":true,"example":"2023-09-10T15:00:00Z"}}}},"components/schemas/GetStoreAndForwardSettingsResponse":{"id":"components/schemas/GetStoreAndForwardSettingsResponse","kind":"json-schema","title":"GetStoreAndForwardSettingsResponse","data":{"type":"object","description":"The response containing store and forward settings for a point of sale device.","properties":{"storeAndForwardEnabled":{"type":"boolean","description":"Indicates whether the store and forward feature is enabled for the point of sale device. This feature allows transactions to be temporarily stored locally when there is no network connectivity and forwarded to the server once connectivity is restored.","example":true},"transactionAmountThreshold":{"type":"integer","format":"int32","description":"Specifies the maximum transaction amount (in the smallest currency unit, such as cents) that can be processed using the store and forward feature. Transactions exceeding this amount will not be stored for later forwarding.","example":10000},"throttlingLimit":{"type":"integer","format":"int32","description":"Defines the maximum number of transactions that can be processed in a given time frame when the store and forward feature is enabled. This helps to manage the flow of transactions when connectivity is restored.","example":100},"processInterval":{"type":"integer","format":"int32","description":"Indicates the interval (in seconds) between attempts to process and forward stored transactions once network connectivity is available.","example":300},"x509PrivateKey":{"type":"string","nullable":true,"description":"The private key used for encryption of stored transaction data. This key is part of the X.509 certificate standard used for secure communications.","example":"MIIBVgIBADANBgkqhkiG9w0BAQEFAASC..."},"x509PublicKey":{"type":"string","nullable":true,"description":"The public key associated with the private key, used in the X.509 certificate for encryption and secure communication.","example":"MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAE..."},"keyGenerated":{"type":"string","format":"date-time","description":"The date and time when the encryption keys were generated, formatted in ISO 8601.","example":"2023-09-01T12:00:00Z"}}}},"components/schemas/HostUrl":{"id":"components/schemas/HostUrl","kind":"json-schema","title":"HostUrl","data":{"type":"object","description":"The host URL settings for a point of sale device.","properties":{"url":{"type":"string","nullable":true,"example":"https://transaction.example.com"},"urlType":{"$ref":"#/components/schemas/HostUrlTypes"}}}},"components/schemas/HostUrlTypes":{"id":"components/schemas/HostUrlTypes","kind":"json-schema","title":"HostUrlTypes","data":{"enum":["Transaction","StoreAndForward","InStoreNotification","DCC"],"type":"string","description":"The type of URL.","example":"Transaction"}},"components/schemas/CommunicationProtocols":{"id":"components/schemas/CommunicationProtocols","kind":"json-schema","title":"CommunicationProtocols","data":{"enum":["HTTP"],"type":"string","description":"The protocol used by the point of sale device.","example":"HTTP"}},"components/schemas/CommunicationEndpoint":{"id":"components/schemas/CommunicationEndpoint","kind":"json-schema","title":"CommunicationEndpoint","data":{"type":"string","nullable":true,"description":"The URL or network endpoint where the point of sale device actively listens for incoming connections and communications from the merchant system.","example":"http://pos.example.com"}},"components/schemas/LogSettings":{"id":"components/schemas/LogSettings","kind":"json-schema","title":"LogSettings","data":{"type":"object","description":"The log settings for a point of sale device.","properties":{"verboseLoggingEnabled":{"type":"boolean","nullable":true,"description":"Indicates whether verbose logging is enabled for the point of sale device. When enabled, more detailed logs are generated, which can be useful for debugging and troubleshooting.","example":true},"maximumLogSize":{"type":"integer","format":"int32","nullable":true,"description":"The maximum size of the log file in bytes. Once the log file reaches this size, older log entries may be removed or archived to prevent exceeding the size limit.","example":10485760},"logFileCleanUpDays":{"type":"integer","format":"int32","nullable":true,"description":"The number of days after which log files are cleaned up or archived. This helps manage storage by removing or archiving logs that are older than the specified number of days.","example":30}}}},"components/schemas/Status":{"id":"components/schemas/Status","kind":"json-schema","title":"Status","data":{"enum":["New","Pending","Active","Disabled"],"type":"string","description":"The status of the point of sale device.","example":"Active"}},"components/schemas/StoreAndForwardSettings":{"id":"components/schemas/StoreAndForwardSettings","kind":"json-schema","title":"StoreAndForwardSettings","data":{"type":"object","description":"The store and forward settings for a point of sale device.","properties":{"storeAndForwardEnabled":{"type":"boolean","description":"Indicates whether the store and forward feature is enabled for the point of sale device. This feature allows transactions to be stored locally when there is no network connectivity and then forwarded to the server once connectivity is restored.","example":true,"nullable":true},"transactionAmountThreshold":{"type":"integer","format":"int32","description":"The maximum transaction amount, in the smallest currency unit (such as cents), that can be processed using the store and forward feature. Transactions exceeding this threshold will not be stored for later forwarding.","example":10000,"nullable":true},"throttlingLimit":{"type":"integer","format":"int32","description":"The maximum number of transactions that can be processed within a specified time frame when the store and forward feature is enabled. This setting helps control the flow of transactions once network connectivity is restored.","example":100,"nullable":true},"processInterval":{"type":"integer","format":"int32","description":"The time interval, in seconds, between attempts to process and forward stored transactions once network connectivity is available.","example":300,"nullable":true},"x509PrivateKey":{"type":"string","nullable":true,"description":"The private key used for encrypting stored transaction data. This key is part of the X.509 certificate standard, which is used to ensure secure communications.","example":"MIIBVgIBADANBgkqhkiG9w0BAQEFAASC..."},"x509PublicKey":{"type":"string","nullable":true,"description":"The public key associated with the private key, used in conjunction with the X.509 certificate for encryption and secure communication.","example":"MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAE..."},"keyGenerated":{"type":"string","format":"date-time","description":"The date and time when the encryption keys were generated, formatted according to the ISO 8601 standard.","example":"2023-09-01T12:00:00Z","nullable":true}}}},"components/schemas/UpdateAuthenticationSettingsRequest":{"id":"components/schemas/UpdateAuthenticationSettingsRequest","kind":"json-schema","title":"UpdateAuthenticationSettingsRequest","data":{"type":"object","description":"The request to update authentication settings for a point of sale device.","properties":{"hmacKey":{"type":"string","nullable":true,"example":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"}}}},"components/schemas/UpdateFeatureSettingsRequest":{"id":"components/schemas/UpdateFeatureSettingsRequest","kind":"json-schema","title":"UpdateFeatureSettingsRequest","data":{"type":"object","description":"The request to update feature settings for a point of sale device.","properties":{"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","nullable":true,"example":"POS-12345"},"statusPacketsEnabled":{"type":"boolean","description":"Indicates whether status packets, which provide real-time updates about the device's status, are enabled for the point of sale device.","example":true,"nullable":true},"languageSelectionEnabled":{"type":"boolean","description":"Specifies whether the language selection feature is enabled, allowing users to choose their preferred language during transactions.","example":true,"nullable":true},"gratuityEnabled":{"type":"boolean","description":"Indicates whether the gratuity (tip) feature is enabled, allowing customers to add a tip to their transactions.","example":false,"nullable":true},"onlinePinEnabled":{"type":"boolean","description":"Specifies whether the online PIN feature is enabled, requiring customers to enter their PIN for card transactions.","example":true,"nullable":true},"keyedEnabled":{"type":"boolean","description":"Indicates whether the keyed entry feature is enabled, allowing manual entry of card details for transactions.","example":false,"nullable":true}}}},"components/schemas/UpdateGeneralSettingsRequest":{"id":"components/schemas/UpdateGeneralSettingsRequest","kind":"json-schema","title":"UpdateGeneralSettingsRequest","data":{"type":"object","description":"The request to update general settings for a point of sale device.","properties":{"site":{"type":"string","description":"The ID of the site where the point of sale will be deployed.","example":"SITE-1","nullable":true},"serialNumber":{"type":"string","description":"The serial number of the point of sale device","example":"SN1234567890","nullable":true},"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","nullable":true,"example":"POS-12345"},"deviceModel":{"$ref":"#/components/schemas/DeviceModels"},"communicationProtocol":{"$ref":"#/components/schemas/CommunicationProtocols"},"communicationEndpoint":{"$ref":"#/components/schemas/CommunicationEndpoint"},"status":{"$ref":"#/components/schemas/Status"}}}},"components/schemas/UpdateHostUrlRequest":{"id":"components/schemas/UpdateHostUrlRequest","kind":"json-schema","title":"UpdateHostUrlRequest","data":{"type":"object","description":"The request to update host URL settings for a point of sale device.","properties":{"url":{"type":"string","nullable":true,"example":"https://transaction.example.com"}}}},"components/schemas/UpdateLogSettingsRequest":{"id":"components/schemas/UpdateLogSettingsRequest","kind":"json-schema","title":"UpdateLogSettingsRequest","data":{"type":"object","description":"The request to update log settings for a point of sale device.","properties":{"verboseLoggingEnabled":{"type":"boolean","description":"Indicates whether verbose logging is enabled for the point of sale device. When enabled, more detailed logs are generated, which can be useful for debugging and troubleshooting.","example":true,"nullable":true},"maximumLogSize":{"type":"integer","format":"int32","description":"The maximum size of the log file in bytes. Once the log file reaches this size, older log entries may be removed or archived to prevent exceeding the size limit.","example":10485760,"nullable":true},"logFileCleanUpDays":{"type":"integer","format":"int32","description":"The number of days after which log files are cleaned up or archived. This helps manage storage by removing or archiving logs that are older than the specified number of days.","example":30,"nullable":true}}}},"components/schemas/UpdatePointOfSaleRequest":{"id":"components/schemas/UpdatePointOfSaleRequest","kind":"json-schema","title":"UpdatePointOfSaleRequest","data":{"type":"object","description":"The request to update a point of sale device's details.","properties":{"status":{"$ref":"#/components/schemas/Status"},"site":{"type":"string","description":"The ID of the site where the point of sale will be deployed.","example":"SITE-1","nullable":true},"serialNumber":{"type":"string","description":"The serial number of the point of sale device","example":"SN1234567890","nullable":true},"merchantPointOfSaleId":{"type":"string","description":"The unique merchant identifier for the point of sale device.","nullable":true,"example":"POS-12345"},"deviceModel":{"$ref":"#/components/schemas/DeviceModels"},"communicationProtocol":{"$ref":"#/components/schemas/CommunicationProtocols"},"communicationEndpoint":{"$ref":"#/components/schemas/CommunicationEndpoint"},"authenticationSettings":{"$ref":"#/components/schemas/AuthenticationSettings"},"hostUrls":{"type":"array","description":"The endpoint URLs used by the PXP point of sale application","items":{"$ref":"#/components/schemas/HostUrl"},"nullable":true,"example":[{"url":"https://transaction.example.com","urlType":"Transaction"}]},"logSettings":{"$ref":"#/components/schemas/LogSettings"},"featureSettings":{"$ref":"#/components/schemas/FeatureSettings"},"storeAndForwardSettings":{"$ref":"#/components/schemas/StoreAndForwardSettings"}}}},"components/schemas/UpdateStoreAndForwardSettingsRequest":{"id":"components/schemas/UpdateStoreAndForwardSettingsRequest","kind":"json-schema","title":"UpdateStoreAndForwardSettingsRequest","data":{"type":"object","description":"The request to update store and forward settings for a point of sale device.","properties":{"storeAndForwardEnabled":{"type":"boolean","description":"Specifies whether the store and forward feature should remain enabled or be disabled for the point of sale device. This feature allows transactions to be stored locally when there is no network connectivity and then forwarded to the server once connectivity is restored.","example":true,"nullable":true},"transactionAmountThreshold":{"type":"integer","format":"int32","description":"Defines the maximum transaction amount (in the smallest currency unit, such as cents) that can be processed using the store and forward feature. Transactions exceeding this amount will not be stored for later forwarding.","example":10000,"nullable":true},"throttlingLimit":{"type":"integer","format":"int32","description":"Sets the maximum number of transactions that can be processed within a specific time frame when the store and forward feature is enabled. This helps to control the flow of transactions once network connectivity is restored.","example":100,"nullable":true},"processInterval":{"type":"integer","format":"int32","description":"Specifies the time interval (in seconds) between attempts to process and forward stored transactions once network connectivity is available.","example":300,"nullable":true},"x509PrivateKey":{"type":"string","nullable":true,"description":"The private key used for encrypting stored transaction data. This key is part of the X.509 certificate standard, which is used to ensure secure communications.","example":"MIIBVgIBADANBgkqhkiG9w0BAQEFAASC..."},"x509PublicKey":{"type":"string","nullable":true,"description":"The public key associated with the private key, used in conjunction with the X.509 certificate for encryption and secure communication.","example":"MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAE..."},"keyGenerated":{"type":"string","format":"date-time","description":"The date and time when the encryption keys were generated, formatted according to the ISO 8601 standard.","example":"2023-09-01T12:00:00Z","nullable":true}}}},"schema_45":{"kind":"json-schema","data":{"type":"string"},"id":"schema_45"},"schema_46":{"kind":"json-schema","data":{"type":"string","enum":["SITE","MERCHANT","MERCHANTGROUP"]},"id":"schema_46"},"schema_47":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/GetPointOfSaleResponse"}},"id":"schema_47"},"schema_48":{"kind":"json-schema","data":{"type":"integer","format":"int64"},"id":"schema_48"},"schema_49":{"kind":"json-schema","data":{"$ref":"#/components/schemas/HostUrlTypes"},"id":"schema_49"}},"exampleStore":{},"securitySchemeStore":{},"servers":[{"url":"https://api-services.pxp.io/api/v1","description":"Production environment"},{"url":"https://api-services.test.pxp.io/api/v1","description":"Sandbox environment"}]},"options":{"hideSchemaTitles":true,"hideSidebar":true,"mockServer":{"url":"/_mock/apis/point-of-sale","position":"off","description":"Mock server"},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/apis/point-of-sale.json?download"},{"url":"/_bundle/apis/point-of-sale.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"POS service API","description":"This is an API reference for the Point of Sale service, which allows you to manage point of sale devices, including their settings, activation, and configuration."}},"baseSlug":"/apis/point-of-sale","routesMapping":{}}