Attribute Import
An attribute in WithoutWire gives the user a means to extend a core value type (SERIAL, DATE, LOT). The update references the object using a querystring parameter called objectID. Item Number should be passed into this parameter.
Request Header
Client
- Accept: application/json
Security
- Authorization: <ClientKey>
Transport
- Host: withoutwire.com
Verb
- PUT
Example
PUT https://api.withoutwire.com/integration/attribute?objectID={itemNumber}
Accept: application/json
Authorization: <ClientKey>
Content-Type: application/json; charset=utf-8
Host: api.withoutwire.com
Content-Length: 100
Expect: 100-continue
Connection: Keep-Alive
Request Body: Attribute Object
Response Body: Import Response Object