POST api/OuterGateIdentifyng/CreateClient
Request Information
URI Parameters
None.
Body Parameters
OuterIdentifyngModelIn| Name | Description | Type | Additional information |
|---|---|---|---|
| CodeValue | string |
None. |
|
| CompanyName | string |
Required |
|
| string |
Data type: EmailAddress |
||
| Name | string |
None. |
|
| Surname | string |
None. |
|
| Mobile | string |
None. |
|
| MobileReferent | string |
None. |
|
| EmailReferent | string |
None. |
|
| Telephone | string |
None. |
|
| Address | string |
None. |
|
| Cap | string |
None. |
|
| City | string |
Required |
|
| Province | string |
None. |
|
| Country | string |
None. |
|
| FiscalCode | string |
None. |
|
| ISOLanguageName | string |
Max length: 3 |
|
| VatNumber | string |
None. |
|
| Other | string |
None. |
|
| Other1 | string |
None. |
|
| Other2 | string |
None. |
|
| Other3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodeValue": "sample string 1",
"CompanyName": "sample string 2",
"Email": "sample string 3",
"Name": "sample string 4",
"Surname": "sample string 5",
"Mobile": "sample string 6",
"MobileReferent": "sample string 7",
"EmailReferent": "sample string 8",
"Telephone": "sample string 9",
"Address": "sample string 10",
"Cap": "sample string 11",
"City": "sample string 12",
"Province": "sample string 13",
"Country": "sample string 14",
"FiscalCode": "sample string 15",
"ISOLanguageName": "sample string 16",
"VatNumber": "sample string 17",
"Other": "sample string 18",
"Other1": "sample string 19",
"Other2": "sample string 20",
"Other3": "sample string 21"
}
application/xml, text/xml
Sample:
<OuterIdentifyngModelIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models.Identifyng"> <Address>sample string 10</Address> <Cap>sample string 11</Cap> <City>sample string 12</City> <CodeValue>sample string 1</CodeValue> <CompanyName>sample string 2</CompanyName> <Country>sample string 14</Country> <Email>sample string 3</Email> <EmailReferent>sample string 8</EmailReferent> <FiscalCode>sample string 15</FiscalCode> <ISOLanguageName>sample string 16</ISOLanguageName> <Mobile>sample string 6</Mobile> <MobileReferent>sample string 7</MobileReferent> <Name>sample string 4</Name> <Other>sample string 18</Other> <Other1>sample string 19</Other1> <Other2>sample string 20</Other2> <Other3>sample string 21</Other3> <Province>sample string 13</Province> <Surname>sample string 5</Surname> <Telephone>sample string 9</Telephone> <VatNumber>sample string 17</VatNumber> </OuterIdentifyngModelIn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OutComeBaseModelOut| Name | Description | Type | Additional information |
|---|---|---|---|
| NewIdentifier | integer |
None. |
|
| Warning | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"NewIdentifier": 1,
"Warning": true,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<OutComeBaseModelOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models"> <Message>sample string 2</Message> <NewIdentifier>1</NewIdentifier> <Warning>true</Warning> </OutComeBaseModelOut>