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": "df8120d7-1749-4346-80b8-62c864f77a5f",
"IdNetwork": "b4c53f12-d014-4e4d-bfbf-a59dac97b855",
"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>df8120d7-1749-4346-80b8-62c864f77a5f</Id> <IdNetwork>b4c53f12-d014-4e4d-bfbf-a59dac97b855</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": "c219827c-6362-495e-b136-2328ac0e7538",
"IdNetwork": "e2d6b929-0a2f-4752-90c6-510b12613d77",
"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>c219827c-6362-495e-b136-2328ac0e7538</Id> <IdNetwork>e2d6b929-0a2f-4752-90c6-510b12613d77</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>