| GET | /RS/TaxDocuments/ReturnDocsForLink |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DocsId | query | string | No | |
| TaxDocId | query | long? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<ReturnDocsForLink> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DocsId | form | string | No | |
| DDate | form | DateTime | No | |
| Db | form | string | No | |
| DbName | form | string | No | |
| Cr | form | string | No | |
| CrName | form | string | No | |
| NumberIn | form | string | No | |
| TaxdocId | form | long? | No | |
| TaxdocNum | form | string | No | |
| FullVg | form | decimal | No | |
| Vg | form | decimal | No | |
| RsStatus | form | int? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /RS/TaxDocuments/ReturnDocsForLink HTTP/1.1 Host: 10.10.0.107 Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"DocsId":"String","DDate":"\/Date(-62135596800000-0000)\/","Db":"String","DbName":"String","Cr":"String","CrName":"String","NumberIn":"String","TaxdocId":0,"TaxdocNum":"String","FullVg":0,"Vg":0,"RsStatus":0}]}