{"info":{"_postman_id":"1cfae52f-cf93-42ec-b3b0-f3d7b9a2ce8d","name":"Usuario","description":"API para inclusão, alteração, exclusão e consulta de usuários na pltaforma MUXX.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"ConsultarUsuario","id":"5880cadf-517c-42c4-9708-317c828e7cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/xml; charset=utf-8","type":"text"}],"url":"http://localhost:8380/Muxx.IntegrationRegistrationWebServices/Registration/User/marlon","description":"API para consultar um usuário por vez na plataforma MUXX."},"response":[],"_postman_id":"5880cadf-517c-42c4-9708-317c828e7cb7"},{"name":"AlterarUsuario","id":"4b3d10ee-cb43-433d-bac7-750b4435a5e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Basic {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"<RequestTransactionUserRegistration xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.0\">\r\n\t<authentication>\r\n        <login>sdias</login>\r\n        <password/>\r\n        <externalLoginName/>\r\n    </authentication>\r\n\t<TaxId>03.361.770/0001-58</TaxId>\r\n\t<Users>\r\n\t\t<User>\r\n\t\t\t<FullName>Marlon</FullName>\r\n            <Email>marlon.concenza@setis.com.br</Email>\r\n            <Phone>(11)1111-1111</Phone>\r\n            <Mobile>(11)11111-1111</Mobile>\r\n            <Fax>(11)1111-1111</Fax>\r\n            <Notes/>\r\n            <Login>marlon</Login>\r\n            <Profile>1</Profile>\r\n            <Status>1</Status>\r\n\t\t\t<ResetPwd>FALSE</ResetPwd>\r\n\t\t</User>\r\n\t</Users>\r\n\t<Error>\r\n\t\t<Number />\r\n\t\t<Description />\r\n\t</Error>\r\n</RequestTransactionUserRegistration>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8380/Muxx.IntegrationRegistrationWebServices/Registration/User"},"response":[],"_postman_id":"4b3d10ee-cb43-433d-bac7-750b4435a5e9"},{"name":"IncluirUsuario","id":"75d2d237-5104-42f5-bb42-517f90652c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<RequestTransactionUserRegistration xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.0\">\r\n  <authentication>\r\n    <login>marlon</login>\r\n    <password />\r\n    <externalLoginName />\r\n  </authentication>\r\n  <TaxId>03.361.770/0001-58</TaxId>\r\n  <Users>\r\n    <User>\r\n      <FullName>Jamerson Cardoso</FullName>\r\n      <Email>postman@setis.com.br</Email>\r\n      <Phone>22222222</Phone>\r\n      <Mobile>22222222</Mobile>\r\n      <Fax>22222222</Fax>\r\n      <Notes>testando inclusão de usário via postman</Notes>\r\n      <Login>jamerson.cardoso</Login>\r\n      <Profile>1</Profile>\r\n      <Status>1</Status>\r\n    </User>\r\n  </Users>\r\n  <Error>\r\n    <Number />\r\n    <Description />\r\n  </Error>\r\n</RequestTransactionUserRegistration>"},"url":"http://localhost:8380/Muxx.IntegrationRegistrationWebServices/Registration/User"},"response":[],"_postman_id":"75d2d237-5104-42f5-bb42-517f90652c05"},{"name":"ExcluirUsuario","id":"de5adc7e-30fa-483e-9d3a-72e8b0030ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<RequestTransactionUserRegistration xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.0\">\r\n  <Users>\r\n    <User>\r\n      <Login>postman2</Login>\r\n    </User>\r\n  </Users>\r\n  <Error>\r\n    <Number />\r\n    <Description />\r\n  </Error>\r\n</RequestTransactionUserRegistration>"},"url":"http://localhost:8380/Muxx.IntegrationRegistrationWebServices/Registration/User"},"response":[],"_postman_id":"de5adc7e-30fa-483e-9d3a-72e8b0030ae9"}],"auth":{"type":"basic","basic":{"password":"123456","username":"marlon"}},"event":[{"listen":"prerequest","script":{"id":"7ff9562c-7dd1-4150-93cb-938cba7e1821","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"88d81c0e-94e9-400b-a0db-9a62ee7e2bdf","type":"text/javascript","exec":[""]}}]}