Request Data Format | application/json |
---|---|
Request related java object | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutUserItemResource com.intershop.application.storefront.rest.b2b.capi.punchout.handler.PunchoutUserHandler com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutUserRO |
Request Example | Update the Punchout user's email address only. Update email address { "email": "ociuser@test.intershop.de" } Update the Punchout user's password only. Invalid password would return a bad request and the header field Update password { "password": "!InterShop00!" } Set only the Punchout user's status to active or inactive Enable/Disable punchout user { "active": false } or set all fields at once. Combined Update of email and password { "email": "ociuser@test.intershop.de", "password": "!InterShop00!", "active": false } |
Response Data Format | application/json |
Response related java object | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutUserItemResource com.intershop.application.storefront.rest.b2b.capi.punchout.handler.PunchoutUserHandler com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutUserRO |
Response Example | { "type": "PunchoutUser", "id": "oci1", "email": "ociuser@test.intershop.de", "login": "oci1", "password": "*****", "active": false } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutUserItemResource com.intershop.application.storefront.rest.b2b.capi.punchout.handler.PunchoutUserHandler com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutUserRO |
XML Request Example | Update the Punchout user's email address only. Update email address <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PunchoutUser type="PunchoutUser"> <email>ociuser@test.intershop.de</email> </PunchoutUser> Update the Punchout user's password only. Invalid password would return a bad request and the header field Update password <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PunchoutUser type="PunchoutUser"> <password>newPassword</password> </PunchoutUser> Set only the Punchout user's status to active or inactive Enable/Disable punchout user <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PunchoutUser type="PunchoutUser"> <active>false</active> </PunchoutUser> or set all fields at once. Combined Update of email and password <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PunchoutUser type="PunchoutUser"> <email>ociuser@test.intershop.de</email> <password>!123newPassword</password> <active>false</active> </PunchoutUser> |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutUserItemResource com.intershop.application.storefront.rest.b2b.capi.punchout.handler.PunchoutUserHandler com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutUserRO |
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PunchoutUser type="PunchoutUser"> <id>oci1</id> <email>ociuser@test.intershop.de</email> <login>oci1</login> <password>*****</password> <active>false</active> </PunchoutUser> |
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.