POST IdentificationsProviders
Creates a new provider.
Request Information
URI Parameters
None.
Body Parameters
The data of the provider.
IdentificationsProviderDto| Name | 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": "9180286c-2bd8-4612-92e1-08a51e5de621",
"IdNetwork": "e858d6b7-0d75-4dc8-a5e5-4ad2fde240fb",
"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>9180286c-2bd8-4612-92e1-08a51e5de621</Id> <IdNetwork>e858d6b7-0d75-4dc8-a5e5-4ad2fde240fb</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| Name | 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": "b8a20060-588e-4a49-9436-d9a0c1096b02",
"IdNetwork": "e27bc4ae-137e-4f99-90e3-dce8a5733de7",
"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>b8a20060-588e-4a49-9436-d9a0c1096b02</Id> <IdNetwork>e27bc4ae-137e-4f99-90e3-dce8a5733de7</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>