Creates a new EDICustomFieldValueClaim
Success
Unauthorized
{- "ediCustomFieldValueClaim_Key": 0,
- "adjustment_Seq": "str",
- "batch_Claim": 0,
- "batch_Number": 0,
- "claim_Seq": "st",
- "ediCustomField_Key": 0,
- "field_DataType": "string",
- "field_Value": "string"
}
{- "data": {
- "ediCustomFieldValueClaim_Key": 0,
- "adjustment_Seq": "str",
- "batch_Claim": 0,
- "batch_Number": 0,
- "claim_Seq": "st",
- "ediCustomField_Key": 0,
- "field_DataType": "string",
- "field_Value": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all EDICustomFieldValueClaim
Success
Unauthorized
Updates a specific EDICustomFieldValueClaim.
Success
Unauthorized
{- "ediCustomFieldValueClaim_Key": 0,
- "adjustment_Seq": "str",
- "batch_Claim": 0,
- "batch_Number": 0,
- "claim_Seq": "st",
- "ediCustomField_Key": 0,
- "field_DataType": "string",
- "field_Value": "string"
}
{- "data": {
- "ediCustomFieldValueClaim_Key": 0,
- "adjustment_Seq": "str",
- "batch_Claim": 0,
- "batch_Number": 0,
- "claim_Seq": "st",
- "ediCustomField_Key": 0,
- "field_DataType": "string",
- "field_Value": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple EDICustomFieldValueClaim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "ediCustomFieldValueClaim_Key": 0,
- "adjustment_Seq": "str",
- "batch_Claim": 0,
- "batch_Number": 0,
- "claim_Seq": "st",
- "ediCustomField_Key": 0,
- "field_DataType": "string",
- "field_Value": "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"
}
}