Creates a new EDICustomField
Success
Unauthorized
{- "ediCustomField_Key": 0,
- "field_Name": "string",
- "source": "string"
}
{- "data": {
- "ediCustomField_Key": 0,
- "field_Name": "string",
- "source": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all EDICustomField
Success
Unauthorized
Updates a specific EDICustomField.
Success
Unauthorized
{- "ediCustomField_Key": 0,
- "field_Name": "string",
- "source": "string"
}
{- "data": {
- "ediCustomField_Key": 0,
- "field_Name": "string",
- "source": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple EDICustomField at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "ediCustomField_Key": 0,
- "field_Name": "string",
- "source": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}