POST Relations/GetCustomerThirdPartyExternalIdentifiers
Debiteur derde partij externe identifiers ophalen
Request Information
URI Parameters
None.
Body Parameters
CustomerThirdPartyExternalIdentifierFilterName | Description | Type | Additional information |
---|---|---|---|
DebtorId | integer |
None. |
|
TypeId | integer |
None. |
|
Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DebtorId": 1, "TypeId": 1, "Value": "sample string 1" }
application/xml, text/xml
Sample:
<CustomerThirdPartyExternalIdentifierFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.Filters"> <TypeId>1</TypeId> <Value>sample string 1</Value> <DebtorId>1</DebtorId> </CustomerThirdPartyExternalIdentifierFilter>
Response Information
Resource Description
Logic4ResponseListOfCustomerThirdPartyExternalIdentiferName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of CustomerThirdPartyExternalIdentifer |
None. |
|
RecordsCounter | integer |
None. |
|
ValidationMessages |
Eventuele foutmeldingen |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "DebtorId": 1, "TypeId": 2, "Value": "sample string 3" }, { "DebtorId": 1, "TypeId": 2, "Value": "sample string 3" } ], "RecordsCounter": 2, "ValidationMessages": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<Logic4ResponseListOfCustomerThirdPartyExternalIdentiferLnN1pw8Y xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.ResponseModels"> <ValidationMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ValidationMessages> <Records xmlns:d2p1="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.Models"> <d2p1:CustomerThirdPartyExternalIdentifer> <d2p1:TypeId>2</d2p1:TypeId> <d2p1:Value>sample string 3</d2p1:Value> <d2p1:DebtorId>1</d2p1:DebtorId> </d2p1:CustomerThirdPartyExternalIdentifer> <d2p1:CustomerThirdPartyExternalIdentifer> <d2p1:TypeId>2</d2p1:TypeId> <d2p1:Value>sample string 3</d2p1:Value> <d2p1:DebtorId>1</d2p1:DebtorId> </d2p1:CustomerThirdPartyExternalIdentifer> </Records> </Logic4ResponseListOfCustomerThirdPartyExternalIdentiferLnN1pw8Y>