Customer item cross references match the customer identifier for an item to the item ID your company uses, which makes transaction entry easier and more robust.
Returns a collection with a key, ID, and link for each customer item cross reference.
OK
Bad Request
null
Creates a new customer item cross reference.
object Customer. | |||||||
| |||||||
object | |||||||
| |||||||
referenceType | string Default: "customer" Reference type Example: "customer" | ||||||
itemAliasId | string Cross-reference item ID Example: null | ||||||
itemAliasDescription | string Cross-reference item description Example: null | ||||||
unit | string Unit Example: null | ||||||
referenceTypeContext | string Reference type Context Example: null |
Created
Bad Request
null
null
Returns detailed information for a specified customer item cross reference.
key required | string System-assigned unique key for the customer item cross reference. Example: 168 |
OK
Bad Request
null
Updates an existing customer item cross reference by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned unique key for the customer item cross reference. Example: 168 |
object Customer. | |||||||
| |||||||
object | |||||||
| |||||||
referenceType | string Default: "customer" Reference type Example: "customer" | ||||||
itemAliasId | string Cross-reference item ID Example: null | ||||||
itemAliasDescription | string Cross-reference item description Example: null | ||||||
unit | string Unit Example: null | ||||||
referenceTypeContext | string Reference type Context Example: null |
OK
Bad Request
null
null
Deletes a customer item cross reference.
key required | string System-assigned unique key for the customer item cross reference. Example: 168 |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}
Use the query service to find customer item cross references that meet certain criteria and to specify the properties that are returned.
OK