GET api/{language}/contract/{contractId}/RegistryType?customer={customer}&supplier={supplier}
Documentazione di 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| customer | Documentazione di 'customer'. |
Define this parameter in the request URI. |
| supplier | Documentazione di 'supplier'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Description": "sample string 2",
"Type": 0
},
{
"Id": 1,
"Description": "sample string 2",
"Type": 0
},
{
"Id": 1,
"Description": "sample string 2",
"Type": 0
}
]