POST api/Customers/AddCustomerTypeOfIssuingDocuments
Request Information
URI Parameters
None.
Body Parameters
CustomerTypeOfIssuingDocuments| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | string |
None. |
|
| DocumentType | string |
None. |
|
| DocumentTypeTitle | string |
None. |
|
| TypeOfIssuing | string |
None. |
|
| TypeOfIssuingTitle | string |
None. |
|
| InsUpdDate | date |
None. |
|
| FormType | string |
None. |
|
| EmailAddress | string |
None. |
|
| EnvelopeType | string |
None. |
|
| MailServiceProvider | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<CustomerTypeOfIssuingDocuments xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerID>sample string 1</CustomerID> <DocumentType>sample string 2</DocumentType> <DocumentTypeTitle>sample string 3</DocumentTypeTitle> <TypeOfIssuing>sample string 4</TypeOfIssuing> <TypeOfIssuingTitle>sample string 5</TypeOfIssuingTitle> <InsUpdDate>2025-11-03T07:56:08.9022617+01:00</InsUpdDate> <FormType>sample string 6</FormType> <EmailAddress>sample string 7</EmailAddress> <EnvelopeType>sample string 8</EnvelopeType> <MailServiceProvider>sample string 9</MailServiceProvider> </CustomerTypeOfIssuingDocuments>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Keys | Collection of EntityKeyField |
None. |
|
| ResultCode | ExternalResultCode |
None. |
|
| Errors | Collection of Error |
None. |
Response Formats
application/xml, text/xml
Sample:
<CreateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Keys>
<Key>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</Key>
<Key>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</Key>
</Keys>
<ResultCode>None</ResultCode>
<Errors>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
</Errors>
</CreateResult>