DELETE api/AssignmentObjects/AssignmentObjectsValuesToUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of AssignmentObjectsValuesToUsersInputName | Description | Type | Additional information |
---|---|---|---|
ExternalId | string |
None. |
|
ValueName | string |
None. |
|
CodeName | string |
None. |
|
Login | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ExternalId": "sample string 1", "ValueName": "sample string 2", "CodeName": "sample string 3", "Login": "sample string 4" }, { "ExternalId": "sample string 1", "ValueName": "sample string 2", "CodeName": "sample string 3", "Login": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfAssignmentObjectsValuesToUsersInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Captio.Api.Data.Entities.Importacions"> <AssignmentObjectsValuesToUsersInput> <CodeName>sample string 3</CodeName> <ExternalId>sample string 1</ExternalId> <Login>sample string 4</Login> <ValueName>sample string 2</ValueName> </AssignmentObjectsValuesToUsersInput> <AssignmentObjectsValuesToUsersInput> <CodeName>sample string 3</CodeName> <ExternalId>sample string 1</ExternalId> <Login>sample string 4</Login> <ValueName>sample string 2</ValueName> </AssignmentObjectsValuesToUsersInput> </ArrayOfAssignmentObjectsValuesToUsersInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>