Request data format | application/json | ||||||
---|---|---|---|---|---|---|---|
Request related java object | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutConfigurationListResource com.intershop.application.storefront.rest.b2b.capi.punchout.handler.PunchoutConfigurationHandler com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutConfigurationRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutConfigurationItemRO | ||||||
Request data example | The PunchoutConfigurationItem has the following attributes:
{ "type": "PunchoutConfiguration", "items": [ { "type": "PunchoutConfigurationItem", "field":"NEW_ITEM-MATGROUP", "transform":"{ManufacturerName}", "formatter":"UpperCase" }, { "type": "PunchoutConfigurationItem", "field":"NEW_ITEM-UNIT", "transform":"box", "formatter":"" } ] } | ||||||
Response data format | application/json | ||||||
Response related java object | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutConfigurationListResource com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutConfigurationRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutConfigurationItemRO com.intershop.component.rest.capi.resourceobject.LinkRO com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO<LinkRO> | ||||||
Response data example | { "type": "PunchoutConfiguration", "items": [ { "type": "PunchoutConfigurationItem", "field": "NEW_ITEM-UNIT", "transform": "box", "formatter": "" }, { "type": "PunchoutConfigurationItem", "field": "NEW_ITEM-MATGROUP", "transform": "{ManufacturerName}", "formatter": "UpperCase" }, ... ] } |
Request data format | text/xml |
---|---|
Request related java object | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutConfigurationListResource com.intershop.application.storefront.rest.b2b.capi.punchout.handler.PunchoutConfigurationHandler com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutConfigurationRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutConfigurationItemRO |
Request data example | <PunchoutConfiguration type="PunchoutConfiguration"> <items> <PunchoutConfigurationItem type="PunchoutConfigurationItem"> <field>NEW_ITEM-MATGROUP</field> <transform>{ManufacturerName}</transform> <formatter>UpperCase</formatter> </PunchoutConfigurationItem > <PunchoutConfigurationItem type="PunchoutConfigurationItem"> <field>NEW_ITEM-UNIT</field> <transform>box</transform> <formatter></formatter> </PunchoutConfigurationItem> </items> </PunchoutConfiguration> |
Response data format | text/xml |
Response related java object | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutConfigurationListResource com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutConfigurationRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutConfigurationItemRO com.intershop.component.rest.capi.resourceobject.LinkRO com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO<LinkRO> |
Response data example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PunchoutConfiguration type="PunchoutConfiguration"> <items> <PunchoutConfigurationItem type="PunchoutConfigurationItem"> <field>NEW_ITEM-UNIT</field> <formatter></formatter> <transform>box</transform> </PunchoutConfigurationItem> <PunchoutConfigurationItem type="PunchoutConfigurationItem"> <field>NEW_ITEM-MATGROUP</field> <formatter>UpperCase</formatter> <transform>{ManufacturerName}</transform> </PunchoutConfigurationItem> ... </items> </PunchoutConfiguration> |
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.