GET Protest/{Id}?reference={reference}
Protests - Tratat
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id |
businessId or DUNS |
string |
Required |
reference |
optional |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
CompanyName | Description | Type | Additional information |
---|---|---|---|
CompanyId | string |
None. |
|
Name | string |
None. |
|
Address | string |
None. |
|
Zipcode | string |
None. |
|
PostalArea | string |
None. |
|
Protests | Collection of Protest |
None. |
Response Formats
application/json, text/json
Sample:
{ "CompanyId": "sample string 1", "Name": "sample string 2", "Address": "sample string 3", "Zipcode": "sample string 4", "PostalArea": "sample string 5", "Protests": [ { "Code": "sample string 1", "Date": "2025-06-08", "Amount": 1.0, "Invoices": 1, "DueDate": "2025-06-08", "Creditor": "sample string 2", "CompletedDate": "2025-06-08", "Claimant": "sample string 3" }, { "Code": "sample string 1", "Date": "2025-06-08", "Amount": 1.0, "Invoices": 1, "DueDate": "2025-06-08", "Creditor": "sample string 2", "CompletedDate": "2025-06-08", "Claimant": "sample string 3" } ] }
application/xml, text/xml
Sample:
<Company xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CompanyId>sample string 1</CompanyId> <Name>sample string 2</Name> <Address>sample string 3</Address> <Zipcode>sample string 4</Zipcode> <PostalArea>sample string 5</PostalArea> <Protests> <Protest> <Code>sample string 1</Code> <Date>2025-06-08</Date> <Amount>1</Amount> <Invoices>1</Invoices> <DueDate>2025-06-08</DueDate> <Creditor>sample string 2</Creditor> <CompletedDate>2025-06-08</CompletedDate> <Claimant>sample string 3</Claimant> </Protest> <Protest> <Code>sample string 1</Code> <Date>2025-06-08</Date> <Amount>1</Amount> <Invoices>1</Invoices> <DueDate>2025-06-08</DueDate> <Creditor>sample string 2</Creditor> <CompletedDate>2025-06-08</CompletedDate> <Claimant>sample string 3</Claimant> </Protest> </Protests> </Company>