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": "04a17380-1d65-4c4e-ba75-c52c65b46b1c",
"IdNetwork": "0f944bac-badf-4cbc-bddf-50b2a85dcd9d",
"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>04a17380-1d65-4c4e-ba75-c52c65b46b1c</Id> <IdNetwork>0f944bac-badf-4cbc-bddf-50b2a85dcd9d</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": "a1b8659e-34f7-4cb1-807a-415d48babd5a",
"IdNetwork": "ab47170f-5766-450b-b2fc-949b676de5bd",
"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>a1b8659e-34f7-4cb1-807a-415d48babd5a</Id> <IdNetwork>ab47170f-5766-450b-b2fc-949b676de5bd</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>