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": "b7f4272c-92da-41eb-b579-ef91cf409e3f"
}
multipart/form-data
Sample:
{"PulledInvoiceId":1,"UserId":"b7f4272c-92da-41eb-b579-ef91cf409e3f"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.