GET api/BiessAgreement?referenceNumber={referenceNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
referenceNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BiessAgreementGetResultName | Description | Type | Additional information |
---|---|---|---|
header | Collection of BiessAgreementArticle |
None. |
|
body | Collection of BiessAgreementArticle |
None. |
|
total | decimal number |
None. |
|
codservicio | integer |
None. |
|
responsecode | BiessAgreementResponseType |
Required |
|
responsemessage | string |
Required |
Response Formats
application/json, text/json
Sample:
{ "header": [ { "item": "sample string 1", "valor": "sample string 2" }, { "item": "sample string 1", "valor": "sample string 2" } ], "body": [ { "item": "sample string 1", "valor": "sample string 2" }, { "item": "sample string 1", "valor": "sample string 2" } ], "total": 1.0, "codservicio": 2, "responsecode": 0, "responsemessage": "sample string 3" }