POST IdentificationsProviders
Creates a new provider.
Request Information
URI Parameters
None.
Body Parameters
The data of the provider.
IdentificationsProviderDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdNetwork | globally unique identifier |
None. |
|
Name | string |
None. |
|
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": "aebcd58c-afc7-48d5-8f2c-bf4e667311ae", "IdNetwork": "c880984a-5a04-44c4-a127-d7fd756f9f18", "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>aebcd58c-afc7-48d5-8f2c-bf4e667311ae</Id> <IdNetwork>c880984a-5a04-44c4-a127-d7fd756f9f18</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.
IdentificationsProviderDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdNetwork | globally unique identifier |
None. |
|
Name | string |
None. |
|
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": "d20cf9f1-a681-4bad-be3a-ca6875807b39", "IdNetwork": "b35f8c60-5ebc-4b2e-8002-827035450bb8", "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>d20cf9f1-a681-4bad-be3a-ca6875807b39</Id> <IdNetwork>b35f8c60-5ebc-4b2e-8002-827035450bb8</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>