GET api/TermsAndConditionInvoive/GetTermsInvoive?CompanyId={CompanyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompanyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TermsAndConditionInvoiveName | Description | Type | Additional 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" } ]