POST api/Plan/GenerateInvoice

Request Information

URI Parameters

None.

Body Parameters

Invoice
NameDescriptionTypeAdditional information
Id

integer

None.

ProfileBasicId

integer

None.

PlanId

integer

None.

InvoiceNo

string

None.

InvoiceDate

date

None.

ClearStatus

integer

None.

ClearedDate

date

None.

CreatedAt

date

None.

UpdatedAt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProfileBasicId": 2,
  "PlanId": 3,
  "InvoiceNo": "sample string 4",
  "InvoiceDate": "2026-01-15T11:20:50.0501613-06:00",
  "ClearStatus": 5,
  "ClearedDate": "2026-01-15T11:20:50.0501613-06:00",
  "CreatedAt": "2026-01-15T11:20:50.0501613-06:00",
  "UpdatedAt": "2026-01-15T11:20:50.0501613-06:00"
}

application/xml, text/xml

Sample:
<Invoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatrimonyApi.Models">
  <ClearStatus>5</ClearStatus>
  <ClearedDate>2026-01-15T11:20:50.0501613-06:00</ClearedDate>
  <CreatedAt>2026-01-15T11:20:50.0501613-06:00</CreatedAt>
  <Id>1</Id>
  <InvoiceDate>2026-01-15T11:20:50.0501613-06:00</InvoiceDate>
  <InvoiceNo>sample string 4</InvoiceNo>
  <PlanId>3</PlanId>
  <ProfileBasicId>2</ProfileBasicId>
  <UpdatedAt>2026-01-15T11:20:50.0501613-06:00</UpdatedAt>
</Invoice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.