POST api/PulledInvoice/IniatePendingInvoice

Request Information

URI Parameters

None.

Body Parameters

InitiateModel
NameDescriptionTypeAdditional information
UserId

globally unique identifier

Required

PulledInvoiceId

integer

Required

PaymentDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "f212040e-8444-4580-8811-4238bc59b997",
  "PulledInvoiceId": 1,
  "PaymentDate": "2026-09-07T01:08:47.1468389+00:00"
}

multipart/form-data

Sample:
{"UserId":"f212040e-8444-4580-8811-4238bc59b997","PulledInvoiceId":1,"PaymentDate":"2026-09-07T01:08:47.1468389+00:00"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.