POST api/FeeApi/SaveFeeReceipt
Request Information
URI Parameters
None.
Body Parameters
FeeReceiptUploadName | Description | Type | Additional information |
---|---|---|---|
Id | decimal number |
None. |
|
InvoiceId | decimal number |
None. |
|
StdId | decimal number |
None. |
|
FilePath | string |
None. |
|
CommentsUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1.0, "InvoiceId": 2.0, "StdId": 3.0, "FilePath": "sample string 4", "CommentsUser": "sample string 5" }
application/xml, text/xml
Sample:
<FeeReceiptUpload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModels"> <CommentsUser>sample string 5</CommentsUser> <FilePath>sample string 4</FilePath> <Id>1</Id> <InvoiceId>2</InvoiceId> <StdId>3</StdId> </FeeReceiptUpload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |