POST api/Invoice?file_name={file_name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| file_name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"msg": "sample string 1"
}