POST IdentificationsProviders

Creates a new provider.

Request Information

URI Parameters

None.

Body Parameters

The data of the provider.

IdentificationsProviderDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IdNetwork

globally unique identifier

None.

Name

string

None.

Email

string

None.

EmailTemplate

string

None.

SettingExportFiles

string

None.

IdentificationsPerFile

integer

None.

SendDeliveryLabel

boolean

None.

NotifyGrouped

boolean

None.

TemplateFileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "8033faae-0766-418e-81c5-cd1fae3ca86c",
  "IdNetwork": "7a9837af-a7a5-4a96-98fa-cd912f8f76cf",
  "Name": "sample string 3",
  "Email": "sample string 4",
  "EmailTemplate": "sample string 5",
  "SettingExportFiles": "sample string 6",
  "IdentificationsPerFile": 1,
  "SendDeliveryLabel": true,
  "NotifyGrouped": true,
  "TemplateFileName": "sample string 9"
}

application/xml, text/xml

Sample:
<IdentificationsProviderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <Email>sample string 4</Email>
  <EmailTemplate>sample string 5</EmailTemplate>
  <Id>8033faae-0766-418e-81c5-cd1fae3ca86c</Id>
  <IdNetwork>7a9837af-a7a5-4a96-98fa-cd912f8f76cf</IdNetwork>
  <IdentificationsPerFile>1</IdentificationsPerFile>
  <Name>sample string 3</Name>
  <NotifyGrouped>true</NotifyGrouped>
  <SendDeliveryLabel>true</SendDeliveryLabel>
  <SettingExportFiles>sample string 6</SettingExportFiles>
  <TemplateFileName>sample string 9</TemplateFileName>
</IdentificationsProviderDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State of the action, and if created returns the provider as IdentificationsProviderDto and the link to de provider.

IdentificationsProviderDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IdNetwork

globally unique identifier

None.

Name

string

None.

Email

string

None.

EmailTemplate

string

None.

SettingExportFiles

string

None.

IdentificationsPerFile

integer

None.

SendDeliveryLabel

boolean

None.

NotifyGrouped

boolean

None.

TemplateFileName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "11392684-6046-49b0-be35-88eccdd78236",
  "IdNetwork": "f2580f50-1571-471d-aae3-c766728c5256",
  "Name": "sample string 3",
  "Email": "sample string 4",
  "EmailTemplate": "sample string 5",
  "SettingExportFiles": "sample string 6",
  "IdentificationsPerFile": 1,
  "SendDeliveryLabel": true,
  "NotifyGrouped": true,
  "TemplateFileName": "sample string 9"
}

application/xml, text/xml

Sample:
<IdentificationsProviderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <Email>sample string 4</Email>
  <EmailTemplate>sample string 5</EmailTemplate>
  <Id>11392684-6046-49b0-be35-88eccdd78236</Id>
  <IdNetwork>f2580f50-1571-471d-aae3-c766728c5256</IdNetwork>
  <IdentificationsPerFile>1</IdentificationsPerFile>
  <Name>sample string 3</Name>
  <NotifyGrouped>true</NotifyGrouped>
  <SendDeliveryLabel>true</SendDeliveryLabel>
  <SettingExportFiles>sample string 6</SettingExportFiles>
  <TemplateFileName>sample string 9</TemplateFileName>
</IdentificationsProviderDto>