GET api/TermsAndConditionInvoive

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TermsAndConditionInvoive
NameDescriptionTypeAdditional information
InvoiveTermsAndConditionId

integer

None.

InvoiceTermsAndCondition

string

None.

CompanyDetailId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "InvoiveTermsAndConditionId": 1,
    "InvoiceTermsAndCondition": "sample string 2",
    "CompanyDetailId": 1
  },
  {
    "$ref": "1"
  }
]