POST api/EntityAttributeValueBulk?entityID={entityID}&clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
entityID | globally unique identifier |
Required |
|
clientID | globally unique identifier |
Required |
Body Parameters
Collection of CustomEntityAttributeValueName | Description | Type | Additional information |
---|---|---|---|
ClientEntityAttributeValuesID | globally unique identifier |
None. |
|
AttributeID | globally unique identifier |
None. |
|
AttributeName | string |
None. |
|
AttributeValue | string |
None. |
|
EntityID | globally unique identifier |
None. |
|
EntityName | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ClientEntityAttributeValuesID": "5ed23466-faff-4d19-9052-b1d22fc74c54", "AttributeID": "bee78cff-1fd2-4055-8534-14558fc353ab", "AttributeName": "sample string 3", "AttributeValue": "sample string 4", "EntityID": "3fc3acca-026d-4836-9c8d-f5bd57e700a1", "EntityName": "sample string 6" }, { "ClientEntityAttributeValuesID": "5ed23466-faff-4d19-9052-b1d22fc74c54", "AttributeID": "bee78cff-1fd2-4055-8534-14558fc353ab", "AttributeName": "sample string 3", "AttributeValue": "sample string 4", "EntityID": "3fc3acca-026d-4836-9c8d-f5bd57e700a1", "EntityName": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomEntityAttributeValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomEntityAttributeValue> <AttributeID>bee78cff-1fd2-4055-8534-14558fc353ab</AttributeID> <AttributeName>sample string 3</AttributeName> <AttributeValue>sample string 4</AttributeValue> <ClientEntityAttributeValuesID>5ed23466-faff-4d19-9052-b1d22fc74c54</ClientEntityAttributeValuesID> <EntityID>3fc3acca-026d-4836-9c8d-f5bd57e700a1</EntityID> <EntityName>sample string 6</EntityName> </CustomEntityAttributeValue> <CustomEntityAttributeValue> <AttributeID>bee78cff-1fd2-4055-8534-14558fc353ab</AttributeID> <AttributeName>sample string 3</AttributeName> <AttributeValue>sample string 4</AttributeValue> <ClientEntityAttributeValuesID>5ed23466-faff-4d19-9052-b1d22fc74c54</ClientEntityAttributeValuesID> <EntityID>3fc3acca-026d-4836-9c8d-f5bd57e700a1</EntityID> <EntityName>sample string 6</EntityName> </CustomEntityAttributeValue> </ArrayOfCustomEntityAttributeValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.