POST api/PulledInvoice/RejectPullInvoice
Request Information
URI Parameters
None.
Body Parameters
RejectPullInvoiceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PulledInvoiceId | integer |
Required |
|
| UserId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"PulledInvoiceId": 1,
"UserId": "92aa9e0c-82a0-4f47-a8c7-716bfaf09e08"
}
multipart/form-data
Sample:
{"PulledInvoiceId":1,"UserId":"92aa9e0c-82a0-4f47-a8c7-716bfaf09e08"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.