POST api/document/report-compras
Request Information
URI Parameters
None.
Body Parameters
ReqDeclara104| Name | Description | Type | Additional information |
|---|---|---|---|
| emisor_Id | integer |
None. |
|
| year | integer |
None. |
|
| month | integer |
None. |
|
| actividad | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"emisor_Id": 1,
"year": 2,
"month": 3,
"actividad": "sample string 4"
}
text/html
Sample:
{"emisor_Id":1,"year":2,"month":3,"actividad":"sample string 4"}
application/xml, text/xml
Sample:
<ReqDeclara104 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CORE_API.Models"> <actividad>sample string 4</actividad> <emisor_Id>1</emisor_Id> <month>3</month> <year>2</year> </ReqDeclara104>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |