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": "bf91640e-0209-461b-8454-8f7a720afc46"
}
multipart/form-data
Sample:
{"PulledInvoiceId":1,"UserId":"bf91640e-0209-461b-8454-8f7a720afc46"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.