POST api/ids/group
Request Information
URI Parameters
None.
Body Parameters
GroupDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| SearchesUsed | integer |
None. |
|
| SearchesRemaining | integer |
None. |
|
| ApplicationId | integer |
None. |
|
| DotNumber | string |
None. |
|
| PortalAccountName | string |
None. |
|
| PortalAccountPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"SearchesUsed": 3,
"SearchesRemaining": 4,
"ApplicationId": 5,
"DotNumber": "sample string 6",
"PortalAccountName": "sample string 7",
"PortalAccountPassword": "sample string 8"
}
application/xml, text/xml
Sample:
<GroupDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartnersDTO.IDS"> <ApplicationId>5</ApplicationId> <DotNumber>sample string 6</DotNumber> <Id>1</Id> <Name>sample string 2</Name> <PortalAccountName>sample string 7</PortalAccountName> <PortalAccountPassword>sample string 8</PortalAccountPassword> <SearchesRemaining>4</SearchesRemaining> <SearchesUsed>3</SearchesUsed> </GroupDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.