POST api/Invoice/UploadToParser
Request Information
URI Parameters
None.
Body Parameters
UploadToParser| Name | Description | Type | Additional information |
|---|---|---|---|
| DPF_DCP_ID | integer |
None. |
|
| DPF_FILE_NAME | string |
None. |
|
| DPF_UPLOAD_FILE | string |
None. |
|
| DPF_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DPF_DCP_ID": 1,
"DPF_FILE_NAME": "sample string 1",
"DPF_UPLOAD_FILE": "sample string 2",
"DPF_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<UploadToParser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DPF_CREATED_BY>1</DPF_CREATED_BY> <DPF_DCP_ID>1</DPF_DCP_ID> <DPF_FILE_NAME>sample string 1</DPF_FILE_NAME> <DPF_UPLOAD_FILE>sample string 2</DPF_UPLOAD_FILE> </UploadToParser>
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. |