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": "3cef7eef-95bc-4876-bdb0-826f7ff61c1a",
  "PulledInvoiceId": 1,
  "PaymentDate": "2026-09-07T04:06:20.4011824+00:00"
}

multipart/form-data

Sample:
{"UserId":"3cef7eef-95bc-4876-bdb0-826f7ff61c1a","PulledInvoiceId":1,"PaymentDate":"2026-09-07T04:06:20.4011824+00:00"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.