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": "188f3ba9-f7af-4e4c-9075-3df9ef356f00", "AttributeID": "0e1fad4b-0404-48e1-b1bb-94fd693f5dc3", "AttributeName": "sample string 3", "AttributeValue": "sample string 4", "EntityID": "13684a07-62f6-4e02-b552-634aad16ec7b", "EntityName": "sample string 6" }, { "ClientEntityAttributeValuesID": "188f3ba9-f7af-4e4c-9075-3df9ef356f00", "AttributeID": "0e1fad4b-0404-48e1-b1bb-94fd693f5dc3", "AttributeName": "sample string 3", "AttributeValue": "sample string 4", "EntityID": "13684a07-62f6-4e02-b552-634aad16ec7b", "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>0e1fad4b-0404-48e1-b1bb-94fd693f5dc3</AttributeID> <AttributeName>sample string 3</AttributeName> <AttributeValue>sample string 4</AttributeValue> <ClientEntityAttributeValuesID>188f3ba9-f7af-4e4c-9075-3df9ef356f00</ClientEntityAttributeValuesID> <EntityID>13684a07-62f6-4e02-b552-634aad16ec7b</EntityID> <EntityName>sample string 6</EntityName> </CustomEntityAttributeValue> <CustomEntityAttributeValue> <AttributeID>0e1fad4b-0404-48e1-b1bb-94fd693f5dc3</AttributeID> <AttributeName>sample string 3</AttributeName> <AttributeValue>sample string 4</AttributeValue> <ClientEntityAttributeValuesID>188f3ba9-f7af-4e4c-9075-3df9ef356f00</ClientEntityAttributeValuesID> <EntityID>13684a07-62f6-4e02-b552-634aad16ec7b</EntityID> <EntityName>sample string 6</EntityName> </CustomEntityAttributeValue> </ArrayOfCustomEntityAttributeValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.